Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: fsl: Specify driver name in ASoC card

Set the snd_soc_card driver name which fixes the warning:
fsl-asoc-card sound: ASoC: driver name too long 'imx-audio-tlv320aic32x4'
-> 'imx-audio-tlv32'

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Acked-by: Shengjiu Wang <shengjiu.wang@gmail.com>
Link: https://lore.kernel.org/r/20230316123611.3495597-2-alexander.stein@ew.tq-group.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Alexander Stein and committed by
Mark Brown
9934844f 1d52cba3

+1
+1
sound/soc/fsl/fsl-asoc-card.c
··· 609 609 610 610 priv->card.dapm_routes = audio_map; 611 611 priv->card.num_dapm_routes = ARRAY_SIZE(audio_map); 612 + priv->card.driver_name = DRIVER_NAME; 612 613 /* Diversify the card configurations */ 613 614 if (of_device_is_compatible(np, "fsl,imx-audio-cs42888")) { 614 615 codec_dai_name = "cs42888";