linux-stable/sound/soc/img
Mark Brown fc34ece41f
ASoC: Refactor non_legacy_dai_naming flag
Merge series from Charles Keepax <ckeepax@opensource.cirrus.com>:

Historically, the legacy DAI naming scheme was applied to platform
drivers and the newer scheme to CODEC drivers. During componentisation
the core lost the knowledge of if a driver was a CODEC or platform, they
were all now components. To continue to support the legacy naming on
older platform drivers a flag was added to the snd_soc_component_driver
structure, non_legacy_dai_naming, to indicate to use the new scheme and
this was applied to all CODECs as part of the migration.

However, a slight issue appears to be developing with respect to this
flag being opt in for the non-legacy scheme, which presumably we want to
be the primary scheme used. Many codec drivers appear to forget to
include this flag:

  grep -l -r "snd_soc_component_driver" sound/soc/codecs/*.c |
  xargs grep -L "non_legacy_dai_naming" | wc
     48      48    556

Whilst in many cases the configuration of the DAIs themselves will cause
the core to apply the new scheme anyway, it would seem more sensible to
change the flag to legacy_dai_naming making the new scheme opt out. This
patch series migrates across to such a scheme.
2022-06-29 16:58:08 +01:00
..
img-i2s-in.c ASoC: img: Migrate to new style legacy DAI naming flag 2022-06-27 13:16:17 +01:00
img-i2s-out.c ASoC: Refactor non_legacy_dai_naming flag 2022-06-29 16:58:08 +01:00
img-parallel-out.c ASoC: img: Migrate to new style legacy DAI naming flag 2022-06-27 13:16:17 +01:00
img-spdif-in.c ASoC: img: Migrate to new style legacy DAI naming flag 2022-06-27 13:16:17 +01:00
img-spdif-out.c ASoC: img: Migrate to new style legacy DAI naming flag 2022-06-27 13:16:17 +01:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pistachio-internal-dac.c ASoC: pistachio: Remove now redundant non_legacy_dai_naming flag 2022-06-27 13:16:49 +01:00