diff options
author | Kailang Yang <kailang@realtek.com> | 2015-05-04 15:50:47 +0800 |
---|---|---|
committer | Sasha Levin <sasha.levin@oracle.com> | 2015-06-10 13:42:03 -0400 |
commit | b157594cbacd1cf52298f3ef9c486a0de1656161 (patch) | |
tree | bff58e56480853559bf48440891416bebc4c96d0 /sound | |
parent | 589f56822b32e6c6d34af21894b7ad219d247cde (diff) | |
download | lwn-b157594cbacd1cf52298f3ef9c486a0de1656161.tar.gz lwn-b157594cbacd1cf52298f3ef9c486a0de1656161.zip |
ALSA: hda/realtek - Fix typo for ALC286/ALC288
[ 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>
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 d15cefdc6056..9ef14d8c6346 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -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; |