projects
/
wrapfs-5.3.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
589f568
)
ALSA: hda/realtek - Fix typo for ALC286/ALC288
author
Kailang Yang
<kailang@realtek.com>
Mon, 4 May 2015 07:50:47 +0000
(15:50 +0800)
committer
Sasha 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
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index d15cefdc60567fb21c1cc0a425038b986333f156..9ef14d8c6346eca8b86bb4f08ac6945d978dd090 100644
(file)
--- 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;