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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr_core.h110 #define IO_NUM_REG_MUTE_OUT 2 macro
H A Dpcxhr_hwdep.c128 /* unmute outputs (a write to IO_NUM_REG_MUTE_OUT mutes!) */
130 rmh.cmd[0] |= IO_NUM_REG_MUTE_OUT;
146 /* a read to IO_NUM_REG_MUTE_OUT register unmutes! */
148 rmh.cmd[0] |= IO_NUM_REG_MUTE_OUT;
H A Dpcxhr.c318 rmh.cmd[0] |= IO_NUM_REG_MUTE_OUT;
348 rmh.cmd[0] |= IO_NUM_REG_MUTE_OUT;

Completed in 118 milliseconds