ALSA: hda/realtek - Fix typo for ALC286/ALC288
authorKailang Yang <kailang@realtek.com>
Mon, 4 May 2015 07:50:47 +0000 (15:50 +0800)
committerSasha Levin <sasha.levin@oracle.com>
Wed, 10 Jun 2015 17:42:03 +0000 (13:42 -0400)
[ Upstream commit ec6bfca835b61df360881c1bf89268f69fed2a61 ]

Delete more one break for ALC286/ALC288.

Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
sound/pci/hda/patch_realtek.c

index d15cefdc60567fb21c1cc0a425038b986333f156..9ef14d8c6346eca8b86bb4f08ac6945d978dd090 100644 (file)
@@ -3672,7 +3672,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;