Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/ice1712/
Dice1724.c486 if (ice->playback_con_substream_ds[0]) in snd_vt1724_interrupt()
487 snd_pcm_period_elapsed(ice->playback_con_substream_ds[0]); in snd_vt1724_interrupt()
490 if (ice->playback_con_substream_ds[1]) in snd_vt1724_interrupt()
491 snd_pcm_period_elapsed(ice->playback_con_substream_ds[1]); in snd_vt1724_interrupt()
494 if (ice->playback_con_substream_ds[2]) in snd_vt1724_interrupt()
495 snd_pcm_period_elapsed(ice->playback_con_substream_ds[2]); in snd_vt1724_interrupt()
746 if (ice->playback_con_substream_ds[i] == substream) { in snd_vt1724_pcm_hw_params()
1420 ice->playback_con_substream_ds[substream->number] = substream; in snd_vt1724_playback_indep_open()
1434 ice->playback_con_substream_ds[substream->number] = NULL; in snd_vt1724_playback_indep_close()
Dice1712.h315 struct snd_pcm_substream *playback_con_substream_ds[6]; member
Dice1712.c474 substream = ice->playback_con_substream_ds[idx]; in snd_ice1712_interrupt()
799 ice->playback_con_substream_ds[substream->number] = substream; in snd_ice1712_playback_ds_open()
838 ice->playback_con_substream_ds[substream->number] = NULL; in snd_ice1712_playback_ds_close()