Skip to content

Commit

Permalink
ALSA: usb-audio: fix CM6206 register definitions
Browse files Browse the repository at this point in the history
fix typo after a recent commit causing headphones to have no sound

Fixes: ad43d52 (ALSA: usb-audio: Define registers for CM6206)
Signed-off-by: Amadeusz Sławiński <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
amade authored and tiwai committed Jan 8, 2019
1 parent 1524f4e commit f5c9571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/usb/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f5c9571

Please sign in to comment.