Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/ice1712/
Dice1724.c716 if (ice->pcm_reserved[i] && in snd_vt1724_pcm_hw_params()
717 ice->pcm_reserved[i] != substream) { in snd_vt1724_pcm_hw_params()
721 ice->pcm_reserved[i] = substream; in snd_vt1724_pcm_hw_params()
724 if (ice->pcm_reserved[i] == substream) in snd_vt1724_pcm_hw_params()
725 ice->pcm_reserved[i] = NULL; in snd_vt1724_pcm_hw_params()
731 if (ice->pcm_reserved[i] && in snd_vt1724_pcm_hw_params()
732 ice->pcm_reserved[i] != substream) { in snd_vt1724_pcm_hw_params()
736 ice->pcm_reserved[i] = substream; in snd_vt1724_pcm_hw_params()
758 if (ice->pcm_reserved[i] == substream) in snd_vt1724_pcm_hw_free()
759 ice->pcm_reserved[i] = NULL; in snd_vt1724_pcm_hw_free()
[all …]
Dice1712.h337 struct snd_pcm_substream *pcm_reserved[4]; member