aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8960.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-25Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/st', 'asoc/fix/sun4i-codec', 'asoc/fix/topology', 'asoc/fix/wm8960' and 'asoc/fix/wm8962' into asoc-linusMark Brown1-1/+1
2015-11-03ASoC: wm8960: Fix the Input PGA Mute switchJongHo Kim1-1/+1
2015-10-26Merge remote-tracking branches 'asoc/topic/wm8904', 'asoc/topic/wm8955' and 'asoc/topic/wm8960' into asoc-nextMark Brown1-1/+1
2015-10-22ASoC: wm8960: harmless underflow in wm8960_put_deemph()Dan Carpenter1-1/+1
2015-09-23Merge remote-tracking branches 'asoc/fix/wm8960' and 'asoc/fix/wm8962' into asoc-linusMark Brown1-8/+18
2015-09-19ASoC: wm8960: correct the max register value of mic boost pgaZidan Wang1-2/+2
2015-09-11ASoC: wm8960: correct gain value for input PGA and add microphone PGAZidan Wang1-6/+16
2015-09-11ASoC: wm8960: correct the min gain value of some PGAZidan Wang1-3/+3
2015-08-30Merge remote-tracking branches 'asoc/topic/wm8741', 'asoc/topic/wm8753', 'asoc/topic/wm8904', 'asoc/topic/wm8960' and 'asoc/topic/wm8983' into asoc-nextMark Brown1-41/+179
2015-08-11ASoC: wm8960: update pll and clock setting functionZidan Wang1-41/+179
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-22Merge tag 'asoc-v4.2' into asoc-nextMark Brown1-11/+114
2015-06-22Merge remote-tracking branches 'asoc/fix/wm8737', 'asoc/fix/wm8903', 'asoc/fix/wm8955' and 'asoc/fix/wm8960' into asoc-linusMark Brown1-1/+1
2015-06-12ASoC: wm8960: the enum of "DAC Polarity" should be wm8960_enum[1]Zidan Wang1-1/+1
2015-06-05Merge remote-tracking branches 'asoc/topic/topology', 'asoc/topic/twl6040', 'asoc/topic/wm5100', 'asoc/topic/wm8741' and 'asoc/topic/wm8960' into asoc-nextMark Brown1-1/+108
2015-06-05Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-10/+6
2015-06-01ASoC: wm8960: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-6/+6
2015-05-12ASoC: wm8960: add 32 bit word length supportZidan Wang1-1/+7
2015-05-12ASoC: wm8960: Let wm8960 driver configure its bit clock and frame clockZidan Wang1-0/+101
2015-05-12ASoC: wm8960: fix "RINPUT3" audio route errorZidan Wang1-1/+1
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-4/+0
2015-03-10ASoC: wm8960: Fix wrong value references for boolean kctlTakashi Iwai1-2/+2
2015-02-04Merge remote-tracking branches 'asoc/topic/wm8960', 'asoc/topic/wm8988' and 'asoc/topic/xtfpga' into asoc-nextMark Brown1-3/+48
2015-01-14ASoC: wm8960: Let wm8960 codec driver manage its own MCLKZidan Wang1-3/+48
2015-01-06ASoC: wm8960: Fix capture sample rate from 11250 to 11025Zidan Wang1-1/+1
2014-11-27ASoC: wm8960: Move register initialisation to I2C driver probe()Zidan Wang1-21/+20
2014-11-24ASoC: wm8960: Cleanup manual bias level transitionsLars-Peter Clausen1-30/+1
2014-11-21ASoC: wm8960: Add device tree supportZidan Wang1-10/+31
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-9/+6
2014-07-31ASoC: wm8960: Convert to params_width()Mark Brown1-9/+6
2014-07-22ASoC: Move card field form platform/codec to componentLars-Peter Clausen1-1/+1
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-2/+2
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-6/+0
2013-08-22Merge remote-tracking branch 'asoc/topic/wm8960' into asoc-nextMark Brown1-2/+2
2013-08-18ASoC: wm8960: Fix PLL register writesMike Dyer1-3/+3
2013-08-14ASoC: wm8960: Fix ADC volume bitsMa Haijun1-2/+2
2013-04-12Merge remote-tracking branch 'asoc/topic/wm8960' into asoc-nextMark Brown1-0/+10
2013-03-04ASoC: wm8960: Add input boost volume controlMark Brown1-0/+10
2013-03-01ASoC: wm8960: Fix ADC power bitsMark Brown1-2/+2
2013-03-01ASoC: wm8960: Correct register 0 and 1 defaultsMark Brown1-2/+2
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-12-02ASoC: wm8960: Use devm_regmap_init_i2c()Sachin Kamat1-1/+1
2012-09-21ASoC: wm8960: remove 'dres' field from platform data structureTimur Tabi1-5/+0
2012-09-18ASoC: wm8960: Support shared LRCLKMark Brown1-0/+11
2012-09-18ASoC: wm8960: add support for big-endian audio samplesTimur Tabi1-1/+8
2012-09-10ASoC: wm8960: Convert to direct regmap API usageMark Brown1-23/+84
2012-08-06ASoC: wm8960: Use module_i2c_driverSachin Kamat1-17/+1
2012-06-03ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown1-0/+2
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-1/+1