Home
last modified time | relevance | path

Searched refs:SSTATE_PAUSE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/pci/lx6464es/
H A Dlx_defs.h144 SSTATE_PAUSE = (0x01 << 1), /* pause DMA and spl count handling. */ enumerator
H A Dlx_core.h140 return lx_stream_set_state(chip, pipe, is_capture, SSTATE_PAUSE); in lx_stream_pause()