aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ad1836.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-08ASoC: codec duplicated callback function goes to component on ad1836Kuninori Morimoto1-6/+8
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-05-04ASoC: ad1836: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-1/+1
2014-02-23ASoC: ad1836: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-2/+2
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: ad1836: Use params_width() rather than explicit memory formatMark Brown1-5/+5
2014-01-02ASoC: ad1836: Reject unsupported bit sizesMark Brown1-0/+2
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-3/+3
2012-09-13ASoC: ad1836: Convert to direct regmap usage.Lars-Peter Clausen1-23/+53
2012-08-27ASoC: ad1836: Use module_spi_driverSachin Kamat1-11/+1
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-3/+1
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-3/+3
2011-12-28ASoC: Convert ad1836 to devm_kzalloc()Axel Lin1-4/+3
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-1/+1
2011-06-16ASoC: AD1836: rename suspend/resume funcsBarry Song1-22/+21
2011-06-16ASoC: AD1836: fix codec nameMike Frysinger1-1/+1
2011-06-16ASoC: AD1836: fix intermixed tab/space indentationMike Frysinger1-2/+2
2011-06-16ASoC: AD1836: drop unnecessary spi register checkMike Frysinger1-9/+1
2011-06-16ASoC: AD1836: clean up comment headersMike Frysinger1-14/+5
2011-06-07ASoC: AD1836: Fix build errorLars-Peter Clausen1-1/+1
2011-06-06Merge branch 'for-3.0' into for-3.1Mark Brown1-7/+7
2011-06-06ASoC: AD1836: Fix setting the PCM formatLars-Peter Clausen1-7/+7
2011-06-06ASoC: AD1836: Add input gain control for ADC2Lars-Peter Clausen1-0/+11
2011-06-06ASoC: AD1836: Remove unused fields from private structLars-Peter Clausen1-5/+0
2011-06-06ASoC: AD1836: Add AD1835/AD1837/AD1838/AD1839 supportLars-Peter Clausen1-54/+129
2011-06-06ASoC: AD1836: Use snd_soc_update_bits for read-modify-writeLars-Peter Clausen1-12/+6
2011-06-06ASoC: AD1836: Add ADC/DAC controls helper macrosLars-Peter Clausen1-22/+26
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-16ASoC: Fix incorrect kfree in ad1836_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-136/+55
2010-08-03ASoC: ad1836: fix a memory leak if another ad1836 is registeredAxel Lin1-0/+1
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-1/+1
2010-04-17ASoC: Add indirection for CODEC private dataMark Brown1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-27ASoC: ad1836: use soc-cache framework for codec registers accessBarry Song1-69/+23
2010-01-25ASoC: ad1836: reset and restore clock control mode in suspend/resume entryBarry Song1-0/+32
2010-01-12Revert "ASoC: ad1836: reset and restore clock control mode in suspend/resume entry"Mark Brown1-32/+0
2009-12-30ASoC: ad1836: reset and restore clock control mode in suspend/resume entryBarry Song1-0/+32
2009-11-12ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown1-1/+0
2009-11-07ASoC: Remove dead code and labelsTakashi Iwai1-5/+0
2009-11-03ASoC: Factor out snd_soc_init_card()Mark Brown1-6/+0
2009-09-21ASoC: some minor changes for AD1836 and AD1938 codec driversBarry Song1-2/+1
2009-09-16ASoC: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2009-08-13ASoC: Minor cleanups to AD1938 driverMark Brown1-5/+0
2009-08-13new ad1836 codec driver based on asocBarry Song1-0/+451