Searched refs:ext_id (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau88x0_mixer.c30 vortex->isquad = ((vortex->codec == NULL) ? 0 : (vortex->codec->ext_id&0x80));
/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))
301 if ((ac97->ext_id & AC97_EI_DRA) && reg == AC97_PCM_FRONT_DAC_RATE)
306 if ((ac97->ext_id & AC97_EI_DRA) && reg == AC97_PCM_FRONT_DAC_RATE) {
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_codec.c507 (ac97->ext_id & AC97_EI_REV_MASK) >= AC97_EI_REV_23 &&
1058 if ((ac97->ext_id & AC97_EI_CDAC) == 0)
1062 if ((ac97->ext_id & AC97_EI_LDAC) == 0)
1068 if ((ac97->ext_id & AC97_EI_SDAC) == 0)
1612 ac97->ext_id |= AC97_EI_SPDIF;
1614 if ((ac97->ext_id & AC97_EI_SPDIF) && !(ac97->scaps & AC97_SCAP_NO_SPDIF)) {
1706 if ((ac97->ext_id & AC97_EI_DRA) && reg == AC97_PCM_FRONT_DAC_RATE)
2099 ac97->ext_id = snd_ac97_read(ac97, AC97_EXTENDED_ID);
2100 if (ac97->ext_id == 0xffff) /* invalid combination */
2101 ac97->ext_id
[all...]
H A Dac97_proc.c129 if ((ac97->ext_id & AC97_EI_REV_MASK) >= AC97_EI_REV_23) {
185 if (ac97->ext_id & AC97_EI_DRA)
289 if ((ac97->ext_id & AC97_EI_REV_MASK) >= AC97_EI_REV_23) {
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 */
1618 ac97->ext_id = snd_ac97_read(ac97, AC97_EXTENDED_ID);
2270 ac97->ext_id = (ac97->ext_id & ~AC97_EI_REV_MASK) | AC97_EI_REV_23;
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
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dac97_codec.h496 unsigned short ext_id; /* extended feature identification (register 28) */ member in struct:snd_ac97
541 return (ac97->ext_id & AC97_EI_REV_MASK) >= AC97_EI_REV_22;
545 return (ac97->ext_id & AC97_EI_AMAP) != 0;
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/drivers/mtd/devices/
H A Dm25p80.c583 u16 ext_id; member in struct:flash_info
602 .ext_id = (_ext_id), \
754 if (info->ext_id != 0 && info->ext_id != ext_jedec)
/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)
1648 if (ensoniq->u.es1371.ac97->ext_id & AC97_EI_SDAC) {
/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))

Completed in 184 milliseconds