summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: max98095: Fix build failureMark Brown2012-04-021-2/+2
* ASoC: Support TI LM49453 Audio driverM R Swami Reddy2012-04-014-1/+1941
* ASoC: tegra: remove open-coded clk reference countingStephen Warren2012-04-014-18/+6Star
* ASoC: tegra: sort Makefile into common and per-SoC filesStephen Warren2012-04-011-3/+3
* ASoC: tegra: introduce separate Kconfig variable for DAS driverStephen Warren2012-04-012-1/+10
* ASoC: tegra: fix some checkpatch warningsStephen Warren2012-04-012-5/+5
* ASoC: tegra: fix Kconfig SND_SOC_TEGRA_ALC5632 indentationStephen Warren2012-04-011-7/+7
* ASoC: tegra: remove unnecessary includesStephen Warren2012-04-013-9/+0Star
* ASoC: wm8994: Don't bother lowering clock dividers inside idle AIFsMark Brown2012-04-011-29/+0Star
* ASoC: fsl: add audio routing for imx-sgtl5000Shawn Guo2012-04-012-0/+38
* ASoC: da7210: Add support for spi regmapAshish Chavan2012-04-011-21/+133
* ASoC: dapm: Remove SND_SOC_DAPM_MICBIAS_E()Mark Brown2012-04-011-4/+0Star
* ASoC: sgtl5000: Convert mic bias to a supply widgetMark Brown2012-04-011-3/+3
* ASoC: wm8994: Don't allow reconfiguration of FLL when it provides SYSCLKMark Brown2012-04-011-18/+17Star
* ASoC: fsl: enable ssi clock in probe functionShawn Guo2012-04-011-2/+22
* ASoC: ep93xx-i2s: use devm_* helpers to cleanup probeH Hartley Sweeten2012-04-011-35/+14Star
* ASoC: ep93xx-ac97: use devm_* helpers to cleanup probeH Hartley Sweeten2012-04-011-48/+26Star
* ASoC: fsl: assign dma peripheral type according to bus topologyShawn Guo2012-04-013-1/+9
* ARM: tegra: remove tegra_pcm_deviceStephen Warren2012-04-015-9/+0Star
* ASoC: tegra: register 'platform' from DAIs, get rid of pdevStephen Warren2012-04-017-59/+41Star
* ASoC: tegra: fix comment indentation in ALC5632 machineStephen Warren2012-04-011-12/+12
* ASoC: Add LAPIS Semiconductor ML26124 driverTomoya MORINAGA2012-04-014-0/+871
* ASoC: cs4270: Check that we can enable regulators on resumeMark Brown2012-04-011-3/+5
* ASoC: dapm: Remove bodges for no-widget CODECsMark Brown2012-04-011-32/+4Star
* ASoC: fsl: add imx-sgtl5000 machine driverShawn Guo2012-04-014-0/+215
* ASoC: fsl: let fsl_ssi work with imx pcm and machine driversShawn Guo2012-04-011-7/+70
* ASoC: fsl: make fsl_ssi driver compilable on ARM/IMXShawn Guo2012-04-011-22/+42
* ASoC: fsl: remove helper fsl_asoc_get_codec_dev_nameShawn Guo2012-04-014-67/+4Star
* ASoC: fsl: create fsl_utils to accommodate the common functionsShawn Guo2012-04-016-286/+189Star
* ASoC: fsl: rename imx-pcm Kconfig options and filenameShawn Guo2012-04-013-8/+8
* ASoC: imx: merge sound/soc/imx into sound/soc/fslShawn Guo2012-04-0121-105/+119
* ASoC: fsl: separate SSI and DMA Kconfig optionsShawn Guo2012-04-012-7/+11
* ASoC: wm8962: Add HPF coefficient configuration supportMark Brown2012-04-011-0/+1
* ASoC: wm8962: Add HD Bass and VSS coefficient configurationMark Brown2012-04-011-0/+2
* ASoC: wm8962: Add Dynamic Range Control supportMark Brown2012-04-011-0/+3
* ASoC: wm8962: Add Direct-Form 1 filter supportMark Brown2012-04-011-0/+3
* ASoC: wm8962: Add 3D enhancement supportMark Brown2012-04-011-0/+3
* ASoC: wm8962: Implement DSP2 configuration initialisationMark Brown2012-04-011-1/+2
* ASoC: max98095: add jack detectionRhyland Klein2012-04-013-1/+191
* ASoC: pxa2xx-i2s: Add clk_prepare/clk_unprepare callsPhilipp Zabel2012-04-011-2/+2
* ASoC: core: Use driver core probe deferralMark Brown2012-04-012-86/+62Star
* ASoC: jack: Push locking for jacks down to the jackMark Brown2012-04-012-2/+4
* ASoC: wm8994: Don't lock CODEC mutex to do DAPM syncMark Brown2012-04-011-13/+4Star
* ASoC: wm5100: Convert to devm_regmap_init_i2c()Mark Brown2012-04-011-6/+3Star
* ASoC: dapm: Only lock CODEC for I/O if not using regmapMark Brown2012-04-011-2/+2
* ASoC: DAPM: Make sure DAPM widget IO ops hold the component mutexLiam Girdwood2012-04-011-6/+28
* ASoC: dapm: Add regulator member to struct dapm_widgetLiam Girdwood2012-04-012-5/+7
* ASoC: dapm: Rename dapm mutex subclass to better match usageLiam Girdwood2012-04-012-12/+12
* ASoC: core: Rename card mutex subclass to better align with usageLiam Girdwood2012-04-011-2/+2
* ASoC: dapm: Add platform stream event supportLiam Girdwood2012-04-014-41/+59