summaryrefslogtreecommitdiffstats
path: root/hda_realtek-handle-unset-external-amp-bits.patch
blob: 8519fd32a35494a15bc49ab633f40b62b0bc0935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
 	}