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.c436 * Playback DMA1 = playback_con_substream_ds[0] in snd_vt1724_interrupt()
437 * Playback DMA2 = playback_con_substream_ds[1] in snd_vt1724_interrupt()
438 * Playback DMA3 = playback_con_substream_ds[2] in snd_vt1724_interrupt()
453 if (ice->playback_con_substream_ds[0]) in snd_vt1724_interrupt()
454 snd_pcm_period_elapsed(ice->playback_con_substream_ds[0]); in snd_vt1724_interrupt()
457 if (ice->playback_con_substream_ds[1]) in snd_vt1724_interrupt()
458 snd_pcm_period_elapsed(ice->playback_con_substream_ds[1]); in snd_vt1724_interrupt()
461 if (ice->playback_con_substream_ds[2]) in snd_vt1724_interrupt()
462 snd_pcm_period_elapsed(ice->playback_con_substream_ds[2]); in snd_vt1724_interrupt()
714 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.c454 substream = ice->playback_con_substream_ds[idx]; in snd_ice1712_interrupt()
764 ice->playback_con_substream_ds[substream->number] = substream; in snd_ice1712_playback_ds_open()
803 ice->playback_con_substream_ds[substream->number] = NULL; in snd_ice1712_playback_ds_close()