ASoC: Pull in fixes
authorMark Brown <broonie@kernel.org>
Wed, 4 May 2022 14:30:32 +0000 (15:30 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 4 May 2022 14:30:32 +0000 (15:30 +0100)
Cleanups for the dmaengine code build on top of current fixes.

1  2 
sound/soc/codecs/da7219.c
sound/soc/codecs/max98090.c
sound/soc/codecs/rt5514.c
sound/soc/codecs/wm8960.c
sound/soc/generic/simple-card-utils.c
sound/soc/sof/ipc3-topology.c
sound/soc/sof/sof-pci-dev.c

Simple merge
Simple merge
Simple merge
@@@ -1506,9 -1519,10 +1518,10 @@@ MODULE_DEVICE_TABLE(acpi, wm8960_acpi_m
  static struct i2c_driver wm8960_i2c_driver = {
        .driver = {
                .name = "wm8960",
-               .of_match_table = wm8960_of_match,
+               .of_match_table = of_match_ptr(wm8960_of_match),
+               .acpi_match_table = ACPI_PTR(wm8960_acpi_match),
        },
 -      .probe =    wm8960_i2c_probe,
 +      .probe_new = wm8960_i2c_probe,
        .remove =   wm8960_i2c_remove,
        .id_table = wm8960_i2c_id,
  };
Simple merge
Simple merge
Simple merge