summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/pcm1792a.c
AgeCommit message (Collapse)AuthorFilesLines
2013-08-15ASoC: pcm1792a: Add DAPM supportMark Brown1-0/+18
Provide DAPM for the device, ensuring operation with DAPM required by the core and making it easier to hook up external hardware to it. Signed-off-by: Mark Brown <broonie@linaro.org>
2013-08-15ASoC: pcm1792a: Remove empty capture DAI stubMark Brown1-4/+0
These intialisations are just what will be done for static data anyway so remove them. Signed-off-by: Mark Brown <broonie@linaro.org>
2013-08-05ASoC: pcm1792a: Fix build with !OFMark Brown1-3/+1
Signed-off-by: Mark Brown <broonie@linaro.org>
2013-08-05ASoC: Add PCM1792A spi mode codec supportMichael Trimarchi1-0/+245
Add PCM1792A spi mode codec support. This version implements only a subset of functionalities. Tested connect to a pandaboard ES device and based on recently pcm1681 codec. Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Mark Brown <broonie@linaro.org>