Searched refs:open_device_check (Results 1 – 1 of 1) sorted by relevance
/sound/pci/ |
D | cmipci.c | 1586 static int open_device_check(struct cmipci *cm, int mode, struct snd_pcm_substream *subs) in open_device_check() function 1645 if ((err = open_device_check(cm, CM_OPEN_PLAYBACK, substream)) < 0) in snd_cmipci_playback_open() 1671 if ((err = open_device_check(cm, CM_OPEN_CAPTURE, substream)) < 0) in snd_cmipci_capture_open() 1695 if ((err = open_device_check(cm, CM_OPEN_PLAYBACK2, substream)) < 0) /* use channel B */ in snd_cmipci_playback2_open() 1733 if ((err = open_device_check(cm, CM_OPEN_SPDIF_PLAYBACK, substream)) < 0) /* use channel A */ in snd_cmipci_playback_spdif_open() 1760 if ((err = open_device_check(cm, CM_OPEN_SPDIF_CAPTURE, substream)) < 0) /* use channel B */ in snd_cmipci_capture_spdif_open()
|