Home
last modified time | relevance | path

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

/linux/sound/usb/
H A Dmixer_us16x08.c623 if (store->comp_active_index) { in snd_get_meter_comp_index()
625 if (store->comp_active_index & 0x20) { in snd_get_meter_comp_index()
628 store->comp_active_index > 1) in snd_get_meter_comp_index()
630 store->comp_active_index; in snd_get_meter_comp_index()
635 ret = store->comp_active_index; in snd_get_meter_comp_index()
764 store->comp_active_index = val; in snd_us16x08_meter_put()
1034 tmp->comp_active_index = 0; in snd_us16x08_create_meter_store()
H A Dmixer_us16x08.h105 int comp_active_index; /* channel select from user space mixer */ member