From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Fri, 14 Dec 2018 07:35:52 -0800 Subject: [U-Boot] [PATCH v2 14/22] dm: sound: exynos: Add support for max98090 In-Reply-To: <20181210173751.177266-15-sjg@chromium.org> References: <20181210173751.177266-15-sjg@chromium.org> <20181210173751.177266-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add support for this new codec which is used by pit. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch with support for max98090 drivers/sound/Kconfig | 8 + drivers/sound/Makefile | 1 + drivers/sound/max98090.c | 377 ++++++++++++++++++++++ drivers/sound/max98090.h | 663 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 1049 insertions(+) create mode 100644 drivers/sound/max98090.c create mode 100644 drivers/sound/max98090.h Applied to u-boot-dm/master