Searched refs:PDMIC_DSPR1 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/sound/soc/atmel/ |
D | atmel-pdmic.h | 69 #define PDMIC_DSPR1 0x0000005c macro
|
D | atmel-pdmic.c | 287 dgain_val = (snd_soc_component_read(component, PDMIC_DSPR1) & PDMIC_DSPR1_DGAIN_MASK) in pdmic_get_mic_volsw() 317 ret = snd_soc_component_update_bits(component, PDMIC_DSPR1, PDMIC_DSPR1_DGAIN_MASK, in pdmic_put_mic_volsw() 331 SOC_SINGLE_EXT_TLV("Mic Capture Volume", PDMIC_DSPR1, PDMIC_DSPR1_DGAIN_SHIFT, 346 snd_soc_component_update_bits(component, PDMIC_DSPR1, PDMIC_DSPR1_OFFSET_MASK, in atmel_pdmic_component_probe()
|