Searched refs:PDMIC_DSPR1 (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/sound/soc/atmel/ |
D | atmel-pdmic.h | 69 #define PDMIC_DSPR1 0x0000005c macro
|
D | atmel-pdmic.c | 293 dgain_val = (snd_soc_component_read32(component, PDMIC_DSPR1) & PDMIC_DSPR1_DGAIN_MASK) in pdmic_get_mic_volsw() 323 ret = snd_soc_component_update_bits(component, PDMIC_DSPR1, PDMIC_DSPR1_DGAIN_MASK, in pdmic_put_mic_volsw() 337 SOC_SINGLE_EXT_TLV("Mic Capture Volume", PDMIC_DSPR1, PDMIC_DSPR1_DGAIN_SHIFT, 352 snd_soc_component_update_bits(component, PDMIC_DSPR1, PDMIC_DSPR1_OFFSET_MASK, in atmel_pdmic_component_probe()
|