Home
last modified time | relevance | path

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

/Linux-v6.1/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()
1128 SND_SOC_DAPM_MICBIAS("MICBIAS", NAU8825_REG_MIC_BIAS, 8, 0),
1644 regmap_update_bits(regmap, NAU8825_REG_MIC_BIAS, in nau8825_eject_jack()
1764 regmap_update_bits(regmap, NAU8825_REG_MIC_BIAS, in nau8825_jack_insert()
1784 regmap_update_bits(regmap, NAU8825_REG_MIC_BIAS, in nau8825_jack_insert()
2032 regmap_update_bits(regmap, NAU8825_REG_MIC_BIAS, in nau8825_init_regs()
2510 regmap_update_bits(nau8825->regmap, NAU8825_REG_MIC_BIAS, in nau8825_set_bias_level()
Dnau8825.h85 #define NAU8825_REG_MIC_BIAS 0x74 macro