summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs42l52.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: cs42l52: use DEVICE_ATTR_WO macroYueHaibing2021-05-261-4/+3
* ASoC: cs42l52: Minor tidy up of error pathsCharles Keepax2021-05-111-5/+7
* ASoC: codecs: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-201-0/+1
* ASoC: codecs: cs*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-2/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* ASoC: cs42l52: replace codec to componentKuninori Morimoto2018-02-121-77/+69
* ASoC: cs42l52: Improve two size determinations in cs42l52_i2c_probe()Markus Elfring2017-11-271-5/+3
* ASoC: cs42l52: Delete an error message for a failed memory allocation in cs42...Markus Elfring2017-11-271-3/+2
* ASoC: codec duplicated callback function goes to component on cs42l52Kuninori Morimoto2016-08-081-7/+8
*-. Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'a...Mark Brown2015-08-301-4/+3
|\ \
| | * ASoC: cs42l52: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen2015-08-051-4/+3
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', '...Mark Brown2015-08-301-1/+1
|\ \ \ | | |/ | |/|
| | * regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin2015-07-161-1/+1
| |/
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'asoc/topic/const', 'asoc/topic/cs35l32', 'aso...Mark Brown2015-08-301-53/+2
|\ \ \ \ | | | |/ | | |/|
| | | * ASoC: cs42l52: Use case range at appropriate placeAxel Lin2015-08-141-52/+1
| | |/
| * / ASoC: Constify snd_soc_dai_ops variablesAxel Lin2015-07-151-1/+1
| |/
* / ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
|/
* ASoC: cs42l52: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-06-011-2/+2
* ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-1/+0
* ASoC: cs42l52: Constify struct regmap_config and snd_soc_codec_driverKrzysztof Kozlowski2015-01-051-2/+2
*-. Merge remote-tracking branches 'asoc/topic/suspend', 'asoc/topic/tas2552', 'a...Mark Brown2014-10-061-19/+1
|\ \
| * | ASoC: cs42l52: Cleanup manual bias level transitionsLars-Peter Clausen2014-09-091-19/+1
| |/
* / ASoC: cs42l52: use true/false returns for bool functionsBrian Austin2014-08-281-2/+2
|/
* ASoC: Fix SOC_DOUBLE_R_SX_TLV volume mixer argumentsBrian Austin2014-07-171-7/+7
*-. Merge remote-tracking branches 'asoc/topic/cs42l56', 'asoc/topic/cs42xx8' and...Mark Brown2014-05-221-12/+0
|\ \
| * | ASoC: Remove IS_ENABLED for INPUT in CS42L52 and WM8962Brian Austin2014-05-021-12/+0
| |/
* / ASoC: cs42l52: Convert to use devm_gpio_request_oneAxel Lin2014-04-181-2/+4
|/
* ASoC: cs42l52: Fix mask for REVIDAxel Lin2014-04-071-1/+1
* Merge tag 'asoc-v3.15-2' into asoc-nextMark Brown2014-03-251-8/+1
|\
| * Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown2014-03-131-8/+1
| |\
| | * ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-8/+1
* | | Merge tag 'asoc-v3.15' into asoc-nextMark Brown2014-03-251-49/+43
|\| |
| * | ASoC: cs42l52: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai2014-02-201-49/+43
| |/
* / ASoC: cs42l52: Fix mask bits for SOC_VALUE_ENUM_SINGLEBrian Austin2014-03-181-4/+4
|/
* ASoC: cs42l52: Fix buildMark Brown2013-11-291-1/+1
* ASoC: cs42l52: Add devicetree support for CS42L52Brian Austin2013-11-281-3/+42
* ASoC: cs42l52: Make MICA/B mixer dependent on mic configBrian Austin2013-11-281-7/+30
* ASoC: cs42l52: Reorganize MICA/B Config and SelectBrian Austin2013-11-281-21/+4
* ASoC: cs42l52: Use IS_ENABLED() macroFabio Estevam2013-11-271-2/+2
* ASoC: cs42l52: Add chip rev id messageBrian Austin2013-10-251-0/+3
* ASoC: cs42l52: convert pdata config to regmap_update_bitsBrian Austin2013-10-251-35/+34
* ASoC: cs42l52: Add platform data for reset gpioBrian Austin2013-10-251-4/+17
* ASoC: cs42l52: Add new TLV for Beep VolumeBrian Austin2013-08-061-1/+4
* ASoC: cs42l52: Reorder Min/Max and update to SX_TLV for Beep VolumeBrian Austin2013-08-061-1/+1
* ASoC: cs42l52: fix hp_gain_enum shift value.Nicolas Schichan2013-05-291-1/+1
* ASoC: cs42l52: use correct PCM mixer TLV dB scale to match datasheet.Nicolas Schichan2013-05-291-1/+3
* ASoC: cs42l52: fix default value for MASTERA_VOL.Nicolas Schichan2013-05-281-1/+1
* ASoC: cs42l52: fix bogus shifts in "Speaker Volume" and "PCM Mixer Volume" co...Nicolas Schichan2013-05-221-2/+2
* ASoC: cs42l52: microphone bias is controlled by IFACE_CTL2 register.Nicolas Schichan2013-05-221-1/+1
* Merge remote-tracking branch 'asoc/topic/cs42l52' into asoc-nextMark Brown2013-02-111-3/+1
|\