Home
last modified time | relevance | path

Searched refs:pcm_reserved (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/pci/ice1712/
Dice1724.c730 if (ice->pcm_reserved[i] && in snd_vt1724_pcm_hw_params()
731 ice->pcm_reserved[i] != substream) { in snd_vt1724_pcm_hw_params()
735 ice->pcm_reserved[i] = substream; in snd_vt1724_pcm_hw_params()
738 if (ice->pcm_reserved[i] == substream) in snd_vt1724_pcm_hw_params()
739 ice->pcm_reserved[i] = NULL; in snd_vt1724_pcm_hw_params()
745 if (ice->pcm_reserved[i] && in snd_vt1724_pcm_hw_params()
746 ice->pcm_reserved[i] != substream) { in snd_vt1724_pcm_hw_params()
750 ice->pcm_reserved[i] = substream; in snd_vt1724_pcm_hw_params()
772 if (ice->pcm_reserved[i] == substream) in snd_vt1724_pcm_hw_free()
773 ice->pcm_reserved[i] = NULL; in snd_vt1724_pcm_hw_free()
[all …]
Dice1712.h351 struct snd_pcm_substream *pcm_reserved[4]; member