Searched refs:ichd (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dintel8x0.c340 unsigned int ichd; /* ich device number */ member in struct:ichdev
381 struct ichdev ichd[6]; member in struct:intel8x0
781 ichdev = &chip->ichd[i];
922 if (ichdev->ichd == ICHD_PCMOUT && chip->spdif_idx < 0)
1007 if (ichdev->ichd == ICHD_PCMOUT) {
1113 err = snd_intel8x0_pcm_open(substream, &chip->ichd[ICHD_PCMOUT]);
1140 chip->ichd[ICHD_PCMOUT].substream = NULL;
1148 return snd_intel8x0_pcm_open(substream, &chip->ichd[ICHD_PCMIN]);
1155 chip->ichd[ICHD_PCMIN].substream = NULL;
1163 return snd_intel8x0_pcm_open(substream, &chip->ichd[ICHD_MI
[all...]
H A Dintel8x0m.c170 unsigned int ichd; /* ich device number */ member in struct:ichdev
207 struct ichdev ichd[2]; member in struct:intel8x0m
493 ichdev = &chip->ichd[i];
634 return snd_intel8x0m_pcm_open(substream, &chip->ichd[ICHD_MDMOUT]);
641 chip->ichd[ICHD_MDMOUT].substream = NULL;
649 return snd_intel8x0m_pcm_open(substream, &chip->ichd[ICHD_MDMIN]);
656 chip->ichd[ICHD_MDMIN].substream = NULL;
754 if (! chip->ichd[rec->ac97_idx].ac97)
822 if(ac97_is_modem(x97) && !chip->ichd[ICHD_MDMIN].ac97) {
823 chip->ichd[ICHD_MDMI
[all...]

Completed in 139 milliseconds