mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-02 00:54:12 +00: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 = {
|
static struct snd_soc_card fsi_soc_card = {
|
||||||
.name = "FSI",
|
.name = "FSI (AK4642)",
|
||||||
.dai_link = &fsi_dai_link,
|
.dai_link = &fsi_dai_link,
|
||||||
.num_links = 1,
|
.num_links = 1,
|
||||||
};
|
};
|
||||||
|
@ -33,7 +33,7 @@ static struct snd_soc_dai_link fsi_da7210_dai = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct snd_soc_card fsi_soc_card = {
|
static struct snd_soc_card fsi_soc_card = {
|
||||||
.name = "FSI",
|
.name = "FSI (DA7210)",
|
||||||
.dai_link = &fsi_da7210_dai,
|
.dai_link = &fsi_da7210_dai,
|
||||||
.num_links = 1,
|
.num_links = 1,
|
||||||
};
|
};
|
||||||
|
@ -22,7 +22,7 @@ static struct snd_soc_dai_link fsi_dai_link = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct snd_soc_card fsi_soc_card = {
|
static struct snd_soc_card fsi_soc_card = {
|
||||||
.name = "FSI",
|
.name = "FSI (SH MOBILE HDMI)",
|
||||||
.dai_link = &fsi_dai_link,
|
.dai_link = &fsi_dai_link,
|
||||||
.num_links = 1,
|
.num_links = 1,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user