Searched refs:snd_soc_read_signed (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/soc/
H A Dsoc-ops.c114 * 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, function
274 ret = snd_soc_read_signed(component, reg, mask, shift, sign_bit, &val);
285 ret = snd_soc_read_signed(component, reg, mask, rshift,
288 ret = snd_soc_read_signed(component, reg2, mask, shift,

Completed in 172 milliseconds