diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-28 15:52:24 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-01 06:28:30 -0400 |
commit | eb794077b8fe343a6fdc0aa94ad1fc5388ddded5 (patch) | |
tree | 98929071b76751b2e807a0cd6bb84ef0643edd6d /include/sound | |
parent | 8fc8ec92a5db47cdf3526adc5717041c611e5516 (diff) |
ASoC: dapm: Remove SND_SOC_DAPM_MICBIAS_E()
There are no users any more and new drivers should be using supply widgets
which fully replace it anyway.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Zeng Zhaoming <zengzm.kernel@gmail.com>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc-dapm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 7562b8fb6974..a53e231044a4 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -141,10 +141,6 @@ struct device; | |||
141 | { .id = snd_soc_dapm_mixer, .name = wname, .reg = wreg, .shift = wshift, \ | 141 | { .id = snd_soc_dapm_mixer, .name = wname, .reg = wreg, .shift = wshift, \ |
142 | .invert = winvert, .kcontrol_news = wcontrols, \ | 142 | .invert = winvert, .kcontrol_news = wcontrols, \ |
143 | .num_kcontrols = wncontrols, .event = wevent, .event_flags = wflags} | 143 | .num_kcontrols = wncontrols, .event = wevent, .event_flags = wflags} |
144 | #define SND_SOC_DAPM_MICBIAS_E(wname, wreg, wshift, winvert, wevent, wflags) \ | ||
145 | { .id = snd_soc_dapm_micbias, .name = wname, .reg = wreg, .shift = wshift, \ | ||
146 | .invert = winvert, .kcontrol_news = NULL, .num_kcontrols = 0, \ | ||
147 | .event = wevent, .event_flags = wflags} | ||
148 | #define SND_SOC_DAPM_SWITCH_E(wname, wreg, wshift, winvert, wcontrols, \ | 144 | #define SND_SOC_DAPM_SWITCH_E(wname, wreg, wshift, winvert, wcontrols, \ |
149 | wevent, wflags) \ | 145 | wevent, wflags) \ |
150 | { .id = snd_soc_dapm_switch, .name = wname, .reg = wreg, .shift = wshift, \ | 146 | { .id = snd_soc_dapm_switch, .name = wname, .reg = wreg, .shift = wshift, \ |