summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs4270.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: cs4270: fix kernel-docPierre-Louis Bossart2021-03-101-0/+1
* ASoC: codecs: cs*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-2/+3
* ASoC: codecs: cs4270: fix kernel-docPierre-Louis Bossart2020-07-021-2/+2
* ASoC: codecs: cs*: rename to snd_soc_component_read()Kuninori Morimoto2020-06-221-5/+5
* ASoC: cs4270: pull reset GPIO low then highMike Willard2020-04-071-5/+35
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-2/+1
* ASoC: cs4270: Set auto-increment bit for register writesDaniel Mack2019-03-211-0/+1
* ASoC: codecs: cs4270: move to GPIO consumer APIDaniel Mack2018-12-061-16/+7
* ASoC: cs4270: use true and false for boolean valuesGustavo A. R. Silva2018-08-061-1/+1
* ASoC: cs4270: replace codec to componentKuninori Morimoto2018-02-121-69/+55
* ASoC: cs4270: fix DAPM stream name mismatchmurray foster2016-10-111-4/+4
* ASoC: codec duplicated callback function goes to component on cs4270Kuninori Morimoto2016-08-081-6/+8
* ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
* ASoC: cs4270: Remove redundant OOM messageSachin Kamat2014-06-271-3/+1
* ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen2014-04-141-1/+1
* ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-9/+0
* ASoC: cs4270: Add DAPM supportMark Brown2013-08-181-0/+20
* ASoC: cs4270: Remove mono supportFabio Estevam2012-09-251-2/+2
* ASoC: cs4270: Convert to direct regmap API usageMark Brown2012-09-111-22/+33
* ASoC: cs4270: Move regulator acquisition to I2C probe()Mark Brown2012-09-111-27/+19
* ASoC: cs4270: Conver to data based control initMark Brown2012-09-111-8/+3
* ASoC: cs4270: Use module_i2c_driverSachin Kamat2012-08-061-11/+1
* ASoC: Add reset-gpio DT property to cs4270 driverDaniel Mack2012-08-031-0/+17
* ASoC: add DT bindings for cs4270Daniel Mack2012-08-031-0/+11
* ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown2012-04-041-2/+1
* ASoC: cs4270: Check that we can enable regulators on resumeMark Brown2012-04-011-3/+5
* ASoC: Remove unnecessary -codec from cs4270 driver nameShawn Guo2012-02-281-1/+1
* ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood2012-02-041-1/+1
* ASoC: Convert cs4270 to devm_kzalloc()Axel Lin2012-01-021-4/+2
* ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen2011-12-021-1/+1
* ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown2011-11-271-1/+0
* ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
* ASoC: cs4720: use snd_soc_cache_sync()Daniel Mack2011-11-221-9/+1
* ASoC: Return early with -EINVAL if invalid dai format is detectedAxel Lin2011-10-061-4/+4
* ASoC: Remove unused "control_data" field of struct cs4270_privateAxel Lin2011-09-281-5/+1
* ASoC: Fix comment in cs4270 codec driverDaniel Mack2011-05-261-4/+1
* ASoC: Constify i2c_device_id tableAxel Lin2011-03-071-1/+1
* ASoC: Remove module probe announcements from CODEC driversMark Brown2011-03-011-2/+0
* ASoC: Update users of readable_register()/volatile_register()Dimitris Papastamos2011-01-131-2/+2
* ASoC: cs4270: use the built-in register cache supportTimur Tabi2011-01-101-113/+48
* ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen2010-12-281-1/+0
* ASoC: Staticise CS4270 DAIMark Brown2010-10-071-1/+1
* ASoC: Remove export of CS4270 DAIMark Brown2010-09-071-1/+0
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-255/+138
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-05-201-10/+10
|\
| * ASoC: Add indirection for CODEC private dataMark Brown2010-04-171-10/+10
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* ASoC: cs4270: enable regulators at probe timeDaniel Mack2010-02-101-0/+10
* ASoC: cs4270: allow passing freq=0 in set_dai_sysclk()Daniel Mack2010-01-151-13/+25
* ASoC: Add regulator support to CS4270 codec driverDaniel Mack2009-12-071-3/+40