aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/sound/soc-dapm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index 97069466c38d..3101d53468aa 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -100,6 +100,7 @@ struct device;
100{ .id = snd_soc_dapm_mixer_named_ctl, .name = wname, \ 100{ .id = snd_soc_dapm_mixer_named_ctl, .name = wname, \
101 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \ 101 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
102 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols} 102 .kcontrol_news = wcontrols, .num_kcontrols = wncontrols}
103/* DEPRECATED: use SND_SOC_DAPM_SUPPLY */
103#define SND_SOC_DAPM_MICBIAS(wname, wreg, wshift, winvert) \ 104#define SND_SOC_DAPM_MICBIAS(wname, wreg, wshift, winvert) \
104{ .id = snd_soc_dapm_micbias, .name = wname, \ 105{ .id = snd_soc_dapm_micbias, .name = wname, \
105 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \ 106 SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
@@ -473,7 +474,7 @@ enum snd_soc_dapm_type {
473 snd_soc_dapm_out_drv, /* output driver */ 474 snd_soc_dapm_out_drv, /* output driver */
474 snd_soc_dapm_adc, /* analog to digital converter */ 475 snd_soc_dapm_adc, /* analog to digital converter */
475 snd_soc_dapm_dac, /* digital to analog converter */ 476 snd_soc_dapm_dac, /* digital to analog converter */
476 snd_soc_dapm_micbias, /* microphone bias (power) */ 477 snd_soc_dapm_micbias, /* microphone bias (power) - DEPRECATED: use snd_soc_dapm_supply */
477 snd_soc_dapm_mic, /* microphone */ 478 snd_soc_dapm_mic, /* microphone */
478 snd_soc_dapm_hp, /* headphones */ 479 snd_soc_dapm_hp, /* headphones */
479 snd_soc_dapm_spk, /* speaker */ 480 snd_soc_dapm_spk, /* speaker */