summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2011-12-07ASoC: Fix error handling in e800_init to free gpiosAxel Lin1-2/+4
2011-12-07ASoC: Convert e750_wm9705 to use gpio_request_one()Axel Lin1-10/+4
2011-12-07ASoC: Fix a typo in s3c24xx_simtec_tlv320aic23 driverAxel Lin1-2/+2
2011-12-07ASoC: Convert Samsung I2S driver to devm_kzalloc()Mark Brown1-14/+6
2011-12-07ASoC: WM8903: Add of_match_tableStephen Warren1-0/+7
2011-12-06Merge branch 'for-3.2' into for-3.3Mark Brown2-1/+2
2011-12-06ASoC: Fix build dependency for SND_SOC_JZ4740_CODECAxel Lin1-1/+1
2011-12-06ASoC: Include linux/io.h for jz4740 codecAxel Lin1-0/+1
2011-12-06ASoC: Don't fail if we can't read the IRQ type in WM8903Mark Brown1-5/+1
2011-12-06ASoC: WM8903: Add device tree bindingStephen Warren1-0/+49
2011-12-06ASoC: WM8903: Get default irq_active_low from IRQ controllerStephen Warren1-0/+40
2011-12-06ASoC: WM8903: Remove conditionals checking pdata != NULLStephen Warren1-38/+36
2011-12-06ASoC: WM8903: Fix platform data gpio_cfg confusionStephen Warren1-1/+2
2011-12-06Merge branch 'for-3.2' into for-3.3Mark Brown1-1/+30
2011-12-06ASoC: Provide a more complete DMA driver stubMark Brown1-1/+30
2011-12-05ASoC: sst_platform: fix the dsp driver interfaceVinod Koul3-55/+158
2011-12-05ASoC: Fix reg_cache_size for stac9766Axel Lin1-1/+1
2011-12-05ASoC: uda1380: Convert to gpio_request_one()Axel Lin1-20/+8
2011-12-05ASoC: Convert e740_wm9705 to use gpio_request_one()Axel Lin1-14/+6
2011-12-05Merge branch 'for-3.2' into for-3.3Mark Brown3-4/+5
2011-12-05ASoC: Make SND_SOC_MX27VIS_AIC32X4 depend on I2CAxel Lin1-1/+1
2011-12-05ASoC: Fix dependency for SND_SOC_RAUMFELD and SND_PXA2XX_SOC_HX4700Axel Lin1-1/+2
2011-12-05ASoC: uda1380: Return proper error in uda1380_modinit failure pathAxel Lin1-2/+2
2011-12-04ASoC: Make SND_SOC_LITTLEMILL select MFD_WM8994Axel Lin1-0/+1
2011-12-04ASoC: Sort WM9090 in with the CODEC driversMark Brown2-5/+5
2011-12-04ASoC: Convert WM2000 into a standard CODEC driverMark Brown4-84/+73
2011-12-04ASoC: Convert wm2000 to use regmap APIMark Brown1-44/+31
2011-12-04ASoC: Remove unused struct wm2000_setup_dataMark Brown1-5/+0
2011-12-04ASoC: Convert WM8728 to table based control initMark Brown1-3/+2
2011-12-04ASoC: Convert WM8711 to table based control initMark Brown1-3/+2
2011-12-04ASoC: Convert WM8750 to table based DAPM and control initMark Brown1-15/+8
2011-12-04ASoC: Convert WM8741 to table based DAPM and control initMark Brown1-16/+8
2011-12-04ASoC: Convert WM8580 to table based DAPM and control initMark Brown1-16/+8
2011-12-04ASoC: Convert WM8510 to table based DAPM and control initMark Brown1-15/+8
2011-12-04ASoC: Convert WM8400 to table based DAPM and control initMark Brown1-21/+8
2011-12-04ASoC: Convert WM8350 to table based DAPM and control initMark Brown1-28/+8
2011-12-04ASoC: Convert WM9090 to devm_kzalloc()Mark Brown1-4/+1
2011-12-04ASoC: Convert WM8750 to devm_kzalloc()Mark Brown1-8/+4
2011-12-04ASoC: Convert WM8741 to devm_kzalloc()Mark Brown1-12/+4
2011-12-04ASoC: Convert WM8400 to devm_kzalloc()Mark Brown1-6/+3
2011-12-04ASoC: Convert WM8350 to devm_kzalloc()Mark Brown1-7/+4
2011-12-04ASoC: Convert WM2000 to devm_kzalloc()Mark Brown1-5/+5
2011-12-04ASoC: Remove unused AUDIO_NAME define from WM8960Mark Brown1-2/+0
2011-12-04ASoC: Remove I2C ifdefs from WM8960Mark Brown1-6/+0
2011-12-04ASoC: Remove unused -codec from Wolfson device driver namesMark Brown14-15/+15
2011-12-03ASoC: WM8903: Create default platform data structureStephen Warren1-2/+17
2011-12-03Merge branch 'for-3.2' into for-3.3Mark Brown1-1/+2
2011-12-03ASoC: Move initial WM8903 identification and reset to I2C probeMark Brown1-18/+23
2011-12-03ASoC: Convert WM8903 to direct regmap API usageMark Brown1-182/+196
2011-12-03ASoC: Don't resync WM8903 register cache on resetMark Brown1-2/+0