summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs35l32.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-27ASoC: cs*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-04-05ASoC: cs*: use simple i2c probe functionStephen Kitt1-3/+2
2021-05-25Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-0/+3
2021-05-12ASoC: cs35l32: Add missing regmap use_single configCharles Keepax1-0/+3
2021-05-10ASoC: cs35l32: Minor error paths fixupsCharles Keepax1-16/+18
2021-01-21ASoC: cs*: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-02-12ASoC: cs35l32: replace codec to componentKuninori Morimoto1-23/+22
2017-11-27ASoC: cs35l32: Improve two size determinations in cs35l32_i2c_probe()Markus Elfring1-6/+3
2017-11-27ASoC: cs35l32: Delete two error messages for a failed memory allocation in cs...Markus Elfring1-6/+3
2016-08-08ASoC: codec duplicated callback function goes to component on cs35l32Kuninori Morimoto1-7/+8
2016-03-15ASoC: cs35l32: avoid uninitialized variable accessArnd Bergmann1-4/+13
2015-08-30Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', '...Mark Brown1-1/+1
2015-08-30Merge remote-tracking branches 'asoc/topic/const', 'asoc/topic/cs35l32', 'aso...Mark Brown1-48/+9
2015-08-14ASoC: cs35l32: Use case range at appropriate placesAxel Lin1-40/+5
2015-07-23ASoC: cs35l32: Remove unneeded NULL test for cs35l32->reset_gpioAxel Lin1-8/+4
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin1-1/+1
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-04-27ASoC: cs35l32: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2015-02-24ASoC: improve usage of gpiod APIUwe Kleine-König1-13/+6
2015-01-05ASoC: cs35l32: Constify struct regmap_config and snd_soc_codec_driverKrzysztof Kozlowski1-2/+2
2014-12-13sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-09-16ASoC: cs35l32: remove second linux/slab.h inclusionFabian Frederick1-1/+0
2014-08-28ASoC: cs35l32: Simplify implementation of cs35l32_codec_set_sysclkAxel Lin1-21/+7
2014-08-28ASoC: cs35l32: Remove unneeded regulator_bulk_free call in cs35l32_i2c_removeAxel Lin1-2/+0
2014-08-28ASoC: cs35l32: use true/false returns for bool functionsBrian Austin1-4/+4
2014-08-16ASoC: cs35l32: fix compile warning for i2c_probeBrian Austin1-0/+1
2014-08-16ASoC: cs35l32: Add support for CS35L32 Boosted AmplifierBrian Austin1-0/+647