Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/ice1712/
Dice1724.c472 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()
730 if (ice->playback_con_substream_ds[i] == substream) { in snd_vt1724_pcm_hw_params()
1404 ice->playback_con_substream_ds[substream->number] = substream; in snd_vt1724_playback_indep_open()
1418 ice->playback_con_substream_ds[substream->number] = NULL; in snd_vt1724_playback_indep_close()
Dice1712.h302 struct snd_pcm_substream *playback_con_substream_ds[6]; member
Dice1712.c460 substream = ice->playback_con_substream_ds[idx]; in snd_ice1712_interrupt()
785 ice->playback_con_substream_ds[substream->number] = substream; in snd_ice1712_playback_ds_open()
824 ice->playback_con_substream_ds[substream->number] = NULL; in snd_ice1712_playback_ds_close()