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