Home
last modified time | relevance | path

Searched refs:pv (Results 1 – 4 of 4) sorted by relevance

/sound/aoa/codecs/
Donyx.c373 long int pv = kcontrol->private_value; in onyx_snd_single_bit_get() local
374 u8 polarity = (pv >> 16) & FLAG_POLARITY_INVERT; in onyx_snd_single_bit_get()
375 u8 address = (pv >> 8) & 0xff; in onyx_snd_single_bit_get()
376 u8 mask = pv & 0xff; in onyx_snd_single_bit_get()
393 long int pv = kcontrol->private_value; in onyx_snd_single_bit_put() local
394 u8 polarity = (pv >> 16) & FLAG_POLARITY_INVERT; in onyx_snd_single_bit_put()
395 u8 spdiflock = (pv >> 16) & FLAG_SPDIFLOCK; in onyx_snd_single_bit_put()
396 u8 address = (pv >> 8) & 0xff; in onyx_snd_single_bit_put()
397 u8 mask = pv & 0xff; in onyx_snd_single_bit_put()
/sound/pci/hda/
Dhda_local.h634 #define get_amp_nid_(pv) ((pv) & 0xffff) argument
637 #define get_amp_direction_(pv) (((pv) >> 18) & 0x1) argument
639 #define get_amp_index_(pv) (((pv) >> 19) & 0xf) argument
/sound/usb/line6/
Dplayback.c40 short pv = le16_to_cpu(*p); in change_volume() local
41 int val = (pv * volume[chn & 1]) >> 8; in change_volume()
42 pv = clamp(val, -0x8000, 0x7fff); in change_volume()
43 *p = cpu_to_le16(pv); in change_volume()
/sound/pci/
Dmaestro3.c1275 } pv[] = { variable
1332 for (i = 0; i < ARRAY_SIZE(pv); i++) in snd_m3_playback_setup()
1334 s->inst.data + pv[i].addr, pv[i].val); in snd_m3_playback_setup()