aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-shmobile/board-armadillo800eva.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
index 6d949f1c850b..36aaeb12e1a5 100644
--- a/arch/arm/mach-shmobile/board-armadillo800eva.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
@@ -1015,7 +1015,6 @@ static struct asoc_simple_card_info fsi_wm8978_info = {
1015 .platform = "sh_fsi2", 1015 .platform = "sh_fsi2",
1016 .daifmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBM_CFM, 1016 .daifmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBM_CFM,
1017 .cpu_dai = { 1017 .cpu_dai = {
1018 .fmt = SND_SOC_DAIFMT_IB_NF,
1019 .name = "fsia-dai", 1018 .name = "fsia-dai",
1020 }, 1019 },
1021 .codec_dai = { 1020 .codec_dai = {
@@ -1040,9 +1039,9 @@ static struct asoc_simple_card_info fsi2_hdmi_info = {
1040 .card = "FSI2B-HDMI", 1039 .card = "FSI2B-HDMI",
1041 .codec = "sh-mobile-hdmi", 1040 .codec = "sh-mobile-hdmi",
1042 .platform = "sh_fsi2", 1041 .platform = "sh_fsi2",
1042 .daifmt = SND_SOC_DAIFMT_CBS_CFS,
1043 .cpu_dai = { 1043 .cpu_dai = {
1044 .name = "fsib-dai", 1044 .name = "fsib-dai",
1045 .fmt = SND_SOC_DAIFMT_CBS_CFS,
1046 }, 1045 },
1047 .codec_dai = { 1046 .codec_dai = {
1048 .name = "sh_mobile_hdmi-hifi", 1047 .name = "sh_mobile_hdmi-hifi",