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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dwaveartist.c118 unsigned int no_autoselect :1;/* handset/telephone autoselects a path */ member in struct:__anon19073
1400 devc->no_autoselect = 1;
1704 if (!devc->no_autoselect) {
1746 if (!devc->no_autoselect &&
1812 prev_auto_state = devc->no_autoselect;
1816 devc->no_autoselect = (val & VNC_DISABLE_AUTOSWITCH) ? 1 : 0;
1826 if (prev_auto_state != devc->no_autoselect)
1903 (devc->no_autoselect ? VNC_DISABLE_AUTOSWITCH : 0);

Completed in 41 milliseconds