Searched refs:snd_atiixp_pcm_open (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/sound/pci/ |
| D | atiixp.c | 1032 static int snd_atiixp_pcm_open(struct snd_pcm_substream *substream, in snd_atiixp_pcm_open() function 1090 err = snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_PLAYBACK], 0); in snd_atiixp_playback_open() 1115 return snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_CAPTURE], 1); in snd_atiixp_capture_open() 1130 err = snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_PLAYBACK], 2); in snd_atiixp_spdif_open() 1132 err = snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_SPDIF], -1); in snd_atiixp_spdif_open()
|
| D | atiixp_modem.c | 857 static int snd_atiixp_pcm_open(struct snd_pcm_substream *substream, in snd_atiixp_pcm_open() function 919 err = snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_PLAYBACK], 0); in snd_atiixp_playback_open() 939 return snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_CAPTURE], 1); in snd_atiixp_capture_open()
|