Skip to content

Commit

Permalink
ASoC: dapm: Remove SND_SOC_DAPM_MICBIAS_E()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Apr 1, 2012
1 parent 8fc8ec9 commit eb79407
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/sound/soc-dapm.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ struct device;
{ .id = snd_soc_dapm_mixer, .name = wname, .reg = wreg, .shift = wshift, \
.invert = winvert, .kcontrol_news = wcontrols, \
.num_kcontrols = wncontrols, .event = wevent, .event_flags = wflags}
#define SND_SOC_DAPM_MICBIAS_E(wname, wreg, wshift, winvert, wevent, wflags) \
{ .id = snd_soc_dapm_micbias, .name = wname, .reg = wreg, .shift = wshift, \
.invert = winvert, .kcontrol_news = NULL, .num_kcontrols = 0, \
.event = wevent, .event_flags = wflags}
#define SND_SOC_DAPM_SWITCH_E(wname, wreg, wshift, winvert, wcontrols, \
wevent, wflags) \
{ .id = snd_soc_dapm_switch, .name = wname, .reg = wreg, .shift = wshift, \
Expand Down

0 comments on commit eb79407

Please sign in to comment.