Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/intel/skylake/
Dskl-messages.c1248 pipe->state = SKL_PIPE_PAUSED; in skl_delete_pipe()
1293 pipe->state = SKL_PIPE_PAUSED; in skl_run_pipe()
1317 if (pipe->state < SKL_PIPE_PAUSED) in skl_stop_pipe()
1326 pipe->state = SKL_PIPE_PAUSED; in skl_stop_pipe()
1340 if (pipe->state < SKL_PIPE_PAUSED) in skl_reset_pipe()
Dskl-topology.h254 SKL_PIPE_PAUSED = 2, enumerator
Dskl-pcm.c280 mconfig->pipe->state == SKL_PIPE_PAUSED)) { in skl_pcm_prepare()