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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dak4114.h118 #define AK4114_IPS0 (1<<0) /* Input Recovery Data Select */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/
H A Dprodigy192.c530 /* AK4114_IPS0 bit = 0 -> RX0 = Toslink
531 * AK4114_IPS0 bit = 1 -> RX1 = Coax
533 ucontrol->value.enumerated.item[0] = (val & AK4114_IPS0) ? 1 : 0;
545 /* AK4114_IPS0 could be any bit */
548 new = (itemvalue & AK4114_IPS0) | (old & ~AK4114_IPS0);

Completed in 53 milliseconds