summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs42l56.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Explicitly include correct DT includesRob Herring2023-10-091-1/+1
* ASoC: cs42l56: Update to use maple tree register cacheMark Brown2023-07-181-1/+1
* ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* ASoC: cs42l56: fix DT probeArnd Bergmann2023-01-261-6/+0
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-2/+1
* ASoC: cs*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: cs42l56: Correct typo in minimum level for SX volume controlsCharles Keepax2022-06-031-2/+2
* ASoC: cs42l56: Fix the error handling of cs42l56_i2c_probe()Zheyu Ma2022-05-111-1/+1
* ASoC: cs*: use simple i2c probe functionStephen Kitt2022-04-051-3/+2
* ASoC: cs42l56: use DEVICE_ATTR_WO macroYueHaibing2021-05-261-4/+3
* ASoC: cs42l52: Minor tidy up of error pathsCharles Keepax2021-05-121-1/+6
* ASoC: cs42l56: fix up error handling in probeDan Carpenter2021-01-131-1/+2
* ASoC: codecs: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-201-0/+1
* ASoC: codecs: cs*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-2/+3
* ASoC: cs42l56: remove unused variable 'adc_swap_enum'YueHaibing2019-08-151-8/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* ASoC: cs42l56: replace codec to componentKuninori Morimoto2018-02-121-80/+78
* ASoC: cs42l56: Improve two size determinations in cs42l56_i2c_probe()Markus Elfring2017-11-271-5/+2
* ASoC: cs42l56: Delete an error message for a failed memory allocation in cs42...Markus Elfring2017-11-271-4/+2
* ASoC: cs42l56: Fix misuse of regmap_update_bitsFlorian Vaussard2016-12-051-4/+8
* ASoC: cs42l56: Make ID registers volatile and remove cache bypassCharles Keepax2016-10-251-6/+0
* ASoC: codec duplicated callback function goes to component on cs42l56Kuninori Morimoto2016-08-081-7/+8
* ASoC: cs42l56: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-04-261-1/+1
*-. Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'a...Mark Brown2015-08-301-12/+9
|\ \
| | * ASoC: cs42l56: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen2015-08-051-12/+9
| |/
| |
| \
*-. | Merge remote-tracking branches 'asoc/topic/cs42l56', 'asoc/topic/cs42l73', 'a...Mark Brown2015-08-301-46/+1
|\ \|
| * | ASoC: cs42l56: Use case range at appropriate placeAxel Lin2015-08-141-46/+1
| |/
| |
| \
*-. | Merge remote-tracking branches 'asoc/topic/const', 'asoc/topic/cs35l32', 'aso...Mark Brown2015-08-301-1/+1
|\ \|
| * | ASoC: Constify snd_soc_dai_ops variablesAxel Lin2015-07-151-1/+1
| |/
* / ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
|/
* ASoC: cs42l56: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-06-011-2/+2
* ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-1/+0
* ASoC: cs42l56: Constify struct regmap_config and snd_soc_codec_driverKrzysztof Kozlowski2015-01-051-2/+2
* ASoC: cs42l56: Cleanup manual bias level transitionsLars-Peter Clausen2014-09-091-19/+1
* ASoC: cs42l56: Remove unneeded regulator_bulk_free call in cs42l56_removeAxel Lin2014-08-281-3/+0
* ASoC: cs42l56: use true/false returns for bool functionsBrian Austin2014-08-281-2/+2
*-. Merge remote-tracking branches 'asoc/topic/cs4265', 'asoc/topic/cs42l56', 'as...Mark Brown2014-08-041-19/+45
|\ \
| | * ASoC: cs42l56: Move ADC/PCM Swap to DAPMBrian Austin2014-07-081-19/+45
| |/
* | ASoC: Fix SOC_DOUBLE_R_SX_TLV volume mixer argumentsBrian Austin2014-07-171-6/+6
* | ASoC: cs42l56: Fix stereo channel register assignment for Headphone and LineO...Brian Austin2014-07-171-2/+2
|/
* ASoC: cs42l56: Fix new value argument in snd_soc_update_bits callsAxel Lin2014-06-011-39/+31
* ASoC: Add support for CS42L56 CODECBrian Austin2014-05-051-0/+1427