summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-22ASoC: mxs-pcm: Request DMA channel earlyLars-Peter Clausen1-20/+8
2012-02-22ASoC: imx-pcm: Request DMA channel earlyLars-Peter Clausen1-46/+32
2012-02-22ASoC: imx-ssi: Set dma data earlyLars-Peter Clausen1-8/+20
2012-02-21ASoC: wm8994: Move wm_hubs callback before we start ramping VMIDMark Brown1-2/+2
2012-02-21ASoC: wm8996: Convert to use DAPM routes for stream connectionsMark Brown1-35/+39
2012-02-21ASoC: wm5100: Implement DRC coefficient configurationMark Brown1-0/+2
2012-02-21ASoC: wm8996: Implement DRC coefficient configurationMark Brown1-0/+6
2012-02-21ASoC: core: Add support for masking out parts of coefficient blocksMark Brown2-7/+76
2012-02-21ASoC: core: Add SND_SOC_BYTES control for coefficient blocksMark Brown2-0/+67
2012-02-21ASoC: io: Retrieve val_bytes from the regmap APIMark Brown1-0/+6
2012-02-21Merge tag 'topic/introspection' of git://git.kernel.org/pub/scm/linux/kernel/...Mark Brown2-0/+16
2012-02-21ASoC: mxs-pcm: Remove unused fields from struct mxs_pcm_runtime_dataLars-Peter Clausen2-9/+0
2012-02-21ASoC: imx-pcm: Remove unused fields from imx_pcm_runtime_data structLars-Peter Clausen1-9/+0
2012-02-21ASoC: imx-pcm: Remove empty prepare callbackLars-Peter Clausen1-11/+0
2012-02-21ASoC: wm8994: Support external capacitors on MICBIAS2 with jack detectionMark Brown2-0/+27
2012-02-21ASoC: wm8994: Actively discharge idle MICBIAS with jack detectMark Brown1-0/+9
2012-02-21ASoC: wm8994: Enable headphone startup mode 1 for WM1811 and WM8958Mark Brown1-0/+2
2012-02-21ASoC: twl4030: Debug code cleanupPeter Ujfalusi1-16/+17
2012-02-21ASoC: wm_hubs: Convert headphone driver to output driver widgetMark Brown1-3/+2
2012-02-21ASoC: wm8776: Add WM8775 device ID to the WM8776Mark Brown1-1/+7
2012-02-20ASoC: ak4104: Convert to module_spi_driver()Mark Brown1-11/+1
2012-02-20ASoC: ak4104: Remove uninformative print on probe()Mark Brown1-1/+0
2012-02-20regmap: Allow users to query the size of register valuesMark Brown2-0/+16
2012-02-20ASoC: imx/mxs: remove redundant SND_PCM selectionShawn Guo2-2/+0
2012-02-19ASoC: fsi: Add DMAEngine supportKuninori Morimoto2-0/+234
2012-02-19Merge tag 'v3.3-rc4' into for-3.4 in order to resolve the conflictMark Brown501-43049/+3800
2012-02-19ASoC: Add __devinit annotation for pxa2xx_ac97_probeAxel Lin1-5/+5
2012-02-18Linux 3.3-rc4Linus Torvalds1-1/+1
2012-02-18Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds66-786/+524
2012-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-191/+212
2012-02-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-2/+2
2012-02-18Merge tag 'ecryptfs-3.3-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-18/+89
2012-02-18Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/l...Linus Torvalds1-1/+1
2012-02-18Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds6-31/+42
2012-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds3-8/+28
2012-02-18Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-7/+22
2012-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-9/+24
2012-02-18i387: re-introduce FPU state preloading at context switch timeLinus Torvalds4-42/+133
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds6-32/+30
2012-02-17ASoC: soc-core: Show the returned values on error messagesFabio Estevam1-17/+22
2012-02-17ASoC: wm8996: Make sure we bounce /RESET to resetMark Brown1-0/+1
2012-02-17ASoC: wm8996: Convert to module_i2c_driver()Mark Brown1-19/+1
2012-02-17ASoC: wm8993: Convert to module_i2c_driver()Mark Brown1-18/+1
2012-02-17ASoC: wm8962: Convert to module_i2c_driver()Mark Brown1-11/+1
2012-02-17ASoC: dapm: Only mark pin widgets as dirty if we actually change stateMark Brown1-1/+3
2012-02-17ASoC: wm8994: Convert to use DAI widget routing rather than streamsMark Brown1-6/+14
2012-02-17ASoC: dapm: Convert stream events to use DAI widgetsMark Brown1-26/+17
2012-02-17ASoC: dapm: Implement and instantiate DAI widgetsMark Brown4-8/+146
2012-02-17ASoC: dapm: Constify lots of names that are never modifiedMark Brown3-6/+6
2012-02-17ASoC: dapm: Supply the DAI and substream when calling stream eventsMark Brown4-41/+43