Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dnau8825.c191 { NAU8825_REG_MIC_BIAS, 0x0006 },
219 { NAU8825_REG_MIC_BIAS, 0x0046 },
804 case NAU8825_REG_ANALOG_ADC_1 ... NAU8825_REG_MIC_BIAS: in nau8825_readable_reg()
830 case NAU8825_REG_ANALOG_ADC_1 ... NAU8825_REG_MIC_BIAS: in nau8825_writeable_reg()
1113 SND_SOC_DAPM_MICBIAS("MICBIAS", NAU8825_REG_MIC_BIAS, 8, 0),
1630 regmap_update_bits(regmap, NAU8825_REG_MIC_BIAS, in nau8825_eject_jack()
1742 regmap_update_bits(regmap, NAU8825_REG_MIC_BIAS, in nau8825_high_imped_detection()
1759 regmap_update_bits(regmap, NAU8825_REG_MIC_BIAS, in nau8825_high_imped_detection()
1765 regmap_update_bits(regmap, NAU8825_REG_MIC_BIAS, in nau8825_high_imped_detection()
1774 regmap_update_bits(regmap, NAU8825_REG_MIC_BIAS, in nau8825_high_imped_detection()
[all …]
Dnau8825.h87 #define NAU8825_REG_MIC_BIAS 0x74 macro