aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/da7210.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-08ASoC: codec duplicated callback function goes to component on da7210Kuninori Morimoto1-7/+8
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
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-13/+9
2015-08-30Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', 'asoc/topic/rl6231', 'asoc/topic/rockchip' and 'asoc/topic/rt286' into asoc-nextMark Brown1-2/+2
2015-08-05ASoC: da7210: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen1-13/+9
2015-07-17Merge tag 'regmap-seq-delay-api' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into asoc-reg-defaultMark Brown1-2/+2
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin1-2/+2
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-3/+3
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-07ASoC: Constify reg_default tablesAxel Lin1-3/+3
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-8/+0
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-8/+0
2014-02-20ASoC: da7210: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-10/+10
2014-01-16Merge remote-tracking branches 'asoc/topic/adsp', 'asoc/topic/atmel', 'asoc/topic/bcm2835', 'asoc/topic/docs', 'asoc/topic/fsl', 'asoc/topic/generic', 'asoc/topic/kirkwood', 'asoc/topic/mc13783', 'asoc/topic/mxs', 'asoc/topic/nuc900', 'asoc/topic/sai', 'asoc/topic/sh', 'asoc/topic/ssm2602', 'asoc...Mark Brown1-5/+5
2014-01-13ASoC: da7210: Use params_width() rather than memory formatMark Brown1-5/+5
2013-11-27ASoC: da7210: Use IS_ENABLED() macroFabio Estevam1-3/+3
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-7/+7
2012-12-03ASoC: da7210: Remove unnecessary regmap_exit callSachin Kamat1-10/+1
2012-11-28ASoC: da7210: Use devm_regmap_init_i2c()Sachin Kamat1-11/+2
2012-05-03ASoC: da7210: Minor improvements and a bugfixAshish Chavan1-13/+15
2012-04-27ASoC: da7210: Minor bugfix for non pll slave modeAshish Chavan1-6/+7
2012-04-17ASoC: da7210: Minor update for PLL and SRMAshish Chavan1-13/+9
2012-04-17ASoC: da7210: Add support for PLL and SRMAshish Chavan1-38/+187
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2012-04-01ASoC: da7210: Add support for spi regmapAshish Chavan1-21/+133
2012-03-09ASoC: da7210: Remove extra registers from defaults listAshish Chavan1-88/+0
2012-03-08ASoC: da7210: Update for using I2C regmapAshish Chavan1-38/+196
2012-01-02ASoC: da7210: Add support for line input and micAshish Chavan1-0/+77
2011-12-27ASoC: Convert da7210 to devm_kzalloc()Axel Lin1-5/+2
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-11-10ASoC: Fix duplicate const warnings in da7210.cMark Brown1-2/+2
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-10-22ASoC: da7210: Add support for line out and DACAshish Chavan1-0/+96
2011-10-22ASoC: da7210: Add support for DAPMAshish Chavan1-24/+121
2011-10-19ASoC: da7210: Add support for ALC and Noise suppressionAshish Chavan1-0/+110
2011-10-19ASoC: da7210: Add support for mute and zero cross controlsAshish Chavan1-0/+44
2011-10-17ASoC: da7210: Add support for High pass and Voice filters for ADC and DACAshish Chavan1-25/+32
2011-10-17ASoC: da7210: Add support for ADC & DAC equalizersAshish Chavan1-0/+37
2011-10-14ASoC: da7210: bugfix for head phone volume controlAshish Chavan1-4/+6
2011-10-14ASoC: Convert DA7210 to table based DAPM initMark Brown1-3/+3
2011-10-12ASoC: da7210: Add support for other DAI word lengths, format and modeAshish Chavan1-1/+22
2011-10-12ASoC: da7210: convert to soc-cacheAxel Lin1-78/+45
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-1/+1
2010-09-16ASoC: da7210: code clean upKuninori Morimoto1-9/+9
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-125/+32
2010-08-03ASoC: da7210: fix a memory leak if failed to initialise da7210 audio codecAxel Lin1-2/+6
2010-07-23ASoC: da7210: Add HeadPhone Playback Volume controlKuninori Morimoto1-4/+27
2010-06-15ASoC: header cleanup for da7210Kuninori Morimoto1-9/+0