Searched refs:snd_intel8x0_pcm_open (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/sound/pci/ |
| D | intel8x0.c | 1169 static int snd_intel8x0_pcm_open(struct snd_pcm_substream *substream, struct ichdev *ichdev) in snd_intel8x0_pcm_open() function 1195 err = snd_intel8x0_pcm_open(substream, &chip->ichd[ICHD_PCMOUT]); in snd_intel8x0_playback_open() 1235 return snd_intel8x0_pcm_open(substream, &chip->ichd[ICHD_PCMIN]); in snd_intel8x0_capture_open() 1250 return snd_intel8x0_pcm_open(substream, &chip->ichd[ICHD_MIC]); in snd_intel8x0_mic_open() 1265 return snd_intel8x0_pcm_open(substream, &chip->ichd[ICHD_MIC2]); in snd_intel8x0_mic2_open() 1280 return snd_intel8x0_pcm_open(substream, &chip->ichd[ICHD_PCM2IN]); in snd_intel8x0_capture2_open() 1296 return snd_intel8x0_pcm_open(substream, &chip->ichd[idx]); in snd_intel8x0_spdif_open() 1320 return snd_intel8x0_pcm_open(substream, &chip->ichd[ALID_AC97SPDIFOUT]); in snd_intel8x0_ali_ac97spdifout_open() 1343 return snd_intel8x0_pcm_open(substream, &chip->ichd[ALID_SPDIFIN]); 1358 return snd_intel8x0_pcm_open(substream, &chip->ichd[ALID_SPDIFOUT]);
|