Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115832446
D34596.id103970.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1020 B
Referenced Files
None
Subscribers
None
D34596.id103970.diff
View Options
diff --git a/sys/dev/sound/pci/hda/hdaa_patches.c b/sys/dev/sound/pci/hda/hdaa_patches.c
--- a/sys/dev/sound/pci/hda/hdaa_patches.c
+++ b/sys/dev/sound/pci/hda/hdaa_patches.c
@@ -322,6 +322,13 @@
patch_str = "as=1 seq=15";
break;
}
+ } else if (id == HDA_CODEC_IDT92HD95B &&
+ (subid == FRAMEWORK_LAPTOP_SUBVENDOR)) {
+ switch (nid) {
+ case 10:
+ patch_str = "as=1 seq=15 color=Black loc=Left";
+ break;
+ }
} else {
/*
* loop over hdaa_model_pin_patch
diff --git a/sys/dev/sound/pci/hda/hdac.h b/sys/dev/sound/pci/hda/hdac.h
--- a/sys/dev/sound/pci/hda/hdac.h
+++ b/sys/dev/sound/pci/hda/hdac.h
@@ -503,6 +503,10 @@
#define AOPEN_VENDORID 0xa0a0
#define AOPEN_I915GMMHFS_SUBVENDOR HDA_MODEL_CONSTRUCT(AOPEN, 0x8202)
+/* Framework */
+#define FRAMEWORK_VENDORID 0xf111
+#define FRAMEWORK_LAPTOP_SUBVENDOR HDA_MODEL_CONSTRUCT(FRAMEWORK, 0x0001)
+
/* All codecs you can eat... */
#define HDA_CODEC_CONSTRUCT(vendor, id) \
(((uint32_t)(vendor##_VENDORID) << 16) | ((id) & 0xffff))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 30, 7:36 AM (10 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17853579
Default Alt Text
D34596.id103970.diff (1020 B)
Attached To
Mode
D34596: hda: add patch for Framework laptop headphone jack
Attached
Detach File
Event Timeline
Log In to Comment