summaryrefslogtreecommitdiffstats
path: root/sound/soc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge tag 'v3.9-rc2' into asoc-coreMark Brown2013-03-126-18/+29
| |\| |
| * | | ASoC: core: Remove unused "n_widgets" field from snd_soc_dapm structLars-Peter Clausen2013-03-081-1/+0
| * | | ASoC: core: use snd_soc_register_dais() on codecKuninori Morimoto2013-03-041-9/+5
| * | | ASoC: core: tidyup snd_soc_register_codec() fail caseKuninori Morimoto2013-03-041-4/+5
* | | | ASoC: dmaengine-pcm: Make requesting the DMA channel at PCM open optionalLars-Peter Clausen2013-04-1710-43/+73
* | | | ASoC: ux500_pcm: Use the same snd_pcm_hardware for playback and captureLars-Peter Clausen2013-04-072-50/+15
* | | | ASoC: ep93xx_pcm: Fix compile errorLars-Peter Clausen2013-04-051-2/+2
* | | | ASoC: fsl: Use common DAI DMA data structLars-Peter Clausen2013-04-056-47/+47
* | | | ASoC: tegra: Use common DAI DMA data structLars-Peter Clausen2013-04-0312-57/+44
* | | | ASoC: omap: Use common DAI DMA dataLars-Peter Clausen2013-04-0316-139/+54
* | | | Merge branch 'topic/omap' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2013-04-033-42/+62
|\ \ \ \
| * | | | ASoC: omap-mcpdm: Remove leftower define for IO addressPeter Ujfalusi2013-03-201-2/+0
| * | | | ASoC: omap-mcpdm: Fix for full duplex audio use casePeter Ujfalusi2013-03-201-1/+26
| * | | | ASoC: omap-mcpdm: Collect link direction configuration under a structPeter Ujfalusi2013-03-201-17/+24
| * | | | ASoC: omap: convert to devm_ioremap_resource()Silviu-Mihai Popescu2013-03-132-11/+6
| * | | | ASoC: omap3pandora: Fix compilation errorPeter Ujfalusi2013-03-061-1/+1
| * | | | ASoC: omap: Check regulator enable for DAC on PandoraMark Brown2013-03-041-1/+7
| * | | | ASoC: omap-dmic: Clean up with devm_request_and_ioremapSebastien Guiriec2013-03-041-9/+2
| * | | | ASoC: omap-mcpdm: Clean up with devm_* functionSebastien Guiriec2013-03-041-9/+5
| |/ / /
* | | | ASoC: dmaengine-pcm: Add a common DAI DMA data structLars-Peter Clausen2013-04-031-0/+37
* | | | ASoC: dmaengine_pcm: Setup device_fc in snd_hwparams_to_dma_slave_configLars-Peter Clausen2013-04-033-4/+2
* | | | ASoC: dmaengine-pcm: Remove snd_dmaengine_pcm_{set,get}_dataLars-Peter Clausen2013-03-261-29/+0
* | | | ASoC: mxs: Embed the mxs_dma_data struct in the mxs_pcm_dma_params structLars-Peter Clausen2013-03-263-42/+11
* | | | ASoC: imx-pcm: Embed the imx_dma_data struct in the dma_params structLars-Peter Clausen2013-03-264-47/+34
* | | | ASoC: mmp-pcm: Allocate dma filter parameters on the stackLars-Peter Clausen2013-03-261-28/+5
* | | | ASoC: ep93xx: Use ep93xx_dma_params instead of ep93xx_pcm_dma_paramsLars-Peter Clausen2013-03-267-68/+14
* | | | ASoC: atmel-pcm-dma: Do not use snd_dmaengine_pcm_{set,get}_data()Lars-Peter Clausen2013-03-261-8/+6
* | | | ASoC: speaer_pcm: No need to use snd_dmaengine_pcm_set_data()Lars-Peter Clausen2013-03-261-7/+1
* | | | ASoC: ux500_pcm: No need to use snd_dmaengine_pcm_set_data()Lars-Peter Clausen2013-03-261-2/+0
* | | | ASoC: atmel-pcm-dma: No need to wrap snd_dmaengine_pcm_close()Lars-Peter Clausen2013-03-261-8/+1
* | | | ASoC: ux500_pcm: No need to wrap snd_dmaengine_pcm_close()Lars-Peter Clausen2013-03-261-13/+1
* | | | ASoC: tegra_pcm: No need to wrap snd_dmaengine_pcm_close()Lars-Peter Clausen2013-03-261-7/+1
* | | | ASoC: omap-pcm: No need to wrap snd_dmaengine_pcm_close()Lars-Peter Clausen2013-03-261-7/+1
* | | | ASoC: spear_pcm: No need to wrap snd_dmaengine_pcm_close()Lars-Peter Clausen2013-03-261-9/+1
* | | | ASoC: ux500_pcm: Remove duplicated SNDRV_PCM_HW_PARAM_PERIODS constraintLars-Peter Clausen2013-03-261-9/+0
* | | | ASoC: omap: Call omap_mcbsp_set_threshold() from mcbsp hw_paramsLars-Peter Clausen2013-03-263-40/+6
| |/ / |/| |
* | | Merge remote-tracking branch 'asoc/fix/wm8960' into tmpMark Brown2013-03-071-4/+4
|\ \ \
| * | | ASoC: wm8960: Fix ADC power bitsMark Brown2013-03-011-2/+2
| * | | ASoC: wm8960: Correct register 0 and 1 defaultsMark Brown2013-03-011-2/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'asoc/fix/wm8350' into tmpMark Brown2013-03-071-2/+2
|\ \ \
| * | | ASoC: wm8350: Use jiffies rather than msecs in schedule_delayed_work()Axel Lin2013-03-031-2/+2
| |/ /
* | | Merge remote-tracking branch 'asoc/fix/tegra' into tmpMark Brown2013-03-072-2/+2
|\ \ \
| * | | ASoC: tegra: fix I2S bit count maskStephen Warren2013-03-052-2/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'asoc/fix/arizona' into tmpMark Brown2013-03-072-10/+21
|\ \ \ | |/ / |/| |
| * | ASoC: wm5102: Apply a SYSCLK patch for later revsMark Brown2013-03-061-0/+11
| * | ASoC: wm5110: Correct OUT2/3 volume and switch namesCharles Keepax2013-03-011-8/+8
| * | ASoC: wm5102: Correct OUT2 volume and switch namesCharles Keepax2013-03-011-2/+2
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-261-1/+1
|\ \ \
| * | | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-241-2/+2
|\ \ \ \