aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ad193x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-09ASoC: codecs: ad193x: make two arrays static const, makes object smallerColin Ian King1-2/+2
2019-07-22ASoC: codecs: ad193x: Use regmap_multi_reg_write() when initializingCodrin Ciubotariu1-14/+5
2019-07-06Merge branch 'asoc-5.3' into asoc-nextMark Brown1-19/+43
2019-07-06Merge branch 'asoc-5.2' into asoc-linusMark Brown1-4/+2
2019-06-28ASoC: codecs: ad193x: Reset used registers at probeCodrin Ciubotariu1-0/+10
2019-06-28ASoC: codecs: ad193x: Group register initialization at probeCodrin Ciubotariu1-19/+33
2019-06-26ASoC: codecs: ad193x: Fix memory corruption on BE 64b systemsCodrin Ciubotariu1-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner1-2/+1
2019-02-18ASoC: codecs: ad193x: Add support to disable on-chip PLLCodrin Ciubotariu1-1/+25
2019-02-18ASoC: codecs: ad193x: Add runtime support for DSP_A and I2S modesCodrin Ciubotariu1-2/+7
2019-02-18ASoC: codecs: ad193x: Fix frame polarity for DSP_A formatCodrin Ciubotariu1-0/+6
2019-02-18ASoC: codecs: ad193x: Set constraint to always have 32 sample bitsCodrin Ciubotariu1-0/+16
2019-02-18ASoC: codecs: ad193x: Remove capture support for codecs without ADCCodrin Ciubotariu1-1/+18
2018-02-12ASoC: ad193x: replace codec to componentKuninori Morimoto1-22/+24
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 ad193xKuninori Morimoto1-6/+8
2015-10-20ASoC: ad193x: Drop .volatile_reg implementationAxel Lin1-6/+0
2015-10-05ASoC: ad193x: add support to ad1934Cyrille Pitchen1-29/+93
2015-01-12ASoC: ad193x: Don't power down DAC in CODEC probeLars-Peter Clausen1-2/+2
2014-11-05ASoC: ad193x: Keep DAC output stage active in idleLars-Peter Clausen1-5/+9
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-9/+1
2014-02-20ASoC: ad193x: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-2/+2
2014-02-18ASoC: ad193x: Split SPI and I2C code into different modulesLars-Peter Clausen1-125/+15
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-09ASoC: ad193x: Use params_width() rather than memory formatMark Brown1-5/+5
2013-11-24ASoC: ad193x: Use IS_ENABLED() macroFabio Estevam1-3/+3
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-7/+7
2012-09-13ASoC: ad193x: Use managed regmap initLars-Peter Clausen1-40/+10
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-3/+1
2011-12-28ASoC: Convert ad193x to devm_kzalloc()Axel Lin1-11/+8
2011-11-28ASoC: ad193x: Convert to direct regmap API usageLars-Peter Clausen1-25/+36
2011-11-28ASoC: ad193x: Use snd_soc_update_bits where appropriateLars-Peter Clausen1-60/+36
2011-11-28ASoC: ad193x: Add sysclk DAPM supplyLars-Peter Clausen1-2/+4
2011-11-28ASoC: ad193x: Remove non-functional DAPM route controlsLars-Peter Clausen1-6/+6
2011-11-28ASoC: ad193x: Make enum items const char * constLars-Peter Clausen1-1/+1
2011-11-28ASoC: ad193x: Provide dB ranges for the volume controlsLars-Peter Clausen1-8/+10
2011-11-28ASoC: ad193x: Use table based DAPM and controls setupLars-Peter Clausen1-7/+6
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-10-19ASoC: ad193x: Use snd_soc_update_bits for read-modify-writeAxel Lin1-16/+15
2011-10-14ASoC: ad193x: Fix define of AD193X_PLL_INPUT_MASKAxel Lin1-1/+1
2011-09-09ASoC: ad193x: Setup regmap read and write flag masks for SPILars-Peter Clausen1-11/+54
2011-08-15ASoC: ad193x: remove cache supportScott Jiang1-8/+0
2011-08-15ASoC: ad193x: fix dac word len settingScott Jiang1-1/+2
2011-03-30ASoC: ad193x: fix codec nameMike Frysinger1-2/+2
2011-03-26ASoC: ad193x: tweak style to match other codecsScott Jiang1-12/+7
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-16ASoC: Fix incorrect kfree in ad193x_probe error pathAxel Lin1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-2/+3
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-140/+77