summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98371.h
Commit message (Collapse)AuthorAgeFilesLines
* ASoC: max98371: replace codec to componentKuninori Morimoto2018-02-121-1/+0Star
| | | | | | | | | | | | | | 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 max98371 codec driveranish kumar2016-04-281-0/+67
Signed-off-by: anish kumar <yesanishhere@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>