aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2019-01-08 21:03:11 +0100
committerTakashi Iwai <tiwai@suse.de>2019-01-08 22:51:44 +0100
commitf5c9571e2265b3cbfad2ed41ba60c3da474daa61 (patch)
tree657240eb623205fe05b3897b2b8d2cd45de7749f /sound
parentALSA: cs46xx: Potential NULL dereference in probe (diff)
downloadlinux-dev-f5c9571e2265b3cbfad2ed41ba60c3da474daa61.tar.xz
linux-dev-f5c9571e2265b3cbfad2ed41ba60c3da474daa61.zip
ALSA: usb-audio: fix CM6206 register definitions
fix typo after a recent commit causing headphones to have no sound Fixes: ad43d528a7ac (ALSA: usb-audio: Define registers for CM6206) Signed-off-by: Amadeusz Sławiński <amade@asmblr.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/quirks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 96340f23f86d..ebbadb3a7094 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -768,7 +768,7 @@ static int snd_usb_cm6206_boot_quirk(struct usb_device *dev)
* REG1: PLL binary search enable, soft mute enable.
*/
CM6206_REG1_PLLBIN_EN |
- CM6206_REG1_SOFT_MUTE_EN |
+ CM6206_REG1_SOFT_MUTE_EN,
/*
* REG2: enable output drivers,
* select front channels to the headphone output,