summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-10-172-10/+4
|\
| * ALSA: Fix debugfs_create_dir's error checking method for sound/soc/Zhaolei2008-10-171-1/+1
| * ALSA: ASoC: Convert playpaq_wm8510 to bulk route registration APIMark Brown2008-10-161-9/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-10-162-6/+6
|\ \ | |/
| * ALSA: ASoC: Hide TLV320AIC26 configuration option for non-OpenFirwmare usersMark Brown2008-10-141-1/+1
| * ALSA: ASoC: Fix compile-time warning for tlv320aic23.cArun KS2008-10-131-5/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-10-1352-585/+1998
|\ \ | |/
| * ALSA: ASoC codec: remove unused #include <version.h>Huang Weiyi2008-10-133-3/+0
| * ALSA: ASoC: update email address for Liam GirdwoodLiam Girdwood2008-10-1315-25/+18
| * ALSA: ASoC: Add destination and source port for DMA on OMAP1Arun KS2008-10-131-1/+3
| * ALSA: ASoC: Drop device registration from GTA01 lm4857 driverJonas Bonn2008-10-131-45/+6
| * ALSA: ASoC: Fix build of GTA01 audio driverMark Brown2008-10-131-2/+2
| * ALSA: ASoC: Add widgets before setting endpoints on GTA01Jonas Bonn2008-10-131-3/+3
| * ALSA: ASoC: Fix inverted input PGA mute bits in WM8903Mark Brown2008-10-131-2/+2
| * ALSA: ASoC: OMAP: Set DMA stream name at runtime in McBSP DAI driverJarkko Nikula2008-10-131-6/+3
| * ALSA: ASoC: OMAP: Add support for OMAP2430 and OMAP34xx in McBSP DAI driverJarkko Nikula2008-10-131-18/+77
| * ALSA: ASoC: OMAP: Add multilink support to McBSP DAI driverJarkko Nikula2008-10-132-35/+53
| * ALSA: ASoC: Make TLV320AIC26 user-visibleMark Brown2008-10-131-1/+1
| * ALSA: ASoC - clean up Kconfig for TLV320AIC2Takashi Iwai2008-10-131-2/+2
| * ALSA: ASoC: Make WM8510 microphone input a DAPM mixerMark Brown2008-10-131-3/+3
| * ALSA: ASoC: Implement WM8510 bias level controlMark Brown2008-10-131-8/+24
| * ALSA: ASoC: Remove unused AUDIO_NAME define from codec driversJarkko Nikula2008-10-1312-12/+0
| * ALSA: ASoC: tlv320aic3x: Use uniform tlv320aic namingJarkko Nikula2008-10-131-2/+2
| * ALSA: ASoC: Add WM8510 SPI supportMark Brown2008-10-132-2/+69
| * ALSA: ASoC: Add WM8753 SPI supportMark Brown2008-10-132-2/+70
| * ALSA: ASoC: Add custom SOC_SINGLE_TLV for tlv320aic23 codecArun KS2008-10-131-4/+49
| * ALSA: ASoC: Add DSP DAI format support to the OMAP McBSP driverArun KS2008-10-131-0/+5
| * ALSA: ASoC: Add support for osk5912Arun KS2008-10-133-0/+242
| * ALSA: ASoC: Add TLV320AIC23 codec driverArun KS2008-10-134-0/+799
| * ALSA: ASoC: Use snd_soc_dapm_nc_pin() in N810 machine driverMark Brown2008-10-131-3/+3
| * ALSA: ASoC: Use snd_soc_dapm_nc_pin() in Zaurus machine driversMark Brown2008-10-134-13/+13
| * ALSA: ASoC Blackfin: fix bug - Audio Latency on AD1981 with MMAP enabledCliff Cai2008-10-133-8/+37
| * ALSA: ASoC Blackfin: add asoc ad73311 driver supporting in Blackfin boardsCliff Cai2008-10-133-1/+258
| * ALSA: ASoC Blackfin: add I2S DAI support for AD73311Cliff Cai2008-10-131-14/+33
| * ALSA: ASoC codec: AD73311 audio codec driverCliff Cai2008-10-134-0/+203
| * ALSA: ASoC: Remove references to Endrelia ETI-B1 boardFrank Mandarino2008-10-133-371/+0
| * ALSA: ASoC: Use snd_soc_dapm_nc_pin() in GTA01 audio driverMark Brown2008-10-131-7/+6
| * ALSA: ASoC: Allow machine drivers to mark pins as not connectedMark Brown2008-10-131-0/+20
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-114-56/+77
|\ \ | |/ |/|
| * [ARM] pxa: move I2S register and bit definitions into pxa2xx-i2s.cEric Miao2008-10-071-0/+40
| * [ARM] pxa: simplify DMA register definitionsEric Miao2008-10-072-7/+7
| * Merge branches 'pxa-core' and 'pxa-machines' into pxa-allRussell King2008-10-074-55/+83
| |\
| | * [ARM] pxa/akita: use pca953x instead of akita-ioexpEric Miao2008-09-231-9/+4
| | * [ARM] pxa/spitz: use generic GPIO API for SCOOP1/SCOOP2 GPIOsEric Miao2008-09-231-19/+14
| | * [ARM] pxa/corgi: use generic GPIO API for SCOOP GPIOsEric Miao2008-09-231-21/+13
| * | [ARM] pxa: avoid needless pxa_gpio_mode() during resumeRussell King2008-09-251-8/+0
* | | ALSA: ASoC: Check for machine type in GTA01 machine driverMark Brown2008-10-101-0/+7
* | | ALSA: ASoC: add new param mux to dapm_mux_update_powerRichard Zhao2008-10-101-4/+4
* | | ALSA: ASoC: Correct inverted Mic PGA Switch control in wm8510 driverMark Brown2008-10-101-1/+1
* | | ALSA: Correct Vladimir Barinov's e-mail addressVladimir Barinov2008-10-107-7/+7
OpenPOWER on IntegriCloud