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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/
H A Denvy24ht.h139 #define VT1724_SPDIF_MASTER 0x10 /* S/PDIF input is master clock */ macro
H A Dice1724.c109 return (inb(ICEMT1724(ice, RATE)) & VT1724_SPDIF_MASTER) ? 1 : 0;
1599 outb(oval | VT1724_SPDIF_MASTER, ICEMT1724(ice, RATE));
1616 if ((oval & VT1724_SPDIF_MASTER) !=
1617 (inb(ICEMT1724(ice, RATE)) & VT1724_SPDIF_MASTER)) {

Completed in 92 milliseconds