Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl-messages.c1255 pipe->state = SKL_PIPE_PAUSED; in skl_delete_pipe()
1300 pipe->state = SKL_PIPE_PAUSED; in skl_run_pipe()
1324 if (pipe->state < SKL_PIPE_PAUSED) in skl_stop_pipe()
1333 pipe->state = SKL_PIPE_PAUSED; in skl_stop_pipe()
1347 if (pipe->state < SKL_PIPE_PAUSED) in skl_reset_pipe()
H A Dskl-topology.h254 SKL_PIPE_PAUSED = 2, enumerator
H A Dskl-pcm.c280 mconfig->pipe->state == SKL_PIPE_PAUSED)) { in skl_pcm_prepare()