Home
last modified time | relevance | path

Searched refs:SN95031_MICBIAS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/soc/codecs/
Dsn95031.c52 snd_soc_update_bits(codec, SN95031_MICBIAS, BIT(2), BIT(2)); in sn95031_enable_mic_bias()
281 snd_soc_update_bits(codec, SN95031_MICBIAS, BIT(5)|BIT(4), ldo); in sn95031_dmic12_event()
299 snd_soc_update_bits(codec, SN95031_MICBIAS, BIT(5)|BIT(4), ldo); in sn95031_dmic34_event()
315 snd_soc_update_bits(codec, SN95031_MICBIAS, BIT(7)|BIT(6), ldo); in sn95031_dmic56_event()
420 SND_SOC_DAPM_MICBIAS("AMIC1Bias", SN95031_MICBIAS, 2, 0),
421 SND_SOC_DAPM_MICBIAS("AMIC2Bias", SN95031_MICBIAS, 3, 0),
Dsn95031.h41 #define SN95031_MICBIAS 0x247 macro