summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/es8328-spi.c
Commit message (Collapse)AuthorAgeFilesLines
* ASoC: es8328: replace codec to componentKuninori Morimoto2018-02-121-7/+0
| | | | | | | | | | | | | | Now we can replace Codec to Component. Let's do it. Note: xxx_codec_xxx() -> xxx_component_xxx() .idle_bias_off = 0 -> .idle_bias_on = 1 .ignore_pmdown_time = 0 -> .use_pmdown_time = 1 - -> .endianness = 1 - -> .non_legacy_dai_naming = 1 Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* ASoC: add es8328 codec driverSean Cross2014-08-161-0/+49
Add a codec driver for the Everest ES8328. It supports two separate audio outputs and two separate audio inputs. Signed-off-by: Sean Cross <xobs@kosagi.com> Signed-off-by: Mark Brown <broonie@linaro.org>
OpenPOWER on IntegriCloud