13 lines
326 B
Diff
13 lines
326 B
Diff
|
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
|
||
|
index 0ac6aed..53f503d 100644
|
||
|
--- a/sound/pci/hda/patch_realtek.c
|
||
|
+++ b/sound/pci/hda/patch_realtek.c
|
||
|
@@ -1614,6 +1614,7 @@ do_sku:
|
||
|
spec->init_amp = ALC_INIT_GPIO3;
|
||
|
break;
|
||
|
case 5:
|
||
|
+ default:
|
||
|
spec->init_amp = ALC_INIT_DEFAULT;
|
||
|
break;
|
||
|
}
|