| .. | .. |
|---|
| 66 | 66 | #define AC_VERB_GET_CONFIG_DEFAULT 0x0f1c |
|---|
| 67 | 67 | /* f20: AFG/MFG */ |
|---|
| 68 | 68 | #define AC_VERB_GET_SUBSYSTEM_ID 0x0f20 |
|---|
| 69 | +#define AC_VERB_GET_STRIPE_CONTROL 0x0f24 |
|---|
| 69 | 70 | #define AC_VERB_GET_CVT_CHAN_COUNT 0x0f2d |
|---|
| 70 | 71 | #define AC_VERB_GET_HDMI_DIP_SIZE 0x0f2e |
|---|
| 71 | 72 | #define AC_VERB_GET_HDMI_ELDD 0x0f2f |
|---|
| .. | .. |
|---|
| 110 | 111 | #define AC_VERB_SET_CONFIG_DEFAULT_BYTES_3 0x71f |
|---|
| 111 | 112 | #define AC_VERB_SET_EAPD 0x788 |
|---|
| 112 | 113 | #define AC_VERB_SET_CODEC_RESET 0x7ff |
|---|
| 114 | +#define AC_VERB_SET_STRIPE_CONTROL 0x724 |
|---|
| 113 | 115 | #define AC_VERB_SET_CVT_CHAN_COUNT 0x72d |
|---|
| 114 | 116 | #define AC_VERB_SET_HDMI_DIP_INDEX 0x730 |
|---|
| 115 | 117 | #define AC_VERB_SET_HDMI_DIP_DATA 0x731 |
|---|