summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/uda1380.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-21ASoC: Rework initialization of i2c_device_idsMark Brown1-1/+1
2026-05-21ASoC: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)1-1/+1
2026-05-20ASoC: uda1380: remove kmemdup_arrayRosen Penev1-7/+6
2026-04-10ASoC: uda1380: Modernize the driverLinus Walleij1-30/+33
2026-03-24ASoC: uda1380: use dev_err() and %pe for better error reportingWenyuan Li1-7/+18
2026-03-24ASoC: uda1380: fix missing return value checks for I2C operationsWenyuan Li1-14/+22
2025-11-17ASoC: codecs: uda1380: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-1/+2
2025-02-28ASoC: uda1380: use devm_kmemdup_array()Raag Jadav1-4/+2
2024-05-03ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_da...Uwe Kleine-König1-1/+1
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-06-27ASoC: uda*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-04-11ASoC: uda1380: use simple i2c probe functionStephen Kitt1-3/+2
2022-02-28ASoC: uda1380: Use modern ASoC DAI format terminologyMark Brown1-5/+5
2020-05-18ASoC: codecs: use snd_soc_xxx_active()Kuninori Morimoto1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-02-12ASoC: uda1380: replace codec to componentKuninori Morimoto1-83/+77
2018-01-16ASoC: uda1380: fix regression by adding back .read/.writeKuninori Morimoto1-0/+2
2017-11-27ASoC: use internal reg_cache on uda1380Kuninori Morimoto1-10/+14
2017-11-27ASoC: don't use codec hw_write on uda1380Kuninori Morimoto1-10/+10
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-04-05ASoC: uda1380: Add OF device ID tableJavier Martinez Canillas1-0/+7
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', 'a...Mark 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/tlv320ai...Mark 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