Home
last modified time | relevance | path

Searched refs:AC_VERB_SET_PROC_STATE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/hda/
Dpatch_cirrus.c216 {0x11, AC_VERB_SET_PROC_STATE, 1},
236 {0x24, AC_VERB_SET_PROC_STATE, 0x01}, /* VPW: processing on */
264 {0x11, AC_VERB_SET_PROC_STATE, 0x01}, /* VPW: processing on */
282 {0x11, AC_VERB_SET_PROC_STATE, 0x00},
873 {0x0B, AC_VERB_SET_PROC_STATE, 1},
910 {0x0B, AC_VERB_SET_PROC_STATE, 0x01}, /* VPW: processing on */
/linux-4.1.27/include/sound/
Dhda_verbs.h87 #define AC_VERB_SET_PROC_STATE 0x703 macro