summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/uda1380.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: uda*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: uda1380: use simple i2c probe functionStephen Kitt2022-04-111-3/+2
* ASoC: uda1380: Use modern ASoC DAI format terminologyMark Brown2022-02-281-5/+5
* ASoC: codecs: use snd_soc_xxx_active()Kuninori Morimoto2020-05-181-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ASoC: uda1380: replace codec to componentKuninori Morimoto2018-02-121-83/+77
* ASoC: uda1380: fix regression by adding back .read/.writeKuninori Morimoto2018-01-161-0/+2
* ASoC: use internal reg_cache on uda1380Kuninori Morimoto2017-11-271-10/+14
* ASoC: don't use codec hw_write on uda1380Kuninori Morimoto2017-11-271-10/+10
* ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal2017-08-101-1/+1
* ASoC: uda1380: Add OF device ID tableJavier Martinez Canillas2017-04-051-0/+7
* ASoC: uda1380: Request GPIOs at bus probe timeLars-Peter Clausen2016-11-231-35/+20
* ASoC: uda1380: Remove #if IS_ENABLED(CONFIG_I2C)Kuninori Morimoto2016-11-181-21/+1
* ASoC: codec duplicated callback function goes to component on uda1380Kuninori Morimoto2016-08-081-6/+8
*-. Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'a...Mark Brown2015-08-301-8/+6
|\ \
| | * ASoC: uda1380: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen2015-08-051-8/+6
| |/
* | ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
|/
* Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2015-06-051-5/+1
|\
| * ASoC: uda1380: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-05-111-4/+1
| * ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-1/+0
* | ASoC: uda1380: Avoid accessing i2c bus when codec is disabledVasily Khoruzhick2015-05-041-1/+1
|/
* ASoC: uda1380: Cleanup manual bias level transitionsLars-Peter Clausen2014-11-241-18/+2
* Merge remote-tracking branch 'asoc/topic/codecs' into asoc-nextMark Brown2014-03-231-2/+1
|\
| * ASoC: codecs: Replace instances of rtd->codec with dai->codecLars-Peter Clausen2014-03-181-2/+1
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/tlv320aic23', 'asoc/topic/tlv320ai...Mark Brown2014-03-121-18/+20
|\ \ \ | | |/ | |/|
| | * ASoC: uda1380: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai2014-02-231-18/+20
| |/
* | ASoC: Add helper function to check whether a CODEC is activeLars-Peter Clausen2014-03-061-1/+1
|/
* ASoC: uda1380: Use IS_ENABLED() macroFabio Estevam2013-11-241-3/+3
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-4/+4
* ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown2012-04-041-4/+2
* ASoC: Convert uda1380 to devm_kzalloc()Axel Lin2011-12-271-4/+2
* ASoC: Convert uda1380 to table based DAPM and control initAxel Lin2011-12-201-16/+8
* ASoC: uda1380: Convert to gpio_request_one()Axel Lin2011-12-051-20/+8
* Merge branch 'for-3.2' into for-3.3Mark Brown2011-12-041-2/+2
|\
| * ASoC: uda1380: Return proper error in uda1380_modinit failure pathAxel Lin2011-12-041-2/+2
* | ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen2011-12-021-1/+1
* | ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-3/+3
|/
* 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-6/+7
* ASoC: UDA1380: Add delay between power on and resetVasily Khoruzhick2010-09-081-0/+1
* ASoC: uda1380: make driver more powersave-friendlyVasily Khoruzhick2010-08-311-40/+105
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-154/+57
* ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown2010-05-101-1/+0
* ASoC: Add indirection for CODEC private dataMark Brown2010-04-171-2/+2
* bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+1
* ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown2009-11-121-1/+0
* ASoC: Factor out snd_soc_init_card()Mark Brown2009-11-031-8/+0
* ASoC: UDA1380: refactor device registrationPhilipp Zabel2009-06-151-142/+171
* ASoC: Merge dai_ops factor outMark Brown2009-03-111-18/+24
|\