Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ASoC: codec duplicated callback function goes to component on adau7002 | Kuninori Morimoto | 2016-08-08 |
| | | | | | | | | | | codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from codec driver to component driver. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org> | ||
* | ASoC: Add ADAU7002 Stereo PDM-to-I2S/TDM Converter driver | Lars-Peter Clausen | 2016-06-02 |
This patch adds support for the ADAU7002 PDM-to-I2S/TDM converter. The ADAU7002 takes a stereo PDM signal (e.g. from two digital microphones) and converts it into a I2S/TDM PCM stream. The chip does not have a programmable control interface and the driver simply describes the static capabilities of the chip. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org> |