aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-12Merge remote-tracking branches 'asoc/topic/cx20442' and 'asoc/topic/davinci' into asoc-nextMark Brown3-26/+221
2015-04-12Merge remote-tracking branches 'asoc/topic/4554', 'asoc/topic/ab8500', 'asoc/topic/ak4642', 'asoc/topic/arizona' and 'asoc/topic/atmel' into asoc-nextMark Brown11-143/+125
2015-04-12Merge remote-tracking branch 'asoc/topic/rt5645' into asoc-nextMark Brown2-28/+64
2015-04-12Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown47-712/+1553
2015-04-12Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-10/+0
2015-04-12Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown6-186/+134
2015-04-12Merge tag 'asoc-v4.1' into asoc-nextMark Brown71-1649/+1149
2015-04-12Merge remote-tracking branch 'asoc/fix/wm8741' into asoc-linusMark Brown1-4/+4
2015-04-12Merge remote-tracking branches 'asoc/fix/ak4642', 'asoc/fix/atmel', 'asoc/fix/cs4271', 'asoc/fix/davinci' and 'asoc/fix/rcar' into asoc-linusMark Brown8-24/+80
2015-04-12Merge remote-tracking branch 'asoc/fix/pcm512x' into asoc-linusMark Brown1-4/+4
2015-04-12Merge remote-tracking branch 'asoc/fix/intel' into asoc-linusMark Brown4-1/+7
2015-04-12Merge tag 'asoc-fix-v4.0-rc7' into asoc-linusMark Brown1-19/+0
2015-04-12ASoC: Intel: fix array_size.cocci warningskbuild test robot1-1/+1
2015-04-12ASoC: davinci-evm: Use card DAPM context to access widgetsLars-Peter Clausen1-4/+3
2015-04-12ASoC: atmel: Improve machine driver compile test coverageLars-Peter Clausen1-3/+6
2015-04-12ASoC: atmel: Add dependency to SND_SOC_I2C_AND_SPI where necessaryLars-Peter Clausen1-2/+2
2015-04-11ASoC: pcm512x: Remove hardcoding of pll-lock to GPIO4Howard Mitchell1-19/+0
2015-04-10ASoC: Intel: Use the generic IPC/mailbox APIs in BroadwellJin Yao1-295/+87
2015-04-10ASoC: Intel: Use the generic IPC/mailbox APIs in BaytrailJin Yao1-283/+77
2015-04-10ASoC: Intel: Refactor common IPC/mailbox code into generic APIsJin Yao3-1/+387
2015-04-10ASoC: core: call snd_soc_runtime_set_dai_fmt() before soc_new_pcm()Kuninori Morimoto1-6/+3
2015-04-10Merge branch 'topic/dapm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown2-4/+18
2015-04-10Merge branch 'topic/delay' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown4-139/+68
2015-04-10ASoC: ak4642: fixup channels_minKuninori Morimoto1-2/+2
2015-04-09ASoC: Don't try to register debugfs entries if the parent does not existLars-Peter Clausen3-23/+54
2015-04-09ASoC: Make soc_dpcm_debugfs_add() non-fatalLars-Peter Clausen2-14/+5
2015-04-09ASoC: Create card debugfs directory earlierLars-Peter Clausen1-2/+3
2015-04-09Merge tag 'v4.0-rc7' into asoc-coreMark Brown40-170/+233
2015-04-09ASoC: Intel: do cast earlier in sst_cdev_tstamp()Dan Carpenter1-1/+1
2015-04-08ASoC: Intel: remove unused functionsSudip Mukherjee1-24/+0
2015-04-08ASoC: Intel: Fix a buffer overflow issueJie Yang1-1/+1
2015-04-07ASoC: davinci-mcasp: Fix ruledata setup in davinci_mcasp_startupPeter Ujfalusi1-5/+7
2015-04-06ASoC: Intel: read_shim_data() can be statickbuild test robot1-2/+2
2015-04-06ASoC: Intel: create atom folder and move atom platform files inJie Yang21-20/+18
2015-04-06ASoC: Intel: create baytrail folder and move baytrail platform files inJie Yang6-10/+11
2015-04-06ASoC: Intel: create boards folder and move sst boards files inJie Yang10-30/+31
2015-04-06ASoC: Intel: create haswell folder and move haswell platform files inJie Yang6-11/+13
2015-04-06ASoC: Intel: create common folder and move common files inJie Yang14-12/+14
2015-04-06ASoC: wm5102: Remove set of volume update bits for output 3RCharles Keepax1-1/+0
2015-04-02ASoC: cs4271: Increase delay time after resetPascal Huerst1-2/+2
2015-04-02ASoC: atmel-pcm-dma: increase buffer_bytes_maxAlexandre Belloni1-2/+2
2015-04-01ASoC: davinci-mcasp: Index ruledata in drvdata with substream->streamJyri Sarha1-2/+2
2015-04-01ASoC: wm8350: Move delayed work struct from DAPM context to driver stateLars-Peter Clausen1-14/+11
2015-04-01ASoC: Remove suspend_bias_level from DAPM context structLars-Peter Clausen1-8/+2
2015-04-01ASoC: wm8753: Cleanup manual bias level transitionsLars-Peter Clausen1-18/+1
2015-04-01ASoC: wm8753: Integrate capacitor charging into the DAPM sequenceLars-Peter Clausen1-30/+24
2015-04-01ASoC: wm8971: Cleanup manual bias level transitionsLars-Peter Clausen1-26/+1
2015-04-01ASoC: wm8971: Integrate capacitor charging into the DAPM sequenceLars-Peter Clausen1-40/+31
2015-04-01ASoC: wm8971: Use system_power_efficient_wq instead of custom workqueueLars-Peter Clausen1-9/+4
2015-04-01ASoC: atmel-pcm-pdc: merge atmel-pcm back inAlexandre Belloni4-128/+79