Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/oss/
Dpcm_oss.c1090 struct snd_pcm_substream *asubstream = NULL, *substream; in snd_pcm_oss_get_active_substream() local
1096 if (asubstream == NULL) in snd_pcm_oss_get_active_substream()
1097 asubstream = substream; in snd_pcm_oss_get_active_substream()
1104 if (!asubstream) in snd_pcm_oss_get_active_substream()
1107 *r_substream = asubstream; in snd_pcm_oss_get_active_substream()