summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/pcm1792a.c
Commit message (Collapse)AuthorAgeFilesLines
* ASoC: pcm1792a: Convert to params_width()Mark Brown2014-02-031-11/+22
| | | | | | | | This will help support future enhancements in the way we negotiate parameters in the core. Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Michael Trimarchi <michael@amarulasolutions.com>
* Merge remote-tracking branch 'asoc/topic/pcm1792a' into asoc-nextMark Brown2013-10-241-0/+1
|\
| * ASoC: pcm1792a: Include linux/of.h headerSachin Kamat2013-10-161-0/+1
| | | | | | | | | | | | | | 'of_match_ptr' is defined in linux/of.h. Include it explicitly. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
* | ASoC: pcm1792a: Fix max_register settingAxel Lin2013-10-141-1/+1
|/ | | | | | | According to the datasheet, the max_register is register 23. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>
* ASoC: pcm1792a: Add DAPM supportMark Brown2013-08-151-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>
* ASoC: pcm1792a: Remove empty capture DAI stubMark Brown2013-08-151-4/+0Star
| | | | | | | These intialisations are just what will be done for static data anyway so remove them. Signed-off-by: Mark Brown <broonie@linaro.org>
* ASoC: pcm1792a: Fix build with !OFMark Brown2013-08-051-3/+1Star
| | | | Signed-off-by: Mark Brown <broonie@linaro.org>
* ASoC: Add PCM1792A spi mode codec supportMichael Trimarchi2013-08-051-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>