Home
last modified time | relevance | path

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

/linux/sound/pci/ice1712/
H A Dice1724.c430 * Playback DMA1 = playback_con_substream_ds[0] in snd_vt1724_interrupt()
431 * Playback DMA2 = playback_con_substream_ds[1] in snd_vt1724_interrupt()
432 * Playback DMA3 = playback_con_substream_ds[2] in snd_vt1724_interrupt()
447 if (ice->playback_con_substream_ds[0]) in snd_vt1724_interrupt()
448 snd_pcm_period_elapsed(ice->playback_con_substream_ds[0]); in snd_vt1724_interrupt()
451 if (ice->playback_con_substream_ds[1]) in snd_vt1724_interrupt()
452 snd_pcm_period_elapsed(ice->playback_con_substream_ds[1]); in snd_vt1724_interrupt()
455 if (ice->playback_con_substream_ds[2]) in snd_vt1724_interrupt()
456 snd_pcm_period_elapsed(ice->playback_con_substream_ds[2]); in snd_vt1724_interrupt()
702 if (ice->playback_con_substream_ds[ in __snd_vt1724_pcm_hw_params()
[all...]
H A Dice1712.h302 struct snd_pcm_substream *playback_con_substream_ds[6]; member
H A Dice1712.c453 substream = ice->playback_con_substream_ds[idx]; in snd_ice1712_interrupt()
758 ice->playback_con_substream_ds[substream->number] = substream; in snd_ice1712_playback_ds_open()
795 ice->playback_con_substream_ds[substream->number] = NULL; in snd_ice1712_playback_ds_close()