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

/linux-master/sound/pci/
H A Dcmipci.c379 #define CM_CH_PLAY 0 macro
391 #define CM_OPEN_PLAYBACK (CM_CH_PLAY | CM_OPEN_DAC)
393 #define CM_OPEN_PLAYBACK_MULTI (CM_CH_PLAY | CM_OPEN_DAC | CM_OPEN_MCHAN)
395 #define CM_OPEN_SPDIF_PLAYBACK (CM_CH_PLAY | CM_OPEN_DAC | CM_OPEN_SPDIF)
399 #if CM_CH_PLAY == 1
668 if (cm->opened[CM_CH_PLAY]) {
673 cm->opened[CM_CH_PLAY] = CM_OPEN_PLAYBACK_MULTI;
946 return snd_cmipci_pcm_trigger(cm, &cm->channel[CM_CH_PLAY], cmd);
952 return snd_cmipci_pcm_pointer(cm, &cm->channel[CM_CH_PLAY], substream);
1281 return snd_cmipci_pcm_prepare(cm, &cm->channel[CM_CH_PLAY], substrea
[all...]

Completed in 171 milliseconds