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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Ddelta.c218 if (change && ice->playback_pro_substream == NULL) {
241 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.c280 if (change && ice->playback_pro_substream == NULL) {
303 if (change && ice->playback_pro_substream != NULL) {
H A Dice1724.c468 * Playback DMA0 (M/C) = playback_pro_substream
478 if (ice->playback_pro_substream)
479 snd_pcm_period_elapsed(ice->playback_pro_substream);
728 if (substream == ice->playback_pro_substream) {
1007 ice->playback_pro_substream = substream;
1059 ice->playback_pro_substream = NULL;
H A Dice1712.c454 if (ice->playback_pro_substream)
455 snd_pcm_period_elapsed(ice->playback_pro_substream);
984 if (s == ice->playback_pro_substream) {
1178 ice->playback_pro_substream = substream;
1218 ice->playback_pro_substream = NULL;

Completed in 45 milliseconds