Searched refs:CM_CH_PLAY (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/
H A Dcmipci.c397 #define CM_CH_PLAY 0 macro
409 #define CM_OPEN_PLAYBACK (CM_CH_PLAY | CM_OPEN_DAC)
411 #define CM_OPEN_PLAYBACK_MULTI (CM_CH_PLAY | CM_OPEN_DAC | CM_OPEN_MCHAN)
413 #define CM_OPEN_SPDIF_PLAYBACK (CM_CH_PLAY | CM_OPEN_DAC | CM_OPEN_SPDIF)
417 #if CM_CH_PLAY == 1
691 if (cm->opened[CM_CH_PLAY]) {
696 cm->opened[CM_CH_PLAY] = CM_OPEN_PLAYBACK_MULTI;
968 return snd_cmipci_pcm_trigger(cm, &cm->channel[CM_CH_PLAY], cmd);
974 return snd_cmipci_pcm_pointer(cm, &cm->channel[CM_CH_PLAY], substream);
1300 return snd_cmipci_pcm_prepare(cm, &cm->channel[CM_CH_PLAY], substrea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/
H A Dcmipci.c397 #define CM_CH_PLAY 0 macro
409 #define CM_OPEN_PLAYBACK (CM_CH_PLAY | CM_OPEN_DAC)
411 #define CM_OPEN_PLAYBACK_MULTI (CM_CH_PLAY | CM_OPEN_DAC | CM_OPEN_MCHAN)
413 #define CM_OPEN_SPDIF_PLAYBACK (CM_CH_PLAY | CM_OPEN_DAC | CM_OPEN_SPDIF)
417 #if CM_CH_PLAY == 1
691 if (cm->opened[CM_CH_PLAY]) {
696 cm->opened[CM_CH_PLAY] = CM_OPEN_PLAYBACK_MULTI;
968 return snd_cmipci_pcm_trigger(cm, &cm->channel[CM_CH_PLAY], cmd);
974 return snd_cmipci_pcm_pointer(cm, &cm->channel[CM_CH_PLAY], substream);
1300 return snd_cmipci_pcm_prepare(cm, &cm->channel[CM_CH_PLAY], substrea
[all...]

Completed in 115 milliseconds