Home
last modified time | relevance | path

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

/linux-4.1.27/sound/oss/
Dwaveartist.c1495 #define VNC_MUTE_INTERNAL_SPKR 0x01 //the sw mute on/off control bit macro
1832 if (val & ~(VNC_MUTE_INTERNAL_SPKR | in vnc_private_ioctl()
1842 devc->spkr_mute_state = (val & VNC_MUTE_INTERNAL_SPKR) ? 1 : 0; in vnc_private_ioctl()
1924 val = (devc->spkr_mute_state ? VNC_MUTE_INTERNAL_SPKR : 0) | in vnc_private_ioctl()