mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
194305a8bb
This quirk is needed for properly switching between the internal and an external headphone. Thanks to Peter for the patch. Issue #3929.
11 lines
308 B
Diff
11 lines
308 B
Diff
--- a/dev/pci/azalia.h
|
|
+++ b/dev/pci/azalia.h
|
|
@@ -513,6 +513,7 @@
|
|
#define AZ_QRK_WID_TPDOCK1 0x00010000
|
|
#define AZ_QRK_WID_TPDOCK2 0x00020000
|
|
#define AZ_QRK_WID_TPDOCK3 0x00040000
|
|
+#define AZ_QRK_WID_HEADSET 0x00080000
|
|
#define AZ_QRK_WID_DOLBY_ATMOS 0x00100000
|
|
#define AZ_QRK_WID_SPKR2_DAC 0x00200000
|
|
|