summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98371.c
Commit message (Collapse)AuthorAgeFilesLines
* ASoC: max98371: replace codec to componentKuninori Morimoto2018-02-121-24/+19
| | | | | | | | | | | | | | 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 missing compile rule for max98371Kuninori Morimoto2017-09-011-6/+8
| | | | | | | | It is still using old driver style, this patch also fixup it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
*-. Merge remote-tracking branches 'asoc/topic/max98371', 'asoc/topic/max9867', ↵Mark Brown2016-09-291-1/+0
|\ \ | | | | | | | | | 'asoc/topic/max98926' and 'asoc/topic/mtk' into asoc-next
| * | ASoC: max98371: Delete unnecessary assignment for the field "owner"Markus Elfring2016-08-161-1/+0
| |/ | | | | | | | | | | | | | | | | The field "owner" is set by the core. Thus delete an unneeded initialisation. Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Mark Brown <broonie@kernel.org>
* | ASoC: max98371: Add terminate entry for i2c_device_id tablesWei Yongjun2016-08-221-0/+1
|/ | | | | | | Make sure i2c_device_id tables are NULL terminated. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* ASoC: max98371 Remove duplicate entry in max98371_regAxel Lin2016-05-111-1/+0
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* ASoC: Add max98371 codec driveranish kumar2016-04-281-0/+442
Signed-off-by: anish kumar <yesanishhere@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
OpenPOWER on IntegriCloud