• Home
  • Raw
  • Download

Lines Matching refs:status

81 	switch(pipe->status) {  in mixart_set_pipe_state()
154 pipe->status = PIPE_RUNNING; in mixart_set_pipe_state()
157 pipe->status = PIPE_STOPPED; in mixart_set_pipe_state()
171 switch(pipe->status) { in mixart_set_clock()
201 if (err < 0 || clock_prop_resp.status != 0 || clock_prop_resp.clock_mode != CM_STANDALONE) { in mixart_set_clock()
202 …SG_CLOCK_SET_PROPERTIES err=%x stat=%x mod=%x !\n", err, clock_prop_resp.status, clock_prop_resp.c… in mixart_set_clock()
206 if(rate) pipe->status = PIPE_CLOCK_SET; in mixart_set_clock()
207 else pipe->status = PIPE_RUNNING; in mixart_set_clock()
248 if( pipe->status == PIPE_UNDEFINED ) { in snd_mixart_add_ref_pipe()
304 if((err < 0) || (buf->sgroup_resp.status != 0)) { in snd_mixart_add_ref_pipe()
305 …intk(KERN_ERR "error MSG_STREAM_ADD_**PUT_GROUP err=%x stat=%x !\n", err, buf->sgroup_resp.status); in snd_mixart_add_ref_pipe()
314 pipe->status = PIPE_STOPPED; in snd_mixart_add_ref_pipe()
330 if(pipe->status == PIPE_UNDEFINED) in snd_mixart_kill_ref_pipe()
362 if ((err < 0) || (delete_resp.status != 0)) { in snd_mixart_kill_ref_pipe()
363 …nd_printk(KERN_ERR "error MSG_STREAM_DELETE_GROUP err(%x), status(%x)\n", err, delete_resp.status); in snd_mixart_kill_ref_pipe()
368 pipe->status = PIPE_UNDEFINED; in snd_mixart_kill_ref_pipe()
423 stream->status = MIXART_STREAM_STATUS_RUNNING; in snd_mixart_trigger()
432 stream->status = MIXART_STREAM_STATUS_OPEN; in snd_mixart_trigger()
440 stream->status = MIXART_STREAM_STATUS_PAUSE; in snd_mixart_trigger()
445 stream->status = MIXART_STREAM_STATUS_RUNNING; in snd_mixart_trigger()
722 if (stream->status != MIXART_STREAM_STATUS_FREE){ in snd_mixart_playback_open()
748 stream->status = MIXART_STREAM_STATUS_OPEN; in snd_mixart_playback_open()
800 if (stream->status != MIXART_STREAM_STATUS_FREE){ in snd_mixart_capture_open()
826 stream->status = MIXART_STREAM_STATUS_OPEN; in snd_mixart_capture_open()
872 stream->status = MIXART_STREAM_STATUS_FREE; in snd_mixart_close()