ASoC: Intel: avs: Remove now redundant non_legacy_dai_naming flag
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 23 Jun 2022 12:52:35 +0000 (13:52 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Jun 2022 12:17:29 +0000 (13:17 +0100)
The ASoC core has now been changed to default to the non-legacy DAI
naming, as such drivers using the new scheme no longer need to specify
the non_legacy_dai_naming flag.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220623125250.2355471-82-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/avs/pcm.c

index 668f533578a69e89aa7f2817fe4094754ea217af..f21b0cdd320630cfca48253574e701470a1b8919 100644 (file)
@@ -846,7 +846,6 @@ static const struct snd_soc_component_driver avs_component_driver = {
        .pcm_construct          = avs_component_construct,
        .module_get_upon_open   = 1, /* increment refcount when a pcm is opened */
        .topology_name_prefix   = "intel/avs",
-       .non_legacy_dai_naming  = true,
 };
 
 static int avs_soc_component_register(struct device *dev, const char *name,
@@ -1172,7 +1171,6 @@ static const struct snd_soc_component_driver avs_hda_component_driver = {
        .remove_order           = SND_SOC_COMP_ORDER_EARLY,
        .module_get_upon_open   = 1,
        .topology_name_prefix   = "intel/avs",
-       .non_legacy_dai_naming  = true,
 };
 
 int avs_hda_platform_register(struct avs_dev *adev, const char *name)