• Charles Keepax's avatar
    ASoC: core: Switch core to new DAI naming flag · 129f055a
    Charles Keepax authored
    Now all the drivers are updated to have the new legacy_dai_naming
    flag, update the core code so it also uses the new flag. Paving
    the way for the old non_legacy_dai_naming flag to be removed.
    
    It should be noted this patch will affect the CODEC drivers that don't
    specify the non_legacy_dai_naming flag. These drivers will update from
    using legacy DAI naming to the new scheme after this patch, this is
    being considered a fix as the intention was for all CODEC drivers to use
    the new scheme and all existing CODEC drivers were updated to do so
    before componentisation. This just corrects those devices that have
    snuck in since componentisation. The corrected devices are as
    follows:
    
    adau1372, cros_ec_codec, cs35l41, cs35l45, cx2072x, hdac_hda,
    jz4725/60/70, lpass-rx/tx/va/wsa-macro, max98504, max9877,
    mt6351/58/59, mt6660, pcm3060, rk3328, rt1308/16, rt5514,
    rt5677, rt700/11/15, rt9120, sdw-mockup, tlv320adc3xxx, tscs454,
    wcd9335/4x/8x, wsa881x
    
    Some of these devices are used in some in kernel machine drivers,
    however it appears all the usages use the actual DAI driver name
    (since snd_soc_find_dai checks both the DAI name and the DAI driver
    name). So it is not believed this change will break any in tree
    machine drivers.
    Signed-off-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
    Link: https://lore.kernel.org/r/20220623125250.2355471-35-ckeepax@opensource.cirrus.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
    129f055a
soc-core.c 85.7 KB