Searched refs:playback_pro_substream (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/
H A Ddelta.c217 if (change && ice->playback_pro_substream == NULL) {
240 if (change && ice->playback_pro_substream != NULL) {
H A Dice1712.h312 struct snd_pcm_substream *playback_pro_substream; member in struct:snd_ice1712
H A Dews.c268 if (change && ice->playback_pro_substream == NULL) {
291 if (change && ice->playback_pro_substream != NULL) {
H A Dice1724.c248 * Playback DMA0 (M/C) = playback_pro_substream
258 if (ice->playback_pro_substream)
259 snd_pcm_period_elapsed(ice->playback_pro_substream);
492 if (substream == ice->playback_pro_substream) {
755 ice->playback_pro_substream = substream;
802 ice->playback_pro_substream = NULL;
H A Dice1712.c451 if (ice->playback_pro_substream)
452 snd_pcm_period_elapsed(ice->playback_pro_substream);
983 if (s == ice->playback_pro_substream) {
1179 ice->playback_pro_substream = substream;
1210 ice->playback_pro_substream = NULL;

Completed in 110 milliseconds