Use a more compatible method to check for EFX effects
commitf9c45eac1a52b85cd8dbbf46ecf4f4a9b7918674
authorChris Robinson <chris.kcat@gmail.com>
Sat, 26 Feb 2022 15:38:36 +0000 (26 07:38 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 26 Feb 2022 15:38:36 +0000 (26 07:38 -0800)
tree38fdc7ae64396d02de4c43a0784288af61e54e85
parent843a5aac6b0be0e9f17bd73b9036d4c0c1e2c227
Use a more compatible method to check for EFX effects

Creative's wrapper driver doesn't seem to handle EFX enums for alGetEnumValue,
let alone return values only for what's supported. The only way to check which
filter and effect types it supports is try to set them and check for errors.
utils/openal-info.c