Home
last modified time | relevance | path

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

/linux-6.15/sound/core/oss/
H A Dpcm_oss.c1112 struct snd_pcm_substream *asubstream = NULL, *substream; in snd_pcm_oss_get_active_substream() local
1118 if (asubstream == NULL) in snd_pcm_oss_get_active_substream()
1119 asubstream = substream; in snd_pcm_oss_get_active_substream()
1126 if (!asubstream) in snd_pcm_oss_get_active_substream()
1129 *r_substream = asubstream; in snd_pcm_oss_get_active_substream()