AsahiLinux / linux

Linux kernel source tree
Other
2.35k stars 90 forks source link

Give users a chance to plug their headsets in #328

Closed chadmed closed 1 month ago

chadmed commented 1 month ago

The trigger-happy tip sense interrupt fires off headset detection too fast. Sometimes, the jack might not be fully seated before it tries to figure out what is plugged in. This leads to misdetections.

Give the user a bunch of time to fully plug in their headset/headphones, and cut some of the existing delay out to make up that time.

chadmed commented 1 month ago

This should help address #294

chadmed commented 1 month ago

Superseded by #330