summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorKailang Yang <kailang@realtek.com>2015-05-04 15:50:47 +0800
committerTakashi Iwai <tiwai@suse.de>2015-05-04 14:23:20 +0200
commitec6bfca835b61df360881c1bf89268f69fed2a61 (patch)
tree207e0e18e38b2f5fc4263c2bccdc3cd2105b49da /sound
parent88776f366ede7d9cdce60bd2c9753dd6d6fa8b77 (diff)
ALSA: hda/realtek - Fix typo for ALC286/ALC288
Delete more one break for ALC286/ALC288. Signed-off-by: Kailang Yang <kailang@realtek.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index eb2fc79cbd32..516a0da6c080 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -3738,7 +3738,6 @@ static void alc_headset_mode_default(struct hda_codec *codec)
case 0x10ec0288:
alc_process_coef_fw(codec, coef0288);
break;
- break;
case 0x10ec0292:
alc_process_coef_fw(codec, coef0292);
break;