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>
This commit is contained in:
Kailang Yang 2015-05-04 15:50:47 +08:00 committed by Takashi Iwai
parent 88776f366e
commit ec6bfca835
1 changed files with 0 additions and 1 deletions

View File

@ -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;