Home
last modified time | relevance | path

Searched refs:playback_con_substream_ds (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Dice1724.c455 * Playback DMA1 = playback_con_substream_ds[0] in snd_vt1724_interrupt()
456 * Playback DMA2 = playback_con_substream_ds[1] in snd_vt1724_interrupt()
457 * Playback DMA3 = playback_con_substream_ds[2] in snd_vt1724_interrupt()
472 if (ice->playback_con_substream_ds[0]) in snd_vt1724_interrupt()
473 snd_pcm_period_elapsed(ice->playback_con_substream_ds[0]); in snd_vt1724_interrupt()
476 if (ice->playback_con_substream_ds[1]) in snd_vt1724_interrupt()
477 snd_pcm_period_elapsed(ice->playback_con_substream_ds[1]); in snd_vt1724_interrupt()
480 if (ice->playback_con_substream_ds[2]) in snd_vt1724_interrupt()
481 snd_pcm_period_elapsed(ice->playback_con_substream_ds[2]); in snd_vt1724_interrupt()
733 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.c460 substream = ice->playback_con_substream_ds[idx]; in snd_ice1712_interrupt()
770 ice->playback_con_substream_ds[substream->number] = substream; in snd_ice1712_playback_ds_open()
809 ice->playback_con_substream_ds[substream->number] = NULL; in snd_ice1712_playback_ds_close()
/kernel/linux/linux-6.6/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()

Completed in 18 milliseconds