OSDN Git Service

ASoC: Add initial ZL38060 driver
authorSven Van Asbroeck <thesven73@gmail.com>
Fri, 17 Apr 2020 22:13:41 +0000 (18:13 -0400)
committerMark Brown <broonie@kernel.org>
Tue, 21 Apr 2020 18:22:07 +0000 (19:22 +0100)
commit52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b
treeb3dc12a09b9d3cdf5b7c4de7346431ffa981cc17
parent19f303caf63693502cf34897ade76202afe5f445
ASoC: Add initial ZL38060 driver

The ZL38060 is a "Connected Home Audio Processor" from Microsemi,
which consists of a Digital Signal Processor (DSP), several Digital
Audio Interfaces (DAIs), analog outputs, and a block of 14 GPIOs.

This driver supports only a tiny subset of the chip's functionality
and possible configurations:
- bypass mode (whole dsp block is bypassed)
- chip's I2S DAI routed directly to/from DACs and microphone
- chip's internal clock is driven by a 12 MHz external crystal
- chip's DAI connected to CPU is I2S, and bit + frame clock master
- chip must be strapped for "host boot": in this mode, firmware will
  be provided by this driver.

Signed-off-by: Sven Van Asbroeck <TheSven73@gmail.com>
Link: https://lore.kernel.org/r/20200417221341.31428-2-TheSven73@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/zl38060.c [new file with mode: 0644]