Home
last modified time | relevance | path

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

/linux-4.4.14/sound/oss/
Dwaveartist.c117 unsigned int no_autoselect :1;/* handset/telephone autoselects a path */ member
1425 devc->no_autoselect = 1; in attach_waveartist()
1729 if (!devc->no_autoselect) { in vnc_configure_mixer()
1771 if (!devc->no_autoselect && in vnc_slider()
1837 prev_auto_state = devc->no_autoselect; in vnc_private_ioctl()
1841 devc->no_autoselect = (val & VNC_DISABLE_AUTOSWITCH) ? 1 : 0; in vnc_private_ioctl()
1851 if (prev_auto_state != devc->no_autoselect) in vnc_private_ioctl()
1928 (devc->no_autoselect ? VNC_DISABLE_AUTOSWITCH : 0); in vnc_private_ioctl()