aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/mediatek/mt8186/mt8186-mt6366-da7219-max98357.c
diff options
context:
space:
mode:
authorchunxu.li <chunxu.li@mediatek.com>2022-08-23 17:07:35 +0800
committerMark Brown <broonie@kernel.org>2022-08-23 13:04:50 +0100
commite8ee449bd7a45e871fc84fe51c773f7a6e68a02f (patch)
tree70aa2ff7341751bc3a30f5d3c3afc88cc8e88886 /sound/soc/mediatek/mt8186/mt8186-mt6366-da7219-max98357.c
parentASoC: samsung: Use iio_get_channel_type() accessor. (diff)
downloadwireguard-linux-e8ee449bd7a45e871fc84fe51c773f7a6e68a02f.tar.xz
wireguard-linux-e8ee449bd7a45e871fc84fe51c773f7a6e68a02f.zip
ASoC: mediatek: mt8186: rename sound card name
The field 'topology_shortname' in 'snd_soc_card' is defined as char[32], Current card name will be truncated when SOF is enabled, so rename the sound card name. Signed-off-by: chunxu.li <chunxu.li@mediatek.com> Link: https://lore.kernel.org/r/20220823090735.12176-1-chunxu.li@mediatek.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/mt8186/mt8186-mt6366-da7219-max98357.c')
-rw-r--r--sound/soc/mediatek/mt8186/mt8186-mt6366-da7219-max98357.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/mediatek/mt8186/mt8186-mt6366-da7219-max98357.c b/sound/soc/mediatek/mt8186/mt8186-mt6366-da7219-max98357.c
index 84ee5d95a9f0..17a15bec41da 100644
--- a/sound/soc/mediatek/mt8186/mt8186-mt6366-da7219-max98357.c
+++ b/sound/soc/mediatek/mt8186/mt8186-mt6366-da7219-max98357.c
@@ -962,7 +962,7 @@ mt8186_mt6366_da7219_max98357_controls[] = {
};
static struct snd_soc_card mt8186_mt6366_da7219_max98357_soc_card = {
- .name = "mt8186_mt6366_da7219_max98357",
+ .name = "mt8186_da7219_max98357",
.owner = THIS_MODULE,
.dai_link = mt8186_mt6366_da7219_max98357_dai_links,
.num_links = ARRAY_SIZE(mt8186_mt6366_da7219_max98357_dai_links),