Home
last modified time | relevance | path

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

/linux-5.19.10/sound/pci/ice1712/
Dice1724.c453 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[i] == substream) { in snd_vt1724_pcm_hw_params()
1378 ice->playback_con_substream_ds[substream->number] = substream; in snd_vt1724_playback_indep_open()
1392 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.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()