Searched refs:snd_soc_read_signed (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-ops.c | 115 * snd_soc_read_signed - Read a codec register and interpret as signed value 129 static int snd_soc_read_signed(struct snd_soc_component *component, in snd_soc_read_signed() function 257 ret = snd_soc_read_signed(component, reg, mask, shift, sign_bit, &val); in snd_soc_get_volsw() 268 ret = snd_soc_read_signed(component, reg, mask, rshift, in snd_soc_get_volsw() 271 ret = snd_soc_read_signed(component, reg2, mask, shift, in snd_soc_get_volsw()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-ops.c | 114 * snd_soc_read_signed - Read a codec register and interpret as signed value 128 static int snd_soc_read_signed(struct snd_soc_component *component, in snd_soc_read_signed() function 274 ret = snd_soc_read_signed(component, reg, mask, shift, sign_bit, &val); in snd_soc_get_volsw() 285 ret = snd_soc_read_signed(component, reg, mask, rshift, in snd_soc_get_volsw() 288 ret = snd_soc_read_signed(component, reg2, mask, shift, in snd_soc_get_volsw()
|
Completed in 4 milliseconds