diff options
| -rw-r--r-- | sound/soc/codecs/wm8994.c | 9 | ||||
| -rw-r--r-- | sound/soc/sh/fsi-ak4642.c | 16 | ||||
| -rw-r--r-- | sound/soc/sh/fsi-da7210.c | 2 | ||||
| -rw-r--r-- | sound/soc/sh/fsi-hdmi.c | 4 |
4 files changed, 16 insertions, 15 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index c2fc0356c2a4..83014a7c2e14 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c | |||
| @@ -1190,7 +1190,6 @@ SND_SOC_DAPM_INPUT("DMIC1DAT"), | |||
| 1190 | SND_SOC_DAPM_INPUT("DMIC2DAT"), | 1190 | SND_SOC_DAPM_INPUT("DMIC2DAT"), |
| 1191 | SND_SOC_DAPM_INPUT("Clock"), | 1191 | SND_SOC_DAPM_INPUT("Clock"), |
| 1192 | 1192 | ||
| 1193 | SND_SOC_DAPM_MICBIAS("MICBIAS", WM8994_MICBIAS, 2, 0), | ||
| 1194 | SND_SOC_DAPM_SUPPLY_S("MICBIAS Supply", 1, SND_SOC_NOPM, 0, 0, micbias_ev, | 1193 | SND_SOC_DAPM_SUPPLY_S("MICBIAS Supply", 1, SND_SOC_NOPM, 0, 0, micbias_ev, |
| 1195 | SND_SOC_DAPM_PRE_PMU), | 1194 | SND_SOC_DAPM_PRE_PMU), |
| 1196 | 1195 | ||
| @@ -1509,8 +1508,10 @@ static const struct snd_soc_dapm_route wm8994_revd_intercon[] = { | |||
| 1509 | { "AIF2DACDAT", NULL, "AIF1DACDAT" }, | 1508 | { "AIF2DACDAT", NULL, "AIF1DACDAT" }, |
| 1510 | { "AIF1ADCDAT", NULL, "AIF2ADCDAT" }, | 1509 | { "AIF1ADCDAT", NULL, "AIF2ADCDAT" }, |
| 1511 | { "AIF2ADCDAT", NULL, "AIF1ADCDAT" }, | 1510 | { "AIF2ADCDAT", NULL, "AIF1ADCDAT" }, |
| 1512 | { "MICBIAS", NULL, "CLK_SYS" }, | 1511 | { "MICBIAS1", NULL, "CLK_SYS" }, |
| 1513 | { "MICBIAS", NULL, "MICBIAS Supply" }, | 1512 | { "MICBIAS1", NULL, "MICBIAS Supply" }, |
| 1513 | { "MICBIAS2", NULL, "CLK_SYS" }, | ||
| 1514 | { "MICBIAS2", NULL, "MICBIAS Supply" }, | ||
| 1514 | }; | 1515 | }; |
| 1515 | 1516 | ||
| 1516 | static const struct snd_soc_dapm_route wm8994_intercon[] = { | 1517 | static const struct snd_soc_dapm_route wm8994_intercon[] = { |
| @@ -2763,7 +2764,7 @@ static void wm8958_default_micdet(u16 status, void *data) | |||
| 2763 | report = SND_JACK_MICROPHONE; | 2764 | report = SND_JACK_MICROPHONE; |
| 2764 | 2765 | ||
| 2765 | /* Everything else is buttons; just assign slots */ | 2766 | /* Everything else is buttons; just assign slots */ |
| 2766 | if (status & 0x1c0) | 2767 | if (status & 0x1c) |
| 2767 | report |= SND_JACK_BTN_0; | 2768 | report |= SND_JACK_BTN_0; |
| 2768 | 2769 | ||
| 2769 | done: | 2770 | done: |
diff --git a/sound/soc/sh/fsi-ak4642.c b/sound/soc/sh/fsi-ak4642.c index d6f4703b3c07..770a71a15366 100644 --- a/sound/soc/sh/fsi-ak4642.c +++ b/sound/soc/sh/fsi-ak4642.c | |||
| @@ -97,7 +97,7 @@ static int fsi_ak4642_remove(struct platform_device *pdev) | |||
| 97 | 97 | ||
| 98 | static struct fsi_ak4642_data fsi_a_ak4642 = { | 98 | static struct fsi_ak4642_data fsi_a_ak4642 = { |
| 99 | .name = "AK4642", | 99 | .name = "AK4642", |
| 100 | .card = "FSIA (AK4642)", | 100 | .card = "FSIA-AK4642", |
| 101 | .cpu_dai = "fsia-dai", | 101 | .cpu_dai = "fsia-dai", |
| 102 | .codec = "ak4642-codec.0-0012", | 102 | .codec = "ak4642-codec.0-0012", |
| 103 | .platform = "sh_fsi.0", | 103 | .platform = "sh_fsi.0", |
| @@ -106,7 +106,7 @@ static struct fsi_ak4642_data fsi_a_ak4642 = { | |||
| 106 | 106 | ||
| 107 | static struct fsi_ak4642_data fsi_b_ak4642 = { | 107 | static struct fsi_ak4642_data fsi_b_ak4642 = { |
| 108 | .name = "AK4642", | 108 | .name = "AK4642", |
| 109 | .card = "FSIB (AK4642)", | 109 | .card = "FSIB-AK4642", |
| 110 | .cpu_dai = "fsib-dai", | 110 | .cpu_dai = "fsib-dai", |
| 111 | .codec = "ak4642-codec.0-0012", | 111 | .codec = "ak4642-codec.0-0012", |
| 112 | .platform = "sh_fsi.0", | 112 | .platform = "sh_fsi.0", |
| @@ -115,7 +115,7 @@ static struct fsi_ak4642_data fsi_b_ak4642 = { | |||
| 115 | 115 | ||
| 116 | static struct fsi_ak4642_data fsi_a_ak4643 = { | 116 | static struct fsi_ak4642_data fsi_a_ak4643 = { |
| 117 | .name = "AK4643", | 117 | .name = "AK4643", |
| 118 | .card = "FSIA (AK4643)", | 118 | .card = "FSIA-AK4643", |
| 119 | .cpu_dai = "fsia-dai", | 119 | .cpu_dai = "fsia-dai", |
| 120 | .codec = "ak4642-codec.0-0013", | 120 | .codec = "ak4642-codec.0-0013", |
| 121 | .platform = "sh_fsi.0", | 121 | .platform = "sh_fsi.0", |
| @@ -124,7 +124,7 @@ static struct fsi_ak4642_data fsi_a_ak4643 = { | |||
| 124 | 124 | ||
| 125 | static struct fsi_ak4642_data fsi_b_ak4643 = { | 125 | static struct fsi_ak4642_data fsi_b_ak4643 = { |
| 126 | .name = "AK4643", | 126 | .name = "AK4643", |
| 127 | .card = "FSIB (AK4643)", | 127 | .card = "FSIB-AK4643", |
| 128 | .cpu_dai = "fsib-dai", | 128 | .cpu_dai = "fsib-dai", |
| 129 | .codec = "ak4642-codec.0-0013", | 129 | .codec = "ak4642-codec.0-0013", |
| 130 | .platform = "sh_fsi.0", | 130 | .platform = "sh_fsi.0", |
| @@ -133,7 +133,7 @@ static struct fsi_ak4642_data fsi_b_ak4643 = { | |||
| 133 | 133 | ||
| 134 | static struct fsi_ak4642_data fsi2_a_ak4642 = { | 134 | static struct fsi_ak4642_data fsi2_a_ak4642 = { |
| 135 | .name = "AK4642", | 135 | .name = "AK4642", |
| 136 | .card = "FSI2A (AK4642)", | 136 | .card = "FSI2A-AK4642", |
| 137 | .cpu_dai = "fsia-dai", | 137 | .cpu_dai = "fsia-dai", |
| 138 | .codec = "ak4642-codec.0-0012", | 138 | .codec = "ak4642-codec.0-0012", |
| 139 | .platform = "sh_fsi2", | 139 | .platform = "sh_fsi2", |
| @@ -142,7 +142,7 @@ static struct fsi_ak4642_data fsi2_a_ak4642 = { | |||
| 142 | 142 | ||
| 143 | static struct fsi_ak4642_data fsi2_b_ak4642 = { | 143 | static struct fsi_ak4642_data fsi2_b_ak4642 = { |
| 144 | .name = "AK4642", | 144 | .name = "AK4642", |
| 145 | .card = "FSI2B (AK4642)", | 145 | .card = "FSI2B-AK4642", |
| 146 | .cpu_dai = "fsib-dai", | 146 | .cpu_dai = "fsib-dai", |
| 147 | .codec = "ak4642-codec.0-0012", | 147 | .codec = "ak4642-codec.0-0012", |
| 148 | .platform = "sh_fsi2", | 148 | .platform = "sh_fsi2", |
| @@ -151,7 +151,7 @@ static struct fsi_ak4642_data fsi2_b_ak4642 = { | |||
| 151 | 151 | ||
| 152 | static struct fsi_ak4642_data fsi2_a_ak4643 = { | 152 | static struct fsi_ak4642_data fsi2_a_ak4643 = { |
| 153 | .name = "AK4643", | 153 | .name = "AK4643", |
| 154 | .card = "FSI2A (AK4643)", | 154 | .card = "FSI2A-AK4643", |
| 155 | .cpu_dai = "fsia-dai", | 155 | .cpu_dai = "fsia-dai", |
| 156 | .codec = "ak4642-codec.0-0013", | 156 | .codec = "ak4642-codec.0-0013", |
| 157 | .platform = "sh_fsi2", | 157 | .platform = "sh_fsi2", |
| @@ -160,7 +160,7 @@ static struct fsi_ak4642_data fsi2_a_ak4643 = { | |||
| 160 | 160 | ||
| 161 | static struct fsi_ak4642_data fsi2_b_ak4643 = { | 161 | static struct fsi_ak4642_data fsi2_b_ak4643 = { |
| 162 | .name = "AK4643", | 162 | .name = "AK4643", |
| 163 | .card = "FSI2B (AK4643)", | 163 | .card = "FSI2B-AK4643", |
| 164 | .cpu_dai = "fsib-dai", | 164 | .cpu_dai = "fsib-dai", |
| 165 | .codec = "ak4642-codec.0-0013", | 165 | .codec = "ak4642-codec.0-0013", |
| 166 | .platform = "sh_fsi2", | 166 | .platform = "sh_fsi2", |
diff --git a/sound/soc/sh/fsi-da7210.c b/sound/soc/sh/fsi-da7210.c index dbafd7ac5590..59553fd8c2fb 100644 --- a/sound/soc/sh/fsi-da7210.c +++ b/sound/soc/sh/fsi-da7210.c | |||
| @@ -42,7 +42,7 @@ static struct snd_soc_dai_link fsi_da7210_dai = { | |||
| 42 | }; | 42 | }; |
| 43 | 43 | ||
| 44 | static struct snd_soc_card fsi_soc_card = { | 44 | static struct snd_soc_card fsi_soc_card = { |
| 45 | .name = "FSI (DA7210)", | 45 | .name = "FSI-DA7210", |
| 46 | .dai_link = &fsi_da7210_dai, | 46 | .dai_link = &fsi_da7210_dai, |
| 47 | .num_links = 1, | 47 | .num_links = 1, |
| 48 | }; | 48 | }; |
diff --git a/sound/soc/sh/fsi-hdmi.c b/sound/soc/sh/fsi-hdmi.c index 9719985eb82d..d3d9fd880680 100644 --- a/sound/soc/sh/fsi-hdmi.c +++ b/sound/soc/sh/fsi-hdmi.c | |||
| @@ -83,13 +83,13 @@ static int fsi_hdmi_remove(struct platform_device *pdev) | |||
| 83 | 83 | ||
| 84 | static struct fsi_hdmi_data fsi2_a_hdmi = { | 84 | static struct fsi_hdmi_data fsi2_a_hdmi = { |
| 85 | .cpu_dai = "fsia-dai", | 85 | .cpu_dai = "fsia-dai", |
| 86 | .card = "FSI2A (SH MOBILE HDMI)", | 86 | .card = "FSI2A-HDMI", |
| 87 | .id = FSI_PORT_A, | 87 | .id = FSI_PORT_A, |
| 88 | }; | 88 | }; |
| 89 | 89 | ||
| 90 | static struct fsi_hdmi_data fsi2_b_hdmi = { | 90 | static struct fsi_hdmi_data fsi2_b_hdmi = { |
| 91 | .cpu_dai = "fsib-dai", | 91 | .cpu_dai = "fsib-dai", |
| 92 | .card = "FSI2B (SH MOBILE HDMI)", | 92 | .card = "FSI2B-HDMI", |
| 93 | .id = FSI_PORT_B, | 93 | .id = FSI_PORT_B, |
| 94 | }; | 94 | }; |
| 95 | 95 | ||
