Home
last modified time | relevance | path

Searched refs:CMD_STOP_STREAM (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/sound/drivers/vx/
Dvx_cmd.c53 [CMD_STOP_STREAM] = { 0x830000, 1, RMH_SSIZE_FIXED, 0 },
Dvx_cmd.h48 CMD_STOP_STREAM, enumerator
Dvx_pcm.c493 vx_init_rmh(&rmh, CMD_STOP_STREAM); in vx_stop_stream()
/linux-2.6.39/sound/pci/pcxhr/
Dpcxhr_core.h76 CMD_STOP_STREAM, /* cmd_len = 2 stat_len = 0 */ enumerator
Dpcxhr_core.c501 [CMD_STOP_STREAM] = { 0x832000, 0, RMH_SSIZE_FIXED },
530 [CMD_STOP_STREAM] = "CMD_STOP_STREAM",
Dpcxhr.c508 pcxhr_init_rmh(&rmh, start ? CMD_START_STREAM : CMD_STOP_STREAM); in pcxhr_set_stream_state()