summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs42l73.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-4/+4
|/
* ASoC: cs42l73: Convert to devm_regmap_init_i2c()Brian Austin2012-06-051-15/+5
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2012-05-211-50/+43
|\
| * Merge tag 'v3.4-rc7' into for-3.5Mark Brown2012-05-131-0/+2
| |\
| * | ASoC: cs42l73: Use DAPM routes to hook AIF widgets to DAI'sBrian Austin2012-05-091-13/+28
| * | ASoC: cs42l73: Remove Chip ID's from reg_defaultBrian Austin2012-05-091-3/+0
| * | ASoC: cs42l73: Convert to module_i2c_driver()Brian Austin2012-05-091-19/+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-13/+13
* | | ASoC: cs42l73: Sync digital mixer kcontrols to allow for 0dBBrian Austin2012-05-111-8/+8
| |/ |/|
* | ASoC: cs42l73: don't use negative array indexJesper Juhl2012-04-131-0/+2
|/
* ASoC: cs42l73: Fix Output [X|A|V]SP_SCLK Sourcing Mode setting for master modeAxel Lin2012-02-011-1/+1
* ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen2011-12-021-1/+1
* ASoC: cs42l73: Fix clear wrong bits in cs42l73_set_dai_fmtAxel Lin2011-11-291-1/+2
* ASoC: Convert CS42L73 to devm_kzalloc()Brian Austin2011-11-281-4/+2
* ASoC: Cleanup duplicated constLars-Peter Clausen2011-11-231-1/+1
* ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
* ASoC: Staticise and constify cs42l73_reg_defaultsMark Brown2011-11-231-1/+1
* ASoC: cs42l73: Make inv and format to be unsigned intAxel Lin2011-11-221-1/+1
* ASoC: cs42l73: Unify the way to define bits of registerAxel Lin2011-11-221-3/+3
* ASoC: Remove redundant regcache_sync call in cs42l73_resumeAxel Lin2011-11-211-4/+0
* ASoC: cs42l73: Show correct revision idAxel Lin2011-11-211-1/+1
* ASoC: cs42l73: Return proper error code if device id mismatchAxel Lin2011-11-211-0/+1
* ASoC: Add support for CS42L73 codecBrian Austin2011-11-171-0/+1457