Hash :
25f9ed87
Author :
Date :
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.