summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ak4554.c
Commit message (Collapse)AuthorAgeFilesLines
* ASoC: ak4554: Add DAPM supportMark Brown2013-08-131-0/+20
| | | | | | | | This makes it possible to hook the device into a more complex board and ensures it will continue to work with non-DAPM support removed from the core. Signed-off-by: Mark Brown <broonie@linaro.org>
* ASoC: ak4554: add DT supportKuninori Morimoto2013-07-151-0/+7
| | | | | | | Support for loading the ak4554 codec module via devicetree. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@linaro.org>
* ASoC: add ak4554 driverKuninori Morimoto2013-07-151-0/+79
ak4554 is very simple DA/AD converter which has no setting register. Note that it has hard coded asymmetric data format playback : SND_SOC_DAIFMT_RIGHT_J capture : SND_SOC_DAIFMT_LEFT_J This driver has single DAI and doesn't have set_fmt. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@linaro.org>