From: Kailang Yang Date: Mon, 4 May 2015 07:50:47 +0000 (+0800) Subject: ALSA: hda/realtek - Fix typo for ALC286/ALC288 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ec6bfca835b61df360881c1bf89268f69fed2a61;p=deliverable%2Flinux.git ALSA: hda/realtek - Fix typo for ALC286/ALC288 Delete more one break for ALC286/ALC288. Signed-off-by: Kailang Yang Signed-off-by: Takashi Iwai --- 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;