summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.38' into for-2.6.39Mark Brown2011-01-189-116/+42
|\
| * ASoC: PXA: Fix codec address on Zipit Z2Vasily Khoruzhick2011-01-181-1/+1
| * ASoC: PXA: Fix jack detection on Zipit Z2Vasily Khoruzhick2011-01-181-0/+1
| * ASoC: Blackfin: fix DAI/SPORT config dependency issuesBarry Song2011-01-181-5/+6
| * ASoC: Blackfin TDM: use external frame syncsBarry Song2011-01-181-4/+4
| * ASoC: Blackfin AC97: fix build error after multi-component updateMike Frysinger2011-01-181-2/+2
| * ASoC: Blackfin TDM: fix missed snd_soc_dai_get_drvdata updateMike Frysinger2011-01-181-1/+1
| * ASoC: documentation updatesSeungwhan Youn2011-01-183-55/+40
| * ASoC: EP93xx: fixed LRCLK rate and DMA oper. in I2S codeAlexander Sverdlin2011-01-171-9/+9
| * ASoC: WM8990: msleep() takes milliseconds not jiffiesDimitris Papastamos2011-01-171-5/+5
| * ASoC: WL1273 FM radio: Fix breakage with MFD API changesMatti J. Aaltonen2011-01-143-89/+13
* | ASoC: Add dependency on INTEL_SCU_IPC for Intel MID driversVinod Koul2011-01-181-0/+1
* | ASoC: core: Remove dapm_sync call from soc_post_component_initPeter Ujfalusi2011-01-181-1/+0
* | ASoC: WM8995: Add regulator handling codeDimitris Papastamos2011-01-171-5/+97
* | ASoC: Avoid direct register cache access when setting defaultsMark Brown2011-01-177-59/+101
* | ASoC: WM8991: Add initial WM8991 driverDimitris Papastamos2011-01-174-0/+2266
* | ASoC: soc core allow machine driver to register the cardVinod Koul2011-01-172-10/+13
* | ASoC: tegra: Add DAPM widgets/routes for HarmonyStephen Warren2011-01-141-0/+31
* | ASoC: tegra: Remove TEGRA_I2S_AUDIO from KconfigStephen Warren2011-01-141-1/+0
* | ASoC: soc core add inline to handle card list initialzationVinod Koul2011-01-132-6/+11
* | ASoC: soc core move the card debugfs initializationVinod Koul2011-01-131-2/+2
* | ASoC: soc core move card cleanup from soc_remove()Vinod Koul2011-01-131-22/+29
* | ASoC: tegra: s/IS_ERR_OR_NULL/IS_ERR/ for clk_get_sysStephen Warren2011-01-132-12/+10
* | ASoC: Automatically assign the default readable()/volatile() functionsDimitris Papastamos2011-01-132-3/+14
* | ASoC: Update users of readable_register()/volatile_register()Dimitris Papastamos2011-01-1316-25/+25
* | ASoC: soc-cache: Add support for default readable()/volatile() functionsDimitris Papastamos2011-01-132-0/+71
* | Merge branch 'for-2.6.38' into for-2.6.39Mark Brown2011-01-1316-340/+326
|\ \
| * | ASoC: documentation updatesSeungwhan Youn2011-01-133-55/+40
| |/
| * Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2011-01-124-115/+51
| |\
| | * ASoC: soc-cache: Fix invalid memory access during snd_soc_lzo_cache_sync()Dimitris Papastamos2011-01-111-1/+1
| | * ASoC: fix migor audio buildGuennadi Liakhovetski2011-01-111-1/+1
| | * ASoC: cs4270: use the built-in register cache supportTimur Tabi2011-01-101-113/+48
| | * ASoC: RX1950: Enable Mic Jack during glue driver initVasily Khoruzhick2011-01-101-0/+1
| * | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lr...Takashi Iwai2011-01-128-169/+234
| |\ \
| | * | ASoC: tpa6130a2: Fix compiler warningPeter Ujfalusi2011-01-121-1/+0
| | * | ASoC: tlv320dac33: Add DAPM selection for LOM invertPeter Ujfalusi2011-01-121-5/+50
| | * | ASoC: DMIC codec: Adding a generic DMIC codecDavid Lambert2011-01-123-0/+86
| | * | ASoC: tlv320dac33: Add 32/24 bit audio supportPeter Ujfalusi2010-12-231-2/+14
| | * | ASoC: tlv320dac33: Some cleanup for 32/24 bit supportPeter Ujfalusi2010-12-231-20/+27
| | * | ASoC: tlv320dac33: Remove manual FIFO configurationPeter Ujfalusi2010-12-231-137/+20
| | * | ASoC: twl6040: Convert HF and HS drivers to use DAPM OUT_DRV widgetOlaya, Margarita2010-12-231-4/+4
| | * | ASoC: mcbsp: Add McBSP support for OMAP4Jorge Eduardo Candelaria2010-12-232-3/+36
| * | | ASoC: Fix section mismatch in wm8995.cTakashi Iwai2011-01-111-1/+1
| | |/ | |/|
* | | ASoC: sh: fsi-ak4642: fixup platform device idKuninori Morimoto2011-01-121-1/+10
* | | ASoC: soc-cache: Add reg_size as a member to snd_soc_codecDimitris Papastamos2011-01-123-18/+10
* | | ASoC: soc-cache: Ensure flat compression uses a copy of the defaults cacheDimitris Papastamos2011-01-121-12/+4
* | | ASoC: Fix indentation in soc_remove()Mark Brown2011-01-111-1/+1
* | | ASoC: soc-core: Simplify compress_type overriding functionalityDimitris Papastamos2011-01-111-12/+2
* | | ASoC: soc-cache: Clean up the cache manipulation codeDimitris Papastamos2011-01-111-148/+82
* | | ASoC: SAMSUNG: Clean-up header includesSeungwhan Youn2011-01-1123-172/+13