Searched refs:CMD_START_STREAM (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/sound/drivers/vx/ |
D | vx_cmd.c | 48 [CMD_START_STREAM] = { 0x80A000, 2, RMH_SSIZE_FIXED, 0 },
|
D | vx_cmd.h | 43 CMD_START_STREAM, enumerator
|
/linux-2.6.39/sound/pci/pcxhr/ |
D | pcxhr_core.h | 74 CMD_START_STREAM, /* cmd_len = 2 stat_len = 0 */ enumerator
|
D | pcxhr_core.c | 499 [CMD_START_STREAM] = { 0x802000, 0, RMH_SSIZE_FIXED }, 528 [CMD_START_STREAM] = "CMD_START_STREAM",
|
D | pcxhr.c | 508 pcxhr_init_rmh(&rmh, start ? CMD_START_STREAM : CMD_STOP_STREAM); in pcxhr_set_stream_state()
|