Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c7fc7e5 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown
Browse files

ASoC: fsi codecs: Update card name field

parent 29f9e39a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};
+1 −1
Original line number Diff line number Diff line
@@ -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,
};
+1 −1
Original line number Diff line number Diff line
@@ -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,
};