Age | Commit message (Expand) | Author | Files | Lines |
2025-05-06 | ASoC: codec: cs42l56: Convert to GPIO descriptors |  Peng Fan | 1 | -14/+11 |
2025-05-06 | ASoC: codec: cs42l56: Drop cs42l56.h |  Peng Fan | 1 | -12/+37 |
2025-05-06 | ASoC: codec: cs42l56: Sort headers alphabetically |  Peng Fan | 1 | -11/+11 |
2025-03-03 | ASoC: codec: cs42l56: use inclusive language for SND_SOC_DAIFMT_CBx_CFx |  Kuninori Morimoto | 1 | -2/+2 |
2024-05-03 | ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0 |  Uwe Kleine-König | 1 | -1/+1 |
2023-10-09 | ASoC: Explicitly include correct DT includes |  Rob Herring | 1 | -1/+1 |
2023-07-18 | ASoC: cs42l56: Update to use maple tree register cache |  Mark Brown | 1 | -1/+1 |
2023-05-08 | ASoC: Switch i2c drivers back to use .probe() |  Uwe Kleine-König | 1 | -1/+1 |
2023-01-26 | ASoC: cs42l56: fix DT probe |  Arnd Bergmann | 1 | -6/+0 |
2022-08-16 | i2c: Make remove callback return void |  Uwe Kleine-König | 1 | -2/+1 |
2022-06-27 | ASoC: cs*: Remove now redundant non_legacy_dai_naming flag |  Charles Keepax | 1 | -1/+0 |
2022-06-03 | ASoC: cs42l56: Correct typo in minimum level for SX volume controls |  Charles Keepax | 1 | -2/+2 |
2022-05-11 | ASoC: cs42l56: Fix the error handling of cs42l56_i2c_probe() |  Zheyu Ma | 1 | -1/+1 |
2022-04-05 | ASoC: cs*: use simple i2c probe function |  Stephen Kitt | 1 | -3/+2 |
2021-05-26 | ASoC: cs42l56: use DEVICE_ATTR_WO macro |  YueHaibing | 1 | -4/+3 |
2021-05-12 | ASoC: cs42l52: Minor tidy up of error paths |  Charles Keepax | 1 | -1/+6 |
2021-01-13 | ASoC: cs42l56: fix up error handling in probe |  Dan Carpenter | 1 | -1/+2 |
2020-11-20 | ASoC: codecs: Fix fall-through warnings for Clang |  Gustavo A. R. Silva | 1 | -0/+1 |
2020-07-16 | ASoC: codecs: cs*: merge .digital_mute() into .mute_stream() |  Kuninori Morimoto | 1 | -2/+3 |
2019-08-15 | ASoC: cs42l56: remove unused variable 'adc_swap_enum' |  YueHaibing | 1 | -8/+0 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 |  Thomas Gleixner | 1 | -5/+1 |
2018-02-12 | ASoC: cs42l56: replace codec to component |  Kuninori Morimoto | 1 | -80/+78 |
2017-11-27 | ASoC: cs42l56: Improve two size determinations in cs42l56_i2c_probe() |  Markus Elfring | 1 | -5/+2 |
2017-11-27 | ASoC: cs42l56: Delete an error message for a failed memory allocation in cs42l56_i2c_probe() |  Markus Elfring | 1 | -4/+2 |
2016-12-05 | ASoC: cs42l56: Fix misuse of regmap_update_bits |  Florian Vaussard | 1 | -4/+8 |
2016-10-25 | ASoC: cs42l56: Make ID registers volatile and remove cache bypass |  Charles Keepax | 1 | -6/+0 |
2016-08-08 | ASoC: codec duplicated callback function goes to component on cs42l56 |  Kuninori Morimoto | 1 | -7/+8 |
2016-04-26 | ASoC: cs42l56: Use IS_ENABLED() instead of checking for built-in or module |  Javier Martinez Canillas | 1 | -1/+1 |
2015-08-30 | Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'asoc/topic/tegra', 'asoc/topic/tlv' and 'asoc/topic/topology' into asoc-next |  Mark Brown | 1 | -12/+9 |
2015-08-30 | Merge remote-tracking branches 'asoc/topic/cs42l56', 'asoc/topic/cs42l73', 'asoc/topic/cs4349' and 'asoc/topic/da732x' into asoc-next |  Mark Brown | 1 | -46/+1 |
2015-08-30 | Merge remote-tracking branches 'asoc/topic/const', 'asoc/topic/cs35l32', 'asoc/topic/cs4265' and 'asoc/topic/cs42l52' into asoc-next |  Mark Brown | 1 | -1/+1 |
2015-08-14 | ASoC: cs42l56: Use case range at appropriate place |  Axel Lin | 1 | -46/+1 |
2015-08-05 | ASoC: cs42l56: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGE |  Lars-Peter Clausen | 1 | -12/+9 |
2015-07-15 | ASoC: drivers: Drop owner assignment from i2c_driver |  Krzysztof Kozlowski | 1 | -1/+0 |
2015-07-15 | ASoC: Constify snd_soc_dai_ops variables |  Axel Lin | 1 | -1/+1 |
2015-06-01 | ASoC: cs42l56: Replace direct snd_soc_codec dapm field access |  Lars-Peter Clausen | 1 | -2/+2 |
2015-04-27 | ASoC: Move bias level update to the core |  Lars-Peter Clausen | 1 | -1/+0 |
2015-01-05 | ASoC: cs42l56: Constify struct regmap_config and snd_soc_codec_driver |  Krzysztof Kozlowski | 1 | -2/+2 |
2014-09-09 | ASoC: cs42l56: Cleanup manual bias level transitions |  Lars-Peter Clausen | 1 | -19/+1 |
2014-08-28 | ASoC: cs42l56: Remove unneeded regulator_bulk_free call in cs42l56_remove |  Axel Lin | 1 | -3/+0 |
2014-08-28 | ASoC: cs42l56: use true/false returns for bool functions |  Brian Austin | 1 | -2/+2 |
2014-08-04 | Merge remote-tracking branches 'asoc/topic/cs4265', 'asoc/topic/cs42l56', 'asoc/topic/cs42xx8', 'asoc/topic/cx20442' and 'asoc/topic/davinci' into asoc-next |  Mark Brown | 1 | -19/+45 |
2014-07-17 | ASoC: Fix SOC_DOUBLE_R_SX_TLV volume mixer arguments |  Brian Austin | 1 | -6/+6 |
2014-07-17 | ASoC: cs42l56: Fix stereo channel register assignment for Headphone and LineOut volume mixers |  Brian Austin | 1 | -2/+2 |
2014-07-08 | ASoC: cs42l56: Move ADC/PCM Swap to DAPM |  Brian Austin | 1 | -19/+45 |
2014-06-01 | ASoC: cs42l56: Fix new value argument in snd_soc_update_bits calls |  Axel Lin | 1 | -39/+31 |
2014-05-05 | ASoC: Add support for CS42L56 CODEC |  Brian Austin | 1 | -0/+1427 |