Searched refs:ac97_pcm_type (Results 1 - 2 of 2) sorted by last modified time

/linux-master/sound/pci/
H A Datiixp_modem.c214 int ac97_pcm_type; /* index # of ac97_pcm to access, -1 = not used */ member in struct:atiixp_dma
856 dma->ac97_pcm_type = pcm_type;
H A Datiixp.c239 int ac97_pcm_type; /* index # of ac97_pcm to access, -1 = not used */ member in struct:atiixp_dma
961 if (dma->ac97_pcm_type >= 0) {
962 struct ac97_pcm *pcm = chip->pcms[dma->ac97_pcm_type];
986 struct ac97_pcm *pcm = chip->pcms[dma->ac97_pcm_type];
1032 dma->ac97_pcm_type = pcm_type;

Completed in 179 milliseconds