Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/mediatek/mt8188/
H A Dmt8188-dai-dmic.c161 regmap_set_bits(afe->regmap, reg->con0, DMIC_GAIN_CON0_GAIN_ON); in mtk_dai_dmic_hw_gain_on()
163 regmap_clear_bits(afe->regmap, reg->con0, DMIC_GAIN_CON0_GAIN_ON); in mtk_dai_dmic_hw_gain_on()
H A Dmt8188-reg.h2958 #define DMIC_GAIN_CON0_GAIN_ON BIT(0) macro