Searched refs:CMD_STOP_STREAM (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/sound/drivers/vx/ |
D | vx_cmd.c | 40 [CMD_STOP_STREAM] = { 0x830000, 1, RMH_SSIZE_FIXED, 0 },
|
D | vx_cmd.h | 35 CMD_STOP_STREAM, enumerator
|
D | vx_pcm.c | 479 vx_init_rmh(&rmh, CMD_STOP_STREAM); in vx_stop_stream()
|
/linux-5.19.10/sound/pci/pcxhr/ |
D | pcxhr_core.h | 63 CMD_STOP_STREAM, /* cmd_len = 2 stat_len = 0 */ enumerator
|
D | pcxhr_core.c | 489 [CMD_STOP_STREAM] = { 0x832000, 0, RMH_SSIZE_FIXED }, 520 [CMD_STOP_STREAM] = "CMD_STOP_STREAM",
|
D | pcxhr.c | 518 pcxhr_init_rmh(&rmh, start ? CMD_START_STREAM : CMD_STOP_STREAM); in pcxhr_set_stream_state()
|