On Sun, Apr 06, 2025 at 03:03:16PM +0200, Luca Weiss wrote:
Overall this driver feels like it's not terribly well integrated into
the subsystem - it's not using the standard framework features for
things. The code itself looks broadly fine but things need moving about
a bit to feel more like a st
On 06/04/2025 15:03, Luca Weiss wrote:
> +static const struct i2c_device_id aw8898_id[] = {
> + { "aw8898" },
> + { /* sentinel */ }
> +};
> +MODULE_DEVICE_TABLE(i2c, aw8898_id);
> +
> +static const struct of_device_id aw8898_of_match[] = {
> + { .compatible = "awinic,aw8898" },
> +
Add a driver for the AW8898 Audio Amplifier.
Signed-off-by: Luca Weiss
---
sound/soc/codecs/Kconfig | 10 +
sound/soc/codecs/Makefile | 1 +
sound/soc/codecs/snd-soc-aw8898.c | 583 ++
3 files changed, 594 insertions(+)
diff --git a/sound/
3 matches
Mail list logo