Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dnau8825.c188 { NAU8825_REG_MIC_BIAS, 0x0006 },
861 case NAU8825_REG_ANALOG_ADC_1 ... NAU8825_REG_MIC_BIAS: in nau8825_readable_reg()
886 case NAU8825_REG_ANALOG_ADC_1 ... NAU8825_REG_MIC_BIAS: in nau8825_writeable_reg()
1100 SND_SOC_DAPM_MICBIAS("MICBIAS", NAU8825_REG_MIC_BIAS, 8, 0),
1504 regmap_update_bits(regmap, NAU8825_REG_MIC_BIAS, in nau8825_eject_jack()
1624 regmap_update_bits(regmap, NAU8825_REG_MIC_BIAS, in nau8825_jack_insert()
1644 regmap_update_bits(regmap, NAU8825_REG_MIC_BIAS, in nau8825_jack_insert()
1888 regmap_update_bits(regmap, NAU8825_REG_MIC_BIAS, in nau8825_init_regs()
2362 regmap_update_bits(nau8825->regmap, NAU8825_REG_MIC_BIAS, in nau8825_set_bias_level()
Dnau8825.h88 #define NAU8825_REG_MIC_BIAS 0x74 macro