summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs42l51.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Merge up fixes from mainlineMark Brown2023-07-231-7/+0
|\
| * ASoC: cs42l51: fix driver to properly autoload with automatic module loadingThomas Petazzoni2023-07-171-7/+0
* | ASoC: cs42l51: Update to use maple tree register cacheMark Brown2023-07-181-1/+1
|/
* ASoC: cs42l51: Use the devm_clk_get_optional() helperChristophe JAILLET2023-05-221-6/+3
* ASoC: cs42l51: Correct PGA Volume minimum valueCharles Keepax2022-11-251-1/+1
* ASoC: cs*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: cs42l51: Correct minimum value for SX volume controlCharles Keepax2022-06-031-1/+1
* ASoC: cs42l51: Remove redundant big endian formatsCharles Keepax2022-05-091-5/+2
* ASoC: cs42l51: Improve error handling in cs42l51_remove()Uwe Kleine-König2022-01-281-3/+8
* ASoC: cs42l51: manage mclk shutdown delayOlivier Moysan2020-10-231-1/+21
* ASoC: cs42l51: add additional ADC volume controlsGuillermo Rodríguez2020-09-211-0/+9
* ASoC: codecs: cs*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-2/+3
* ASoC: codecs: cs*: rename to snd_soc_component_read()Kuninori Morimoto2020-06-221-4/+4
* ASoC: cs42l51: add dac mux widget in codec routesOlivier Moysan2019-12-091-6/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* ASoC: cs42l51: change mic bias DAPMOlivier Moysan2019-04-051-1/+2
* ASoC: cs42l51: add adc volume controlOlivier Moysan2019-04-041-0/+3
* ASoC: cs42l51: add power managementOlivier Moysan2019-04-041-0/+122
* ASoC: cs42l51: add support of master modeOlivier Moysan2019-04-041-3/+27
* ASoC: cs42l51: add reset managementOlivier Moysan2019-04-041-0/+15
* ASoC: cs42l51: add regulator managementOlivier Moysan2019-04-041-1/+43
* ASoC: cs42l51: add multi endpoint supportOlivier Moysan2019-04-011-0/+8
* ASoC: cs42l51: fix mclk supportOlivier Moysan2018-10-191-1/+14
* ASoC: cs42l51: add mclk supportOlivier Moysan2018-10-191-0/+8
* ASoC: cs42l51: replace codec to componentKuninori Morimoto2018-02-121-40/+41
* ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal2017-08-101-1/+1
* ASoC: codec duplicated callback function goes to component on cs42l51Kuninori Morimoto2016-08-081-6/+8
* ASoC: cs42l51: Fix enum ctl accesses in a wrong typeTakashi Iwai2016-03-011-4/+4
*-. Merge remote-tracking branches 'asoc/topic/cs4265', 'asoc/topic/cs4271', 'aso...Mark Brown2014-12-081-2/+4
|\ \
| | * ASoC: cs42l51: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen2014-11-211-2/+4
| |/
* / ASoC: cs42l51: re-hook of_match_table pointerThomas Petazzoni2014-11-121-1/+3
|/
*-. Merge remote-tracking branches 'asoc/topic/cs42l56', 'asoc/topic/cs42xx8' and...Mark Brown2014-05-221-56/+20
|\ \
| * | ASoC: cs42l51: Fix mask for REVIDAxel Lin2014-04-181-1/+2
| * | ASoC: cs42l51: split i2c from codec driverBrian Austin2014-04-161-56/+19
| |/
* / ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen2014-04-141-2/+2
|/
* Merge tag 'asoc-v3.15-2' into asoc-nextMark Brown2014-03-231-6/+0
|\
| * Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown2014-03-131-6/+0
| |\
| | * ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-6/+0
* | | Merge tag 'asoc-v3.15' into asoc-nextMark Brown2014-03-231-46/+40
|\| |
| | \
| | \
| *-. \ Merge remote-tracking branches 'asoc/topic/tlv320aic23', 'asoc/topic/tlv320ai...Mark Brown2014-03-121-8/+7
| |\ \ \ | | |_|/ | |/| |
| | | * ASoC: wm2200: Use SOC_ENUM_SINGLE_*_DECL()Takashi Iwai2014-02-231-8/+7
| | |/
| * | ASoC: cs42l51: Remove unused variableSachin Kamat2014-02-191-1/+0
| * | ASoC: cs42l51: Convert to direct regmap API usageMark Brown2014-02-111-34/+25
| * | ASoC: cs42l51: Don't log if we fail to allocate memoryMark Brown2014-02-111-3/+1
| * | ASoC: cs42l51: add Device Tree binding to cs42l51Thomas Petazzoni2014-02-111-0/+7
| |/
* / ASoC: cs42l51: Fix SOC_DOUBLE_R_SX_TLV shift values for ADC, PCM, and Analog ...Brian Austin2014-03-191-5/+4
|/
* ASoC: cs42l51: Use params_width() rather than memory formatMark Brown2014-01-131-9/+5
* ASoC: cs42l51: Use module_i2c_driverSachin Kamat2012-08-061-18/+1
* ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown2012-04-041-2/+1
* ASoC: core: Rework SOC_DOUBLE_R_SX_TLV add SOC_SINGLE_SX_TLVBrian Austin2012-04-031-3/+3