diff options
Diffstat (limited to 'sound/soc/sh/fsi-da7210.c')
-rw-r--r-- | sound/soc/sh/fsi-da7210.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/fsi-da7210.c b/sound/soc/sh/fsi-da7210.c index b5270156c817..a6adb6e43250 100644 --- a/sound/soc/sh/fsi-da7210.c +++ b/sound/soc/sh/fsi-da7210.c | |||
@@ -33,7 +33,7 @@ static struct snd_soc_dai_link fsi_da7210_dai = { | |||
33 | }; | 33 | }; |
34 | 34 | ||
35 | static struct snd_soc_card fsi_soc_card = { | 35 | static struct snd_soc_card fsi_soc_card = { |
36 | .name = "FSI", | 36 | .name = "FSI (DA7210)", |
37 | .dai_link = &fsi_da7210_dai, | 37 | .dai_link = &fsi_da7210_dai, |
38 | .num_links = 1, | 38 | .num_links = 1, |
39 | }; | 39 | }; |