summaryrefslogtreecommitdiff
path: root/drivers/sound/da7219.c
AgeCommit message (Collapse)AuthorFilesLines
2020-11-06x86: sound: Correct error handlingSimon Glass1-2/+2
A few functions have changed to return pin numbers or I2C addresses. The error checking for some of the callers is therefore wrong. Fix them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2020-07-17sound: Add an ACPI driver for Dialog Semicondutor da7219Simon Glass1-0/+190
This chip is used on coral and we need to generate ACPI tables for sound to make it work. Add a driver that does just this (i.e. at present does not actually support playing sound). Signed-off-by: Simon Glass <sjg@chromium.org>