hexware-kernel/patches/qemu/9005-antidetect-hw-audio.patch
2024-07-26 03:09:31 +03:00

13 lines
466 B
Diff

diff -Naur --no-dereference a/hw/audio/hda-codec.c b/hw/audio/hda-codec.c
--- a/hw/audio/hda-codec.c 2023-07-04 11:03:21.567219257 +0000
+++ b/hw/audio/hda-codec.c 2023-07-04 11:39:20.297679935 +0000
@@ -118,7 +118,7 @@
/* some defines */
-#define QEMU_HDA_ID_VENDOR 0x1af4
+#define QEMU_HDA_ID_VENDOR 0x8086
#define QEMU_HDA_PCM_FORMATS (AC_SUPPCM_BITS_16 | \
0x1fc /* 16 -> 96 kHz */)
#define QEMU_HDA_AMP_NONE (0)