summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs42l73.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: cs42l73: Use maple tree register cacheMark Brown2023-06-131-1/+1
* ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* ASoC: cs*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: cs*: use simple i2c probe functionStephen Kitt2022-04-051-3/+2
* Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-05-251-0/+3
|\
| * ASoC: cs42l73: Add missing regmap use_single configCharles Keepax2021-05-121-0/+3
* | ASoC: cs42l73: Minor error paths fixupsCharles Keepax2021-05-101-13/+17
|/
* ASoC: cs*: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-3/+3
* ASoC: codecs: cs*: rename to snd_soc_component_read()Kuninori Morimoto2020-06-221-2/+2
* ASoC: cs42l73: remove unused variables 'vsp_output_mux' and 'xsp_output_mux'YueHaibing2019-08-151-6/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* ASoC: cs42l73: replace codec to componentKuninori Morimoto2018-02-121-64/+58
* ASoC: cs42l73: Remove trailing semicolonLuis de Bethencourt2018-01-121-1/+1
* ASoC: cs42l73: Improve two size determinations in cs42l73_i2c_probe()Markus Elfring2017-11-271-5/+3
* ASoC: cs42l73: Delete an error message for a failed memory allocation in cs42...Markus Elfring2017-11-271-3/+2
* ASoC: cs42l73: Remove cache bypass for read of ID registersCharles Keepax2016-10-251-4/+0
*-. Merge remote-tracking branches 'asoc/topic/cs35l30', 'asoc/topic/cs42l73', 'a...Mark Brown2016-09-291-2/+2
|\ \
| | * ASoC: cs42l73: Constify cs42l73_mclk_coeffs and cs42l73_mclkx_coeffs tablesAxel Lin2016-08-081-2/+2
| |/
* / ASoC: codec duplicated callback function goes to component on cs42l73Kuninori Morimoto2016-08-081-7/+8
|/
*-. Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'a...Mark Brown2015-08-301-8/+6
|\ \
| | * ASoC: cs42l73: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen2015-08-051-8/+6
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/cs42l56', 'asoc/topic/cs42l73', 'a...Mark Brown2015-08-301-96/+4
|\ \ \ | | |/ | |/|
| | * ASoC: cs42l73: Use case range at appropriate placeAxel Lin2015-08-141-94/+2
| | * ASoC: cs42l73: Fix mask for setting CS42L73_SP_3ST bitAxel Lin2015-07-231-2/+2
| |/
* / ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
|/
* ASoC: cs42l73: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-06-011-1/+1
* ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-1/+0
* ASoC: cs42l73: Constify struct regmap_config and snd_soc_codec_driverKrzysztof Kozlowski2015-01-051-2/+2
* ASoC: cs42l73: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen2014-11-211-3/+3
* ASoC: cs42l73: Cleanup manual bias level transitionsLars-Peter Clausen2014-09-091-24/+1
*-. Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/oom' and 'asoc/...Mark Brown2014-08-041-3/+1
|\ \
| | * ASoC: cs42l73: Remove redundant OOM messageSachin Kamat2014-06-271-3/+1
| |/
* / ASoC: Fix SOC_DOUBLE_R_SX_TLV volume mixer argumentsBrian Austin2014-07-171-1/+1
|/
* ASoC: cs42l73: Convert to use devm_gpio_request_oneAxel Lin2014-04-181-2/+4
* Merge tag 'asoc-v3.15-2' into asoc-nextMark Brown2014-03-231-10/+1
|\
| * Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown2014-03-131-10/+1
| |\
| | * ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-10/+1
* | | Merge tag 'asoc-v3.15' into asoc-nextMark Brown2014-03-231-29/+26
|\| |
| * | ASoC: cs42l73: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai2014-02-231-18/+18
| * | ASoC: cs42l73: Constify rate constraintsLars-Peter Clausen2014-02-071-2/+2
| * | ASoC: cs42l73: Don't mix SNDRV_PCM_RATE_KNOT with specific ratesLars-Peter Clausen2014-02-051-9/+6
| |/
* / ASoC: cs42l73: Fix mask bits for SOC_VALUE_ENUM_SINGLEBrian Austin2014-03-181-3/+3
|/
* ASoC: cs42l73: Add Device Tree support for CS42L73Brian Austin2013-10-201-2/+27
* ASoC: cs42l73: Namespace defines for cs42l73 codecBrian Austin2013-10-181-19/+19
* ASoC: cs42l73: Add platform data support for cs42l73 codecBrian Austin2013-10-181-18/+33
* ASoC: cs42l73: If Internal MCLK is >= 6.4MHz, then set SCLK to 64*Fs.Paul Handrigan2013-03-061-1/+5
* Merge remote-tracking branch 'asoc/topic/cs42l73' into asoc-nextMark Brown2012-12-151-27/+89
|\
| * ASoC: cs42l73: Change VSPIN/VSPOUT to VSPINOUTPaul Handrigan2012-12-101-19/+13
| * ASoC: cs42l73: Add DAPM events for power down.Paul Handrigan2012-12-101-8/+72
| * ASoC: cs42l73: Add DMIC's as DAPM inputs.Paul Handrigan2012-12-101-0/+4