Searched refs:playback_substream (Results 26 - 32 of 32) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/sparc/
H A Dcs4231.c101 struct snd_pcm_substream *playback_substream; member in struct:snd_cs4231
632 chip->playback_substream,
666 if (s == chip->playback_substream) {
1140 snd_pcm_period_elapsed(chip->playback_substream);
1141 snd_cs4231_advance_dma(&chip->p_dma, chip->playback_substream,
1306 chip->playback_substream = substream;
1339 chip->playback_substream = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/cs5535audio/
H A Dcs5535audio_pcm.c103 cs5535au->playback_substream = substream;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/
H A Dsonicvibes.c228 struct snd_pcm_substream *playback_substream; member in struct:sonicvibes
516 snd_pcm_period_elapsed(sonic->playback_substream);
705 sonic->playback_substream = substream;
728 sonic->playback_substream = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/rme9652/
H A Dhdspm.c416 struct snd_pcm_substream *playback_substream; /* and/or capture stream */ member in struct:hdspm
3456 if (hdspm->playback_substream)
3578 other = hdspm->playback_substream;
3802 other = hdspm->playback_substream;
4005 hdspm->playback_substream = substream;
4040 hdspm->playback_substream = NULL;
4057 if (hdspm->playback_substream == NULL)
4326 hdspm->playback_substream = NULL;
H A Dhdsp.c439 struct snd_pcm_substream *playback_substream; member in struct:hdsp
3750 if (hdsp->playback_substream)
3855 other = hdsp->playback_substream;
4009 other = hdsp->playback_substream;
4322 hdsp->playback_substream = substream;
4364 hdsp->playback_substream = NULL;
4878 hdsp->playback_substream = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/korg1212/
H A Dkorg1212.c384 struct snd_pcm_substream *playback_substream; member in struct:snd_korg1212
1164 if (korg1212->playback_substream) {
1166 snd_pcm_period_elapsed(korg1212->playback_substream);
1364 korg1212->playback_substream = substream;
1420 korg1212->playback_substream = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/i2c/other/
H A Dak4114.c457 ak4114->playback_substream = ply_substream;

Completed in 183 milliseconds

12