Home
last modified time | relevance | path

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

/sound/usb/
Dmixer_us16x08.h18 #define SND_US16X08_KCBIAS(x) (((x)->private_value >> 24) & 0xff) macro
Dmixer_us16x08.c280 buf[8] = val - SND_US16X08_KCBIAS(kcontrol); in snd_us16x08_master_put()
390 buf[8] = val - SND_US16X08_KCBIAS(kcontrol); in snd_us16x08_channel_put()
512 val = ucontrol->value.integer.value[0] + SND_US16X08_KCBIAS(kcontrol); in snd_us16x08_eqswitch_put()