From: Amadeusz Sławiński Date: Tue, 8 Jan 2019 20:03:11 +0000 (+0100) Subject: ALSA: usb-audio: fix CM6206 register definitions X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f5c9571e2265b3cbfad2ed41ba60c3da474daa61;p=linux.git 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 Signed-off-by: Takashi Iwai --- diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index 96340f23f86d8..ebbadb3a7094e 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,