Changeset 670


Ignore:
Timestamp:
Jan 30, 2021, 7:40:29 AM (5 years ago)
Author:
Paul Smedley
Message:

Fix misapplied diff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/alsa-kernel/pci/hda/hda_tegra.c

    r668 r670  
    328328         * 0 for 1 SDO, 1 for 2 SDO, 2 for 4 SDO lines.
    329329         */
    330         if (of_device_is_compatible(np, "nvidia,tegra30-hda"))
     330        if (of_device_is_compatible(np, "nvidia,tegra194-hda")) {
    331331                u32 val;
    332332
     
    389389         * used as a limiting factor here.
    390390         */
    391         if (of_device_is_compatible(np, "nvidia,tegra194-hda"))
     391        if (of_device_is_compatible(np, "nvidia,tegra30-hda"))
    392392                chip->bus.core.sdo_limit = 16;
    393393
Note: See TracChangeset for help on using the changeset viewer.