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

12

/linux-master/sound/sparc/
H A Dcs4231.c94 struct snd_pcm_substream *playback_substream; member in struct:snd_cs4231
454 chip->playback_substream,
488 if (s == chip->playback_substream) {
972 snd_pcm_period_elapsed(chip->playback_substream);
973 snd_cs4231_advance_dma(&chip->p_dma, chip->playback_substream,
1141 chip->playback_substream = substream;
1173 chip->playback_substream = NULL;
/linux-master/sound/pci/riptide/
H A Driptide.c428 struct snd_pcm_substream *playback_substream[PLAYBACK_SUBSTREAMS]; member in struct:snd_riptide
1085 substream[i] = chip->playback_substream[i];
1592 chip->playback_substream[sub_num] = substream;
1639 chip->playback_substream[sub_num] = NULL;
1897 if (!chip->playback_substream[i] ||
1898 !chip->playback_substream[i]->runtime)
1900 data = chip->playback_substream[i]->runtime->private_data;
/linux-master/sound/pci/
H A Dsonicvibes.c211 struct snd_pcm_substream *playback_substream; member in struct:sonicvibes
619 snd_pcm_period_elapsed(sonic->playback_substream);
797 sonic->playback_substream = substream;
820 sonic->playback_substream = NULL;
/linux-master/sound/isa/opti9xx/
H A Dopti92x-ad1848.c645 if ((status & OPTi93X_IRQ_PLAYBACK) && codec->playback_substream)
646 snd_pcm_period_elapsed(codec->playback_substream);
/linux-master/sound/pci/korg1212/
H A Dkorg1212.c357 struct snd_pcm_substream *playback_substream; member in struct:snd_korg1212
1171 if (korg1212->playback_substream) {
1173 snd_pcm_period_elapsed(korg1212->playback_substream);
1381 korg1212->playback_substream = substream;
1437 korg1212->playback_substream = NULL;
/linux-master/sound/pci/rme9652/
H A Dhdspm.c985 struct snd_pcm_substream *playback_substream; member in struct:hdspm
5419 if (hdspm->playback_substream)
5420 snd_pcm_period_elapsed(hdspm->playback_substream);
5471 other = hdspm->playback_substream;
5773 other = hdspm->playback_substream;
6063 hdspm->playback_substream = substream;
6065 if (!hdspm->playback_substream)
6132 hdspm->playback_substream = NULL;
6492 hdspm->playback_substream = NULL;
H A Dhdsp.c445 struct snd_pcm_substream *playback_substream; member in struct:hdsp
3905 if (hdsp->playback_substream)
4020 other = hdsp->playback_substream;
4178 other = hdsp->playback_substream;
4490 hdsp->playback_substream = substream;
4534 hdsp->playback_substream = NULL;
5108 hdsp->playback_substream = NULL;
/linux-master/sound/i2c/other/
H A Dak4114.c468 ak4114->playback_substream = ply_substream;
/linux-master/sound/isa/msnd/
H A Dmsnd.c479 chip->playback_substream = substream;
H A Dmsnd_pinnacle.c100 snd_pcm_period_elapsed(chip->playback_substream);

Completed in 191 milliseconds

12