aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/tlv320dac33.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-27ASoC: tlv320*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-06-06ASoC: tlv320dac3x: Use modern ASoC DAI format terminologyMark Brown1-7/+5
2022-04-11ASoC: tlv320*: use simple i2c probe functionStephen Kitt1-3/+2
2021-03-18ASoC: tlv320dac33: clarify expressionPierre-Louis Bossart1-1/+1
2020-05-18ASoC: codecs: use snd_soc_xxx_active()Kuninori Morimoto1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-15/+1
2018-11-16ASoC: tlv320dac33: clean up indentation, remove extraneous tabColin Ian King1-1/+1
2018-02-12ASoC: tlv320dac33: replace codec to componentKuninori Morimoto1-203/+199
2018-01-16ASoC: tlv320dac33: fix regression by adding back .read/.writeKuninori Morimoto1-0/+15
2017-11-27ASoC: use internal reg_cache on tlv320dac33Kuninori Morimoto1-20/+13
2017-11-27ASoC: don't use codec hw_write on tlv320dac33Kuninori Morimoto1-7/+5
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2016-09-29Merge remote-tracking branches 'asoc/topic/tas5086', 'asoc/topic/tegra', 'asoc/topic/tlv320aic31xx', 'asoc/topic/tlv320dac33' and 'asoc/topic/topology' into asoc-nextMark Brown1-13/+4
2016-09-14ASoC: tlv320dac33: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-13/+4
2016-08-08ASoC: codec duplicated callback function goes to component on tlv320dac33Kuninori Morimoto1-6/+8
2016-03-01ASoC: tlv320dac33: Fix enum ctl accesses in a wrong typeTakashi Iwai1-5/+4
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-05-15ASoC: tlv320dac33: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-2/+2
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-1/+0
2015-01-15ASoC: tlv320dac33: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen1-4/+5
2014-11-27ASoC: tlv320dac33: Cleanup manual bias level transitionsLars-Peter Clausen1-2/+0
2014-08-04Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', 'asoc/topic/wm0010', 'asoc/topic/wm8904' and 'asoc/topic/wm8962' into asoc-nextMark Brown1-5/+5
2014-07-31ASoC: tlv320dac33: Convert to params_width()Mark Brown1-5/+5
2014-06-21ASoC: Move name and id from CODEC/platform to componentLars-Peter Clausen1-1/+1
2014-05-22Merge remote-tracking branches 'asoc/topic/rt5651', 'asoc/topic/samsung', 'asoc/topic/sgtl5000', 'asoc/topic/sh', 'asoc/topic/simple', 'asoc/topic/sirf', 'asoc/topic/sta350' and 'asoc/topic/tlv320dac33' into asoc-nextMark Brown1-6/+2
2014-04-25ASoC: tlv320dac33: Use devm_regulator_bulk_get()Fabio Estevam1-6/+2
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-2/+2
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-1/+0
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-19/+13
2014-03-11ASoC: io: New signature for snd_soc_codec_set_cache_io()Xiubo Li1-1/+0
2014-03-06ASoC: Add helper function to check whether a CODEC is activeLars-Peter Clausen1-1/+1
2014-02-23ASoC: tlv320dac33: Use SOC_ENUM_SINGLE_*_DECL()Takashi Iwai1-19/+13
2013-01-13ASoC: tlv320dac33: Remove suspend/resume soc driver operationsPeter Ujfalusi1-16/+0
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-08-06ASoC: tlv320dac33: Use module_i2c_driverSachin Kamat1-18/+1
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-20/+15
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-1/+1
2012-01-27ASoC: Set idle_bias_off flag in snd_soc_codec_driverAxel Lin1-1/+1
2012-01-21ASoC: Fix build of tlv320dac33Mark Brown1-1/+2
2012-01-20ASoC: tlv320dac33: Use core to set the msbits constraintPeter Ujfalusi1-2/+1
2012-01-02ASoC: Convert tlv320dac33 to devm_kzalloc()Axel Lin1-4/+2
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-27ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown1-1/+0
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-10-27Merge branch 'topic/asoc' into for-linusTakashi Iwai1-19/+10
2011-10-11ASoC: tlv320dac33: Convert to table based initPeter Ujfalusi1-16/+7
2011-09-29ASoC: tlv320dac33: Add guarding parentheses to macrosAxel Lin1-3/+3
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1