Searched refs:CMD_START_STREAM (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/sound/drivers/vx/ |
H A D | vx_cmd.c | 35 [CMD_START_STREAM] = { 0x80A000, 2, RMH_SSIZE_FIXED, 0 },
|
H A D | vx_cmd.h | 30 CMD_START_STREAM, enumerator
|
/openbmc/linux/sound/pci/pcxhr/ |
H A D | pcxhr_core.h | 61 CMD_START_STREAM, /* cmd_len = 2 stat_len = 0 */ enumerator
|
H A D | pcxhr_core.c | 487 [CMD_START_STREAM] = { 0x802000, 0, RMH_SSIZE_FIXED }, 518 [CMD_START_STREAM] = "CMD_START_STREAM",
|
H A D | pcxhr.c | 518 pcxhr_init_rmh(&rmh, start ? CMD_START_STREAM : CMD_STOP_STREAM); in pcxhr_set_stream_state()
|