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)
commit5a3af1293194d07610fd7fdf680b3e7f916dca84
treea25d606936d66eda103449ccfec873319274b708
parent38dbfb59d1175ef458d006556061adeaa8751b72
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]
This page took 0.02616 seconds and 5 git commands to generate.