diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-10-05 10:39:29 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-10-05 10:39:29 -0700 |
commit | 0f380715e51f5ff418cfccb4cd0d4fe4c48c3241 (patch) | |
tree | 1cd901acf943f27d255fc0fb05fa55f38f71015d /include | |
parent | 77ede3a014a32746002f7889211f0cecf4803163 (diff) | |
parent | 7682e399485fe19622b6fd82510b1f4551e48a25 (diff) | |
download | linux-stable-0f380715e51f5ff418cfccb4cd0d4fe4c48c3241.tar.gz linux-stable-0f380715e51f5ff418cfccb4cd0d4fe4c48c3241.tar.bz2 linux-stable-0f380715e51f5ff418cfccb4cd0d4fe4c48c3241.zip |
Merge tag 'sound-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai:
"A collection of small fixes, mostly with stable ones:
- X32 ABI fix for PCM; likely not so many people suffer from it, but
still better to fix
- Two minor kernel warning fixes on USB audio devices spotted by
syzkaller
- Regression fix of echoaudio due to its inconsistent dimension
- Fix for HBR support on Intel DP audio, on some recent chips
- USB-audio quirk for yet another Plantronics devices
- Fix for potential double-fetch in ASIHPI FIFO queue"
* tag 'sound-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
ALSA: usx2y: Suppress kernel warning at page allocation failures
Revert "ALSA: echoaudio: purge contradictions between dimension matrix members and total number of members"
ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptor
ALSA: pcm: Fix structure definition for X32 ABI
ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-M
ALSA: hda - program ICT bits to support HBR audio
ALSA: asihpi: fix a potential double-fetch bug when copying puhm
ALSA: compress: Remove unused variable
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/hda_verbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/hda_verbs.h b/include/sound/hda_verbs.h index d0509db6d0ec..f89cd5ee1c7a 100644 --- a/include/sound/hda_verbs.h +++ b/include/sound/hda_verbs.h @@ -95,6 +95,7 @@ enum { #define AC_VERB_SET_EAPD_BTLENABLE 0x70c #define AC_VERB_SET_DIGI_CONVERT_1 0x70d #define AC_VERB_SET_DIGI_CONVERT_2 0x70e +#define AC_VERB_SET_DIGI_CONVERT_3 0x73e #define AC_VERB_SET_VOLUME_KNOB_CONTROL 0x70f #define AC_VERB_SET_GPIO_DATA 0x715 #define AC_VERB_SET_GPIO_MASK 0x716 |