aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-142-3/+11
|\
| * [ARM] Merge most of the PXA work for initial mergeRussell King2008-07-141-2/+10
| |\
| | * [ARM] 5063/1: pxa: add clk support for pxa2xx I2Seric miao2008-07-071-2/+10
| * | [ARM] 5130/4: Support for the at91sam9g20sedji gaouaou2008-07-101-1/+1
| |/
* | ALSA: asoc: kbuild - only show menus for the current ASoC CPU platform.Liam Girdwood2008-07-142-8/+0
* | ALSA: ASoC: Au12x0/Au1550 PSC Audio supportManuel Lauss2008-07-109-1/+1466
* | ALSA: ASoC: pxa2xx-ac97: fix warning due to missing argument in fuction decla...Dmitry Baryshkov2008-07-101-1/+2
* | ALSA: tosa: fix compilation with new DAPM APIDmitry Baryshkov2008-07-101-2/+2
* | ALSA: asoc: at32 - DAI struct merge and enable_pin() change.Liam Girdwood2008-07-101-5/+5
* | ALSA: asoc: n810 - fix build error.Liam Girdwood2008-07-101-1/+1
* | ALSA: asoc: machines - add Digital Audio Interface (DAI) control functions.Liam Girdwood2008-07-109-83/+71
* | ALSA: asoc: core - add Digital Audio Interface (DAI) control functions.Liam Girdwood2008-07-101-8/+132
* | ALSA: ASoC: Dump DAPM state for non-stream changesMark Brown2008-07-101-3/+9
* | ALSA: ASoC: Switch DAPM to use of standard DEBUG macroMark Brown2008-07-101-12/+10
* | ALSA: asoc: sh - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood2008-07-104-7/+7
* | ALSA: asoc: s3c24xx - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood2008-07-108-29/+29
* | ALSA: asoc: pxa - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood2008-07-108-23/+23
* | ALSA: asoc: omap - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood2008-07-104-12/+12
* | ALSA: asoc: fsl - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood2008-07-105-18/+18
* | ALSA: asoc: codecs - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood2008-07-1024-67/+67
* | ALSA: asoc: davinci - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood2008-07-104-11/+11
* | ALSA: asoc: at91 - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood2008-07-104-14/+14
* | ALSA: asoc: at32 - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood2008-07-104-13/+13
* | ALSA: asoc: core - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood2008-07-101-25/+25
* | ALSA: asoc: core - refactored DAPM pin control API.Liam Girdwood2008-07-1011-189/+225
* | ALSA: ASoC: Fix warning from strict_strtoul()Mark Brown2008-07-101-1/+5
* | ALSA: ASoC: AC97 codec PMManuel Lauss2008-07-101-0/+25
* | ALSA: ASoC: Make pop/click debug wait times dynamically configurableMark Brown2008-07-101-14/+53
* | ALSA: ASoC: Advertise 16000Hz rate for WM9713 PCM interfaceMark Brown2008-07-101-5/+14
* | ALSA: ASoC: TLV320AIC3X: Add mixer control for ADC highpass filterJarkko Nikula2008-07-102-0/+8
* | ALSA: ASoC: Add digital mic configuration to N810 machine driverJarkko Nikula2008-06-261-0/+34
* | ALSA: ASoC: TLV320AIC3X: Add support for digital microphone inputJarkko Nikula2008-06-261-0/+31
* | ALSA: ASoC: TLV320AIC3X: Modify only interface related bits in aic3x_set_dai_fmtJarkko Nikula2008-06-261-2/+4
* | ALSA: ASoC: TLV320AIC3X: Use register modifier widget for mic biasJarkko Nikula2008-06-261-4/+6
* | ALSA: ASoC: Add support for generic DAPM register modifier widgetJarkko Nikula2008-06-261-0/+19
* | ALSA: ASoC: Replace custom debug macros with pr_ equivalentsMark Brown2008-06-265-110/+15
* | ALSA: ASoC: Add AK4535 driverRichard Purdie2008-06-264-0/+747
* | ALSA: ASoC: fix PM=n buildRandy Dunlap2008-06-181-0/+2
* | ALSA: Fix register programming in Freescale MPC8610 HPCD sound driverTimur Tabi2008-06-181-5/+5
* | ALSA: ASoC: Don't block system resumeAndy Green2008-06-161-3/+43
* | ALSA: ASoC: Check for exact register match in wm97xx_reset()Mark Brown2008-06-162-4/+4
* | ALSA: ASoC: Cover also Nokia N810 WiMAX Edition in N810 machine driverJarkko Nikula2008-06-131-1/+1
* | ALSA: ASoC: Add TLV information to the LM4857 controls on the GTA01Mike Montour2008-06-131-6/+10
* | ALSA: ASoC: Add TLV information to remaining WM8753 controlsMike Montour2008-06-131-25/+50
* | ALSA: ASoC: Fix WM9713 voice PCM slave mode configurationMark Brown2008-06-131-1/+1
* | ALSA: ASoC: Pass the DAI being configured into CPU DAI probe and removeMark Brown2008-06-136-10/+17
* | ALSA: ASoC: Add missing includesMark Brown2008-06-132-0/+2
* | ALSA: ASoC: Tweak tlv320aicx reg_cache_sizeMark Brown2008-06-131-1/+1
* | ALSA: ASoC: Fix register cache size for UDA1380Mark Brown2008-06-131-2/+2
* | ALSA: ASoC: Fix register cache sizes for Wolfson codecsMark Brown2008-06-133-3/+3