Searched refs:AC97_EI_SPDIF (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_pcm.c177 if (! (ac97->ext_id & AC97_EI_SPDIF))
344 if (ac97->ext_id & AC97_EI_SPDIF) {
359 if (ac97->ext_id & AC97_EI_SPDIF) {
369 if (ac97->ext_id & AC97_EI_SPDIF)
382 if (ac97->ext_id & AC97_EI_SPDIF) {
567 if (bus->codec[cidx] && (bus->codec[cidx]->ext_id & AC97_EI_SPDIF)) {
H A Dac97_proc.c202 ext & AC97_EI_SPDIF ? " SPDIF" : "",
216 ext & AC97_EI_SPDIF ? spdif_slots[(val & AC97_EA_SPSA_SLOT_MASK) >> AC97_EA_SPSA_SLOT_SHIFT] : "",
239 if ((ext & AC97_EI_SPDIF) || (ac97->flags & AC97_CS_SPDIF) ||
H A Dac97_patch.c385 ac97->ext_id |= AC97_EI_SPDIF; /* force the detection of spdif */
1349 ac97->ext_id |= AC97_EI_SPDIF; /* force the detection of spdif */
1394 ac97->ext_id |= AC97_EI_SPDIF; /* force the detection of spdif */
2619 if (ac97->ext_id & AC97_EI_SPDIF) {
2773 if (ac97->ext_id & AC97_EI_SPDIF) {
2817 ac97->ext_id |= AC97_EI_SPDIF;
2885 if (ac97->ext_id & AC97_EI_SPDIF) {
3069 ac97->ext_id &= ~AC97_EI_SPDIF; /* disable extended-id */
3085 if (! (ac97->ext_id & AC97_EI_SPDIF))
3248 ac97->ext_id |= AC97_EI_SPDIF;
[all...]
H A Dac97_codec.c1612 ac97->ext_id |= AC97_EI_SPDIF;
1614 if ((ac97->ext_id & AC97_EI_SPDIF) && !(ac97->scaps & AC97_SCAP_NO_SPDIF)) {
2203 if (ac97->ext_id & AC97_EI_SPDIF) {
2489 if (ac97->ext_id & AC97_EI_SPDIF) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dac97_codec.h164 #define AC97_EI_SPDIF 0x0004 /* S/PDIF out supported */ macro
549 return (ac97->ext_id & AC97_EI_SPDIF) != 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/trident/
H A Dtrident_main.c3002 if (trident->ac97->ext_id & AC97_EI_SPDIF)
3004 if (trident->ac97_sec && (trident->ac97_sec->ext_id & AC97_EI_SPDIF))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dens1370.c1635 if (ensoniq->u.es1371.ac97->ext_id & AC97_EI_SPDIF)

Completed in 68 milliseconds