]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
ASoC: intel - fix the card names
authorJaroslav Kysela <perex@perex.cz>
Tue, 11 Feb 2020 03:12:52 +0000 (11:12 +0800)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 20 Feb 2020 13:58:09 +0000 (07:58 -0600)
BugLink: https://launchpad.net/bugs/1862712
Those strings are exposed to the user space as the
card name thus used in the GUIs. The common
standard is to avoid '_' here. The worst case
is 'sof-skl_hda_card' string.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Cc: Mark Brown <broonie@kernel.org>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20191028164624.14334-1-perex@perex.cz
Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from commit d745cc1ab65945b2d17ec9c5652f38299c054649)
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c
sound/soc/intel/boards/skl_hda_dsp_generic.c
sound/soc/intel/boards/sof_rt5682.c

index 67b276a65a8d2dcd8c22438e2bf92dd96c8805c7..8ad31c91fc75e441a27a80fad62df0965822c32a 100644 (file)
@@ -626,7 +626,7 @@ static int kabylake_card_late_probe(struct snd_soc_card *card)
  * kabylake audio machine driver for  MAX98927 + RT5514 + RT5663
  */
 static struct snd_soc_card kabylake_audio_card = {
-       .name = "kbl_r5514_5663_max",
+       .name = "kbl-r5514-5663-max",
        .owner = THIS_MODULE,
        .dai_link = kabylake_dais,
        .num_links = ARRAY_SIZE(kabylake_dais),
index b4e2bec576f08ab2f8bbd36e072cae76626e325e..4e45901e3a2f1afa19997fda757989292a43f57b 100644 (file)
@@ -90,7 +90,7 @@ skl_hda_add_dai_link(struct snd_soc_card *card, struct snd_soc_dai_link *link)
 }
 
 static struct snd_soc_card hda_soc_card = {
-       .name = "skl_hda_card",
+       .name = "hda-dsp",
        .owner = THIS_MODULE,
        .dai_link = skl_hda_be_dai_links,
        .dapm_widgets = skl_hda_widgets,
index 4ef9d1ae142d23cdb76932e4a8cea11528d08d43..751b8ea6ae1f5ca4bda64eb3d35c9aa4d79d9dbc 100644 (file)
@@ -379,7 +379,7 @@ static int dmic_init(struct snd_soc_pcm_runtime *rtd)
 
 /* sof audio machine driver for rt5682 codec */
 static struct snd_soc_card sof_audio_card_rt5682 = {
-       .name = "sof_rt5682",
+       .name = "rt5682", /* the sof- prefix is added by the core */
        .owner = THIS_MODULE,
        .controls = sof_controls,
        .num_controls = ARRAY_SIZE(sof_controls),