Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/hda/
Dpatch_cirrus.c207 {0x11, AC_VERB_SET_PROC_STATE, 1},
227 {0x24, AC_VERB_SET_PROC_STATE, 0x01}, /* VPW: processing on */
255 {0x11, AC_VERB_SET_PROC_STATE, 0x01}, /* VPW: processing on */
273 {0x11, AC_VERB_SET_PROC_STATE, 0x00},
878 {0x0B, AC_VERB_SET_PROC_STATE, 1},
915 {0x0B, AC_VERB_SET_PROC_STATE, 0x01}, /* VPW: processing on */
Dpatch_cs8409-tables.c63 { CS8409_PIN_VENDOR_WIDGET, AC_VERB_SET_PROC_STATE, 0x0001 }, /* Enable VPW processing */
274 { CS8409_PIN_VENDOR_WIDGET, AC_VERB_SET_PROC_STATE, 0x0001 }, /* Enable VPW processing */
/linux-6.1.9/include/sound/
Dhda_verbs.h89 #define AC_VERB_SET_PROC_STATE 0x703 macro