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:
committed by
Mark Brown
parent
e45e39123a
commit
57e9e87b35
@@ -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),
|
||||||
|
Reference in New Issue
Block a user