mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 23:54:26 +08:00
ASoC: fsi codecs: Update card name field
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
29f9e39a55
commit
1c7fc7e547
@ -43,7 +43,7 @@ static struct snd_soc_dai_link fsi_dai_link = {
|
||||
};
|
||||
|
||||
static struct snd_soc_card fsi_soc_card = {
|
||||
.name = "FSI",
|
||||
.name = "FSI (AK4642)",
|
||||
.dai_link = &fsi_dai_link,
|
||||
.num_links = 1,
|
||||
};
|
||||
|
@ -33,7 +33,7 @@ static struct snd_soc_dai_link fsi_da7210_dai = {
|
||||
};
|
||||
|
||||
static struct snd_soc_card fsi_soc_card = {
|
||||
.name = "FSI",
|
||||
.name = "FSI (DA7210)",
|
||||
.dai_link = &fsi_da7210_dai,
|
||||
.num_links = 1,
|
||||
};
|
||||
|
@ -22,7 +22,7 @@ static struct snd_soc_dai_link fsi_dai_link = {
|
||||
};
|
||||
|
||||
static struct snd_soc_card fsi_soc_card = {
|
||||
.name = "FSI",
|
||||
.name = "FSI (SH MOBILE HDMI)",
|
||||
.dai_link = &fsi_dai_link,
|
||||
.num_links = 1,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user