Author :
Sebastian Krzyszkowiak
Date :
2021-08-10 13:10:36
Hash :25f9ed87 Message :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.