Searched refs:playback_con_substream_ds (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/
H A Dice1724.c249 * Playback DMA1 = playback_con_substream_ds[0]
250 * Playback DMA2 = playback_con_substream_ds[1]
251 * Playback DMA3 = playback_con_substream_ds[2]
266 if (ice->playback_con_substream_ds[0])
267 snd_pcm_period_elapsed(ice->playback_con_substream_ds[0]);
270 if (ice->playback_con_substream_ds[1])
271 snd_pcm_period_elapsed(ice->playback_con_substream_ds[1]);
274 if (ice->playback_con_substream_ds[2])
275 snd_pcm_period_elapsed(ice->playback_con_substream_ds[2]);
510 if (ice->playback_con_substream_ds[
[all...]
H A Dice1712.h310 struct snd_pcm_substream *playback_con_substream_ds[6]; member in struct:snd_ice1712
H A Dice1712.c472 if ((substream = ice->playback_con_substream_ds[idx]) != NULL)
797 ice->playback_con_substream_ds[substream->number] = substream;
836 ice->playback_con_substream_ds[substream->number] = NULL;

Completed in 47 milliseconds