Files
SDL/src
Ryan C. Gordon 865dd04068 pulseaudio: Don't use a hash for device change detection.
Both strings are _right there_ for comparing, so we can just set a flag to
note the device definitely changed.

Also simplified string management further; hotplug thread now makes a copy
of the string before releasing the lock if there was a change event, so when
the lock releases further events don't see a NULL and assume it's a new
device, causing a lot of work to ripple out and decide nothing has changed,
until the system stabilizes again. Now, it just does the right thing once.
2023-10-24 00:36:30 -04:00
..
2023-07-03 12:46:47 -07:00
2023-09-25 18:02:40 +02:00
2023-08-08 22:25:04 -07:00
2023-10-11 22:38:00 -07:00
2023-10-23 10:49:37 -07:00