]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: pcm512x: Add PCM512x driver
authorMark Brown <broonie@linaro.org>
Thu, 6 Feb 2014 12:03:27 +0000 (12:03 +0000)
committerMark Brown <broonie@linaro.org>
Thu, 6 Feb 2014 12:55:38 +0000 (12:55 +0000)
commitae151fe08d513e54e93d688b8cb98868578ce412
treea25d606936d66eda103449ccfec873319274b708
parent6333ef0a6d756a72c48035feae2450b64f0372e4
ASoC: pcm512x: Add PCM512x driver

The PCM512x devices are a family of monolithic CMOS integrated circuits
that include a stereo digital-to-analog converter and additional support
circuitry.

This is an initial driver which supports some core functionality for the
device which covers common use cases but does not cover all features.
Currently only slave clocking modes with automatic clock configuration
are supported and most of the DSP configuration for the device is not
enabled.

Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/sound/pcm512x.txt [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/pcm512x.c [new file with mode: 0644]
sound/soc/codecs/pcm512x.h [new file with mode: 0644]