diff options
author | Kailang Yang <kailang@realtek.com> | 2015-05-04 10:50:47 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-05-04 15:23:20 +0300 |
commit | ec6bfca835b61df360881c1bf89268f69fed2a61 (patch) | |
tree | 207e0e18e38b2f5fc4263c2bccdc3cd2105b49da /sound | |
parent | 88776f366ede7d9cdce60bd2c9753dd6d6fa8b77 (diff) | |
download | linux-ec6bfca835b61df360881c1bf89268f69fed2a61.tar.xz |
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.c | 1 |
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; |