aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/da732x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-31ASoC: da732x: simplify codePierre-Louis Bossart1-11/+6
2020-06-22ASoC: codecs: da*: rename to snd_soc_component_read()Kuninori Morimoto1-9/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-02-12ASoC: da732x: replace codec to componentKuninori Morimoto1-120/+121
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on da732xKuninori Morimoto1-6/+8
2016-03-01ASoC: da732x: Fix enum ctl accesses in a wrong typeTakashi Iwai1-4/+4
2015-08-30Merge remote-tracking branches 'asoc/topic/max98090', 'asoc/topic/max98095', 'asoc/topic/max98357a', 'asoc/topic/max9877' and 'asoc/topic/max98925' into asoc-nextMark Brown1-1/+1
2015-08-30Merge remote-tracking branches 'asoc/topic/cs42l56', 'asoc/topic/cs42l73', 'asoc/topic/cs4349' and 'asoc/topic/da732x' into asoc-nextMark Brown1-9/+3
2015-07-16Merge branches 'topic/owner' and 'topic/reg-default' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-max9877Mark Brown1-1/+1
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-15ASoC: da732x: Merge da732x_dai1_ops and da732x_dai2_opsAxel Lin1-9/+3
2015-07-07ASoC: Constify reg_default tablesAxel Lin1-1/+1
2015-05-18ASoC: da732x: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-1/+1
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-2/+0
2015-03-05ASoC: da732x: Fix control-less DAPM routesLars-Peter Clausen1-4/+4
2015-01-14ASoC: da732x: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen1-2/+2
2014-10-06Merge remote-tracking branches 'asoc/topic/suspend', 'asoc/topic/tas2552', 'asoc/topic/tegra', 'asoc/topic/tlv320aic31xx' and 'asoc/topic/tlv320aic3x' into asoc-nextMark Brown1-25/+0
2014-10-04ASoC: da732x: Remove unnecessary KERN_ERR in pr_err()Masanari Iida1-1/+1
2014-09-09ASoC: da732x: Cleanup manual bias level transitionsLars-Peter Clausen1-19/+0
2014-09-09ASoC: da732x: Remove unused codec field form da732x_priv structLars-Peter Clausen1-3/+0
2014-09-09ASoC: da732x: Remove unnecessary idle_bias_off initializationLars-Peter Clausen1-3/+0
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-2/+2
2014-04-07ASoC: da732x: Print correct major idAxel Lin1-1/+2
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-19/+10
2014-03-12Merge remote-tracking branches 'asoc/topic/da7213', 'asoc/topic/da732x', 'asoc/topic/da9055', 'asoc/topic/davinci', 'asoc/topic/fsl', 'asoc/topic/fsl-esai', 'asoc/topic/fsl-sai' and 'asoc/topic/fsl-spdif' into asoc-nextMark Brown1-92/+75
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-11/+2
2014-03-04ASoC: da732x: Replace hw_read usage with snd_soc_read()Mark Brown1-8/+8
2014-02-26ASoC: da732x: Mark DC offset control registers volatileMark Brown1-0/+12
2014-02-25ASoC: da732x: Use da732x->regmap instead of codec->control_dataLars-Peter Clausen1-3/+3
2014-02-24ASoC: da732x: Remove leftover cache size settingMark Brown1-1/+0
2014-02-23ASoC: da732x: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-88/+72
2014-01-13ASoC: da732x: Use params_width() rather than memory formatMark Brown1-5/+5
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-06-23ASoC: da732x: Staticise non-exported symbol soc_codec_dev_da732xMark Brown1-1/+1
2012-06-11ASoC: codecs: Add DA732x codec driverAdam Thomson1-0/+1627