summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs42l51.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ASoC: Convert cs42l51 to devm_kzalloc()Axel Lin2012-01-021-6/+2
* ASoC: Convert cs42l51 to table based DAPM and control initAxel Lin2011-12-201-9/+8
* ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown2011-11-271-1/+0
* Merge branch 'for-3.2' into for-3.3Mark Brown2011-11-231-1/+1
|\
| * ASoC: cs42l51: Fix off-by-one for reg_cache_sizeAxel Lin2011-11-231-1/+1
* | ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
* | ASoC: Avoid a redundant read in cs42l51_pdn_eventAxel Lin2011-11-081-8/+5
|/
* ASoC: Return early with -EINVAL if invalid dai format is detectedAxel Lin2011-10-061-5/+4
* ASoC: Remove unused "control_data" field of struct cs42l51_privateAxel Lin2011-09-281-5/+1
* ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen2010-12-281-1/+0
* ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-2/+3
* ASoC: Change my mail addressArnaud Patard (Rtp)2010-09-151-1/+1
* ASoC: OpenRD Client : Fix naming breakage due to multicomponent supportArnaud Patard (Rtp)2010-08-311-1/+1
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-201/+92