We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df18d4 commit 7eb7afeCopy full SHA for 7eb7afe
pcm.c
@@ -209,7 +209,8 @@ static void hiface_pcm_stream_stop(struct pcm_runtime *rt)
209
/* call with stream_mutex locked */
210
static int hiface_pcm_stream_start(struct pcm_runtime *rt)
211
{
212
- int ret = 0, i;
+ int ret = 0;
213
+ int i;
214
215
if (rt->stream_state == STREAM_DISABLED) {
216
/* submit our out urbs zero init */
0 commit comments