Commit 25f9ed87ff6947d9576fc9d79dee0784e638ac58

Sebastian Krzyszkowiak 2021-08-10T13:10:36

audio: Fix false positives in driver name comparison Without this change, driver names don't get matched correctly; for example "a" can get matched with "alsa" since it only checks whether the string matches up to the length of the requested driver name.