Home
last modified time | relevance | path

Searched refs:playback_substream (Results 1 – 14 of 14) sorted by relevance

/linux/sound/drivers/pcsp/
H A Dpcsp_lib.c34 substream = pcsp_chip.playback_substream; in pcsp_call_pcm_elapsed()
59 substream = chip->playback_substream; in pcsp_timer_update()
97 substream = chip->playback_substream; in pcsp_pointer_update()
134 if (!atomic_read(&chip->timer_active) || !chip->playback_substream) in pcsp_do_timer()
208 chip->playback_substream = NULL; in snd_pcsp_playback_close()
316 chip->playback_substream = substream; in snd_pcsp_playback_open()
H A Dpcsp.h60 struct snd_pcm_substream *playback_substream; member
/linux/sound/pci/
H A Dals300.c108 struct snd_pcm_substream *playback_substream; member
186 if (chip->pcm && chip->playback_substream) { in snd_als300_interrupt()
187 data = chip->playback_substream->runtime->private_data; in snd_als300_interrupt()
189 snd_pcm_period_elapsed(chip->playback_substream); in snd_als300_interrupt()
219 if (chip->pcm && chip->playback_substream) { in snd_als300plus_interrupt()
221 data = chip->playback_substream->runtime->private_data; in snd_als300plus_interrupt()
223 snd_pcm_period_elapsed(chip->playback_substream); in snd_als300plus_interrupt()
349 chip->playback_substream = substream; in snd_als300_playback_open()
364 chip->playback_substream = NULL; in snd_als300_playback_close()
/linux/include/sound/
H A Dak4114.h170 struct snd_pcm_substream *playback_substream; member
188 struct snd_pcm_substream *playback_substream,
H A Des1688.h35 struct snd_pcm_substream *playback_substream; member
H A Dad1816a.h132 struct snd_pcm_substream *playback_substream; member
H A Dcs8427.h182 struct snd_pcm_substream *playback_substream,
H A Dwss.h83 struct snd_pcm_substream *playback_substream; member
H A Dsb.h84 struct snd_pcm_substream *playback_substream; member
/linux/sound/pci/cs5535audio/
H A Dcs5535audio.h93 struct snd_pcm_substream *playback_substream; member
/linux/sound/isa/msnd/
H A Dmsnd.h267 struct snd_pcm_substream *playback_substream; member
/linux/sound/pci/riptide/
H A Driptide.c430 struct snd_pcm_substream *playback_substream[PLAYBACK_SUBSTREAMS]; member
1087 substream[i] = chip->playback_substream[i]; in riptide_handleirq()
1595 chip->playback_substream[sub_num] = substream; in snd_riptide_playback_open()
1642 chip->playback_substream[sub_num] = NULL; in snd_riptide_playback_close()
1901 if (!chip->playback_substream[i] || in snd_riptide_proc_read()
1902 !chip->playback_substream[i]->runtime) in snd_riptide_proc_read()
1904 data = chip->playback_substream[i]->runtime->private_data; in snd_riptide_proc_read()
/linux/sound/pci/rme9652/
H A Dhdspm.c985 struct snd_pcm_substream *playback_substream; member
5379 if (hdspm->playback_substream) in snd_hdspm_interrupt()
5380 snd_pcm_period_elapsed(hdspm->playback_substream); in snd_hdspm_interrupt()
5431 other = hdspm->playback_substream; in snd_hdspm_reset()
5727 other = hdspm->playback_substream; in snd_hdspm_trigger()
6004 hdspm->playback_substream = substream; in snd_hdspm_open()
6006 if (!hdspm->playback_substream) in snd_hdspm_open()
6070 hdspm->playback_substream = NULL; in snd_hdspm_release()
6428 hdspm->playback_substream = NULL; in snd_hdspm_create_alsa_devices()
/linux/sound/i2c/other/
H A Dak4114.c456 ak4114->playback_substream = ply_substream; in snd_ak4114_build()