mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 14:48:06 +00:00
ASoC: Intel: cht_bsw_rt5672: fix card name
For now reason the current card name is a ridiculous 'cherrytrailcraudio'. This isn't very useful or self-explanatory, change to driver name cht-bsw-rt5672. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Takashi Iwai <tiwai@suse.de> Acked-By: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
e45e39123a
commit
57e9e87b35
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ static int cht_resume_post(struct snd_soc_card *card)
|
||||||
|
|
||||||
/* SoC card */
|
/* SoC card */
|
||||||
static struct snd_soc_card snd_soc_card_cht = {
|
static struct snd_soc_card snd_soc_card_cht = {
|
||||||
.name = "cherrytrailcraudio",
|
.name = "cht-bsw-rt5672",
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
.dai_link = cht_dailink,
|
.dai_link = cht_dailink,
|
||||||
.num_links = ARRAY_SIZE(cht_dailink),
|
.num_links = ARRAY_SIZE(cht_dailink),
|
||||||
|
|
Loading…
Add table
Reference in a new issue