aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tlv320aic32x4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-08ASoC: codec duplicated callback function goes to component on tlv320aic32x4Kuninori Morimoto1-6/+8
2016-05-13ASoC: tlv320aic32x4: Properly implement the positive and negative pins into the mixersJeremy McDermond1-49/+161
2016-04-21ASoC: tlv320aic32x4: Add additional input pinsJeremy McDermond1-0/+8
2016-04-21ASoC: tlv320aic32x4: Implement resistors on input pinsJeremy McDermond1-6/+24
2016-04-19ASoC: tlv320aic32x4: Add 96k sample rateJeremy McDermond1-2/+5
2016-04-19ASoC: tlv320aic32x4: Break out I2C support into separate moduleJeremy McDermond1-52/+24
2016-04-19ASoC: tlv320aic32x4: Change name of probe functionJeremy McDermond1-2/+2
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-1/+0
2014-11-27ASoC: tlv320aic32x4: Cleanup manual bias level transitionsLars-Peter Clausen1-23/+1
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: tlv320aic32x4: Convert to params_width()Mark Brown1-5/+5
2014-06-22ASoC: tlv320aic32x4: Fixed Coding Style IssuesShahina Shaik1-4/+8
2014-06-22ASoC: tlv320aic32x4: Fixed Coding style IssuesShahina Shaik1-6/+3
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-2/+0
2014-02-23ASoC: tlv320aic32x4: Rearrange clock tree shutdownMarkus Pargmann1-16/+16
2014-02-23ASoC: tlv320aic32x4: Support for regulatorsMarkus Pargmann1-1/+125
2014-02-23ASoC: tlv320aic32x4: Support for master clockMarkus Pargmann1-0/+21
2014-02-03ASoC: tlv320aic32x4: DT supportMarkus Pargmann1-0/+25
2014-02-03ASoC: tlv320aic32x4: Use signed int mixer controlsMarkus Pargmann1-10/+16
2014-02-03ASoC: tlv320aic32x4: Use gpio_is_validMarkus Pargmann1-2/+2
2014-01-27ASoC: tlv320aic32x4: Fix MICPGA input configurationMarkus Pargmann1-4/+6
2014-01-27ASoC: tlv320aic32x4: Fix mono playbackMarkus Pargmann1-7/+11
2014-01-15ASoC: tlv320aic32x4: Fix regmap range_minMarkus Pargmann1-1/+1
2014-01-13ASoC: codec: tlv320aic32x4: Fix regmap range configMarkus Pargmann1-1/+1
2013-09-26ASoC: tlv320aic32x4: Convert to direct regmap API usageMark Brown1-66/+23
2013-09-26ASoC: tlv320aic32x4: Move GPIO acquisition to I2C probeMark Brown1-5/+7
2013-08-27ASoC: tlv320aic32x4: Convert table based control and DAPM setupLars-Peter Clausen1-15/+7
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-11-01ASoC: tlv320aic32x4: Add rstn gpio to platform data.Javier Martin1-0/+14
2012-11-01ASoC: tlv320aic32x4: Fix problem with first capture.Javier Martin1-0/+10
2012-08-06ASoC: tlv320aic32x4: Use module_i2c_driverSachin Kamat1-18/+1
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-1/+1
2012-01-20ASoC: tlv320aic32x4: always enable analouge blockWolfram Sang1-3/+5
2012-01-20ASoC: tlv320aic32x4: always enable dividersWolfram Sang1-56/+46
2011-12-28ASoC: Convert tlv320aic32x4 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-13ASoC: tlv320aic32x4: Use snd_soc_update_bits for read-modify-writeAxel Lin1-37/+24
2011-10-06ASoC: tlv320aic32x4 fix initialization of micpga routingWolfram Sang1-2/+2
2011-03-07ASoC: Fix outdated API usage in tlv320aic32x4Mark Brown1-5/+5
2011-03-04ASoC: Add TI tlv320aic32x4 codec support.Javier Martin1-0/+794