[PATCH 0/2] ASoC: codecs: warn on unknown codec version
From: Dmitry Baryshkov
Date: Sat Aug 03 2024 - 06:42:07 EST
While debugging broken audio issues on some of Qualcomm platforms I
stumbled upon the kernel not providing the actual error information.
It prints an error from the wsa_macro driver, but the actual issue is in
the VA macro driver. Add error message to point to the actual error
location.
va_macro 3370000.codec: Unknown VA Codec version, ID: 00 / 0f / 00
wsa_macro 3240000.codec: Unsupported Codec version (0)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
---
Dmitry Baryshkov (2):
ASoC: codecs: lpass-macro: fix version strings returned for 1.x codecs
ASoC: codecs: lpass-va-macro: warn on unknown version
sound/soc/codecs/lpass-macro-common.h | 6 ++++++
sound/soc/codecs/lpass-va-macro.c | 4 ++++
2 files changed, 10 insertions(+)
---
base-commit: 668d33c9ff922c4590c58754ab064aaf53c387dd
change-id: 20240803-codec-version-db6f65ab51ce
Best regards,
--
Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>