aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-03Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds18-13/+64
2012-08-02ASoC: core: Fix check before defaulting to regmapMark Brown1-1/+1
2012-07-31ASoC: wm8962: Allow VMID time to fully rampMark Brown1-0/+3
2012-07-31ASoC: AC97 doesn't use regmap by defaultManuel Lauss4-0/+4
2012-07-31ASoC: sgtl5000: enable VAG_POWER for LINE_INDong Aisheng1-0/+1
2012-07-31ASoC: ab8500: Inform SoC Core that we have our own I/O arrangementsLee Jones1-0/+4
2012-07-30Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-1/+1
2012-07-26Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+7
2012-07-26ASoC: omap: Add missing modules aliases to get sound working on omap devicesGuillaume Gardet2-0/+2
2012-07-26sound: tegra_alc5632: Adjust to of_get_named_gpio() changeRoland Stigge1-1/+1
2012-07-26sound: tegra_wm8903: Adjust to of_get_named_gpio() changeRoland Stigge1-5/+5
2012-07-26ASoC: mc13783: Provide codec->control_dataFabio Estevam1-0/+2
2012-07-26ASoC: ux500: Include the correct header filesLee Jones3-3/+3
2012-07-25Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann1-1/+7
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz1-1/+7
2012-07-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2012-07-24Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-10/+6
2012-07-25mfd: Fix twl6040 revision informationPeter Ujfalusi1-1/+1
2012-07-24Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds115-1368/+16425
2012-07-24ASoC: wm8994: Hold runtime PM reference while handling mic and jack IRQsMark Brown1-0/+13
2012-07-24ASoC: sgtl5000: remove unneeded snd_soc_dapm_new_widgets in probeDong Aisheng1-2/+0
2012-07-24ASoC: mxs-saif: set a base clock rate for EXTMASTER mode workDong Aisheng1-1/+15
2012-07-24ASoC: mxs-saif: fix clock prepare and enable unbalance issueDong Aisheng1-0/+10
2012-07-23Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-16/+16
2012-07-23Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2012-07-23Merge tag 'dma' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-8/+10
2012-07-23ASoC: wm8994: Ensure there are enough BCLKs for four channelsMark Brown1-1/+1
2012-07-23Merge branch 'for-3.5' into for-3.6Mark Brown7-34/+27
2012-07-23ASoC: dapm: Fix _PRE and _POST events for DAPM performance improvementsMark Brown1-1/+9
2012-07-20[SCSI] async: introduce 'async_domain' typeDan Williams1-1/+1
2012-07-20ASoC: siu: don't use DMA device for channel filteringGuennadi Liakhovetski1-4/+0
2012-07-18ASoC imx-audmux: add MX31_AUDMUX_PORT7_SSI_PINS_7 defineTorben Hohn2-1/+2
2012-07-18ASoC: littlemill: Add userspace control of the WM1250 I/OMark Brown1-0/+7
2012-07-18ASoC: wm8994: Update micdet for irqdomain conversionMark Brown1-3/+4
2012-07-17Merge tag 'imx-clk' of git://git.pengutronix.de/git/imx/linux-2.6 into next/clkArnd Bergmann3-3/+3
2012-07-17Merge branch 'clps711x/cleanup' into next/cleanupArnd Bergmann3-3/+3
2012-07-15ASoC: Convert S3C2412 I2S driver to gpiolib APISylwester Nawrocki1-7/+3
2012-07-15ASoC: Convert S3C24XX I2S driver to gpiolib APISylwester Nawrocki1-7/+3
2012-07-13ASoC: dapm: Fix compilation warningMarek Belisko1-0/+1
2012-07-13ASoC: fsi: prepare for conversion to the shdma base libraryGuennadi Liakhovetski1-2/+2
2012-07-13ASoC: siu: prepare for conversion to the shdma base libraryGuennadi Liakhovetski1-4/+4
2012-07-12ASoC: wm8962: Redo early init of the part on resumeMark Brown1-0/+3
2012-07-11ASoC: Free memory in the error paths of soc_of_parse_audio_routing()Matthias Kaehlcke1-0/+2
2012-07-11ASoC: wm5110: Add audio CODEC driverMark Brown4-0/+979
2012-07-11ASoC: STA529: fix an error messageDan Carpenter1-1/+2
2012-07-10ASoC: arizona: Support variable FLL VCO multipliersMark Brown3-3/+7
2012-07-10ASoC: tlv320aic3x: add input clock selectionJiri Prchal2-0/+14
2012-07-10ASoC: tlv320aic3x: add AGC settingsJiri Prchal1-0/+25
2012-07-10Merge branch 'next/devel-dma-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dmaArnd Bergmann1-8/+10
2012-07-09ASoC: tlv320aic3x: add deemphasis switchJiri Prchal1-0/+3