aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/uda1380.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-23ASoC: uda1380: Request GPIOs at bus probe timeLars-Peter Clausen1-35/+20
2016-11-18ASoC: uda1380: Remove #if IS_ENABLED(CONFIG_I2C)Kuninori Morimoto1-21/+1
2016-08-08ASoC: codec duplicated callback function goes to component on uda1380Kuninori Morimoto1-6/+8
2015-08-30Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'asoc/topic/tegra', 'asoc/topic/tlv' and 'asoc/topic/topology' into asoc-nextMark Brown1-8/+6
2015-08-05ASoC: uda1380: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen1-8/+6
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-05Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-5/+1
2015-05-11ASoC: uda1380: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-4/+1
2015-05-04ASoC: uda1380: Avoid accessing i2c bus when codec is disabledVasily Khoruzhick1-1/+1
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-1/+0
2014-11-24ASoC: uda1380: Cleanup manual bias level transitionsLars-Peter Clausen1-18/+2
2014-03-23Merge remote-tracking branch 'asoc/topic/codecs' into asoc-nextMark Brown1-2/+1
2014-03-18ASoC: codecs: Replace instances of rtd->codec with dai->codecLars-Peter Clausen1-2/+1
2014-03-12Merge remote-tracking branches 'asoc/topic/tlv320aic23', 'asoc/topic/tlv320aic26', 'asoc/topic/tlv320aic32x4', 'asoc/topic/tlv320aic3x', 'asoc/topic/tlv320dac33', 'asoc/topic/twl4030', 'asoc/topic/twl6040', 'asoc/topic/uda1380', 'asoc/topic/wl1273' and 'asoc/topic/wm2200' into asoc-nextMark Brown1-18/+20
2014-03-06ASoC: Add helper function to check whether a CODEC is activeLars-Peter Clausen1-1/+1
2014-02-23ASoC: uda1380: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-18/+20
2013-11-24ASoC: uda1380: Use IS_ENABLED() macroFabio Estevam1-3/+3
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-4/+2
2011-12-27ASoC: Convert uda1380 to devm_kzalloc()Axel Lin1-4/+2
2011-12-20ASoC: Convert uda1380 to table based DAPM and control initAxel Lin1-16/+8
2011-12-05ASoC: uda1380: Convert to gpio_request_one()Axel Lin1-20/+8
2011-12-04Merge branch 'for-3.2' into for-3.3Mark Brown1-2/+2
2011-12-04ASoC: uda1380: Return proper error in uda1380_modinit failure pathAxel Lin1-2/+2
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-3/+3
2010-12-28ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen1-1/+0
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-6/+7
2010-09-08ASoC: UDA1380: Add delay between power on and resetVasily Khoruzhick1-0/+1
2010-08-31ASoC: uda1380: make driver more powersave-friendlyVasily Khoruzhick1-40/+105
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-154/+57
2010-05-10ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown1-1/+0
2010-04-17ASoC: Add indirection for CODEC private dataMark Brown1-2/+2
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2009-11-12ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown1-1/+0
2009-11-03ASoC: Factor out snd_soc_init_card()Mark Brown1-8/+0
2009-06-15ASoC: UDA1380: refactor device registrationPhilipp Zabel1-142/+171
2009-03-11ASoC: Merge dai_ops factor outMark Brown1-18/+24
2009-03-04ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao1-20/+26
2009-03-03ASoC: UDA1380: DATAI is slave onlyPhilipp Zabel1-2/+7
2009-03-03ASoC: UDA1380: change decimator/interpolator register handlingPhilipp Zabel1-54/+48
2009-03-03ASoC: Remove version display from the UDA1380 driverPhilipp Zabel1-4/+0
2009-02-04ASoC: uda1380: split set_dai_fmt into _both, _playback and _capture variantsPhilipp Zabel1-7/+61
2009-02-03ASoC: Don't unconditionally use the PLL in UDA1380Vasily Khoruzhick1-2/+2
2009-01-27ASoC: Push the codec runtime storage into the card structureMark Brown1-9/+9
2009-01-09ASoC: cleanup duplicated code.Ian Molton1-16/+2
2008-12-10ALSA: ASoC - Fix wrong section typesTakashi Iwai1-1/+1
2008-12-09ASoC: Register non-AC97 codec DAIsMark Brown1-0/+12
2008-12-01ASoC: Rename snd_soc_register_card() to snd_soc_init_card()Mark Brown1-1/+1