Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/core/oss/
H A Dpcm_oss.c1115 struct snd_pcm_substream *asubstream = NULL, *substream; in snd_pcm_oss_get_active_substream() local
1121 if (asubstream == NULL) in snd_pcm_oss_get_active_substream()
1122 asubstream = substream; in snd_pcm_oss_get_active_substream()
1129 if (!asubstream) in snd_pcm_oss_get_active_substream()
1132 *r_substream = asubstream; in snd_pcm_oss_get_active_substream()
/kernel/linux/linux-6.6/sound/core/oss/
H A Dpcm_oss.c1124 struct snd_pcm_substream *asubstream = NULL, *substream; in snd_pcm_oss_get_active_substream() local
1130 if (asubstream == NULL) in snd_pcm_oss_get_active_substream()
1131 asubstream = substream; in snd_pcm_oss_get_active_substream()
1138 if (!asubstream) in snd_pcm_oss_get_active_substream()
1141 *r_substream = asubstream; in snd_pcm_oss_get_active_substream()

Completed in 8 milliseconds