Home
last modified time | relevance | path

Searched refs:CMD_START_STREAM (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/drivers/vx/
H A Dvx_cmd.c35 [CMD_START_STREAM] = { 0x80A000, 2, RMH_SSIZE_FIXED, 0 },
H A Dvx_cmd.h30 CMD_START_STREAM, enumerator
/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr_core.h61 CMD_START_STREAM, /* cmd_len = 2 stat_len = 0 */ enumerator
H A Dpcxhr_core.c487 [CMD_START_STREAM] = { 0x802000, 0, RMH_SSIZE_FIXED },
518 [CMD_START_STREAM] = "CMD_START_STREAM",
H A Dpcxhr.c518 pcxhr_init_rmh(&rmh, start ? CMD_START_STREAM : CMD_STOP_STREAM); in pcxhr_set_stream_state()