aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8960.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-29Merge remote-tracking branches 'asoc/topic/tpa6130a2', 'asoc/topic/ux500', 'asoc/topic/wm8960', 'asoc/topic/wm8962' and 'asoc/topic/wm8991' into asoc-nextMark Brown1-3/+2
2016-09-28ASoC: wm8960: remove usage of obsoleted TLV-related macroTakashi Sakamoto1-3/+2
2016-09-01ASoC: constify snd_soc_codec_driver structuresJulia Lawall1-1/+1
2016-02-10Merge remote-tracking branches 'asoc/fix/rt5659', 'asoc/fix/sigmadsp', 'asoc/fix/simple', 'asoc/fix/wm5110' and 'asoc/fix/wm8960' into asoc-linusMark Brown1-19/+21
2016-01-22ASoC: wm8960: Fix WM8960_SYSCLK_PLL modeStuart Henderson1-15/+17
2016-01-22ASoC: wm8960: Fix input boost mixer left/right namingStuart Henderson1-4/+4
2016-01-11Merge remote-tracking branch 'asoc/topic/wm8960' into asoc-nextMark Brown1-6/+18
2016-01-08ASoC: wm8960: boost switch should be closed when using L/RINPUT1Zidan Wang1-6/+6
2016-01-08ASoC: wm8960: add DAC mono mix kcontrolZidan Wang1-0/+3
2015-12-24ASoC: wm8960: add kcontrol to select ADC data outputZidan Wang1-0/+9
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