summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-03-24130-3548/+8581
|\
| * ALSA: Fix wrong pointer to dev_err() in arm/pxa2xx-ac97-lib.cTakashi Iwai2009-03-191-1/+1
| * ASoC: Declare Headset as Mic and Headphone widgets for SDP3430Lopez Cruz, Misael2009-03-191-8/+16
| * ASoC: OMAP: N810: Add more jack functionsJarkko Nikula2009-03-191-2/+26
| * ASoC: OMAP: N810: Mark not connected input pinsJarkko Nikula2009-03-191-0/+5
| * ASoC: Add FLL support for WM8400Mark Brown2009-03-191-0/+129
| * ASoC: Add separate AVDD for WM8400Mark Brown2009-03-181-0/+3
| * ASoC: Further optimise WM8400 bias configuration sequenceMark Brown2009-03-181-25/+2
| * Merge branch 'pxa-ssp' into for-2.6.30Mark Brown2009-03-172-42/+68
| |\
| | * ASoC: Fix Zylonite for non-networked SSP modeMark Brown2009-03-141-30/+25
| | * ASoC: Fix non-networked I2S mode for PXA SSPMark Brown2009-03-141-5/+14
| | * ASoC: switch PXA SSP driver from network mode to PSPDaniel Mack2009-03-131-11/+33
| * | ASoC: Only deregister AC97 dev if it's name was not "AC97"Atsushi Nemoto2009-03-171-1/+2
| * | ASoC: Each PXA AC97 DAI needs a separate opsMark Brown2009-03-161-4/+12
| * | ASoC: Fix some missing dai_ops conversionsMark Brown2009-03-162-9/+11
| * | ASoC: twl4030 - Fix build errorJoonyoung Shim2009-03-161-5/+7
| * | ASoC: Allow choice of ac97 gpio reset lineRobert Jarzmik2009-03-152-5/+81
| |/
| * ASoC: Move headset jack registration to device initialization for SDP3430Lopez Cruz, Misael2009-03-131-35/+39
| * ASoC: Replace remaining uses of snd_soc_cnew with snd_soc_add_controls.Philipp Zabel2009-03-1210-86/+46
| * ASoC: Move WM8580 to normal I2C device probeMark Brown2009-03-122-173/+158
| * Merge branch 's3c-iis-header' into for-2.6.30Mark Brown2009-03-112-2/+1
| |\
| | * [ARM] Revert futher extraneous changes from the S3C header moveMark Brown2009-03-112-2/+1
| * | ASoC: Merge dai_ops factor outMark Brown2009-03-1142-433/+495
| |\ \
| | * | ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao2009-03-0440-428/+481
| * | | ASoC: Fix formats for s3c24xx-i2s register printsMark Brown2009-03-111-8/+8
| * | | ASoC: Remove version display from WM8580 driverMark Brown2009-03-111-4/+0
| * | | ASoC: Add initial driver for the WM8400 CODECMark Brown2009-03-115-0/+1548
| * | | ASoC: buildfix for OSKDavid Brownell2009-03-111-10/+2
| * | | Merge branch 's3c-iis-header' into for-2.6.30Mark Brown2009-03-112-2/+4
| |\ \ \ | | | |/ | | |/|
| | * | [ARM] Revert extraneous changes from the S3C audio header moveMark Brown2009-03-112-1/+4
| * | | ASoC: Fix up merge with the ARM treeMark Brown2009-03-101-0/+1
| * | | ASoC: don't touch pxa-ssp registers when stream is runningDaniel Mack2009-03-101-0/+11
| * | | ALSA: ASoC: Davinci: Updated sffsdr_hw_params() function to new formatHugo Villeneuve2009-03-101-2/+1
| * | | ALSA: ASoC: Davinci: Replaced DAI format RIGHT_J by DSP_B for SFFSDRHugo Villeneuve2009-03-101-7/+10
| * | | Merge commit 'takashi/topic/asoc' into for-2.6.30Mark Brown2009-03-101-1/+0
| |\ \ \
| | * \ \ Merge branch 'for-2.6.30' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2009-03-0914-141/+482
| | |\ \ \
| | * | | | ASoC: Fix Kconfig dependency of CONFIG_SND_S3C24XX_SOC_JIVE_WM8750Takashi Iwai2009-03-091-1/+0
| * | | | | ASoC: Fix Samsung S3C2412_IISMOD_SDF_{MSB,LSB} definitionsBen Dooks2009-03-091-2/+2
| * | | | | ASoC: Convert PXA AC97 driver to probe with the platform deviceMark Brown2009-03-091-4/+34
| | |/ / / | |/| | |
| * | | | ASoC: Add a driver for AK4104 S/PDIF transmitterDaniel Mack2009-03-094-0/+376
| * | | | ASoC: Remove unneeded forward reference to WM8753 SPI implementationMark Brown2009-03-081-5/+0
| * | | | ASoC: bring cs4270 feature/limitations list in syncDaniel Mack2009-03-081-8/+7
| * | | | ASoC: Improve pause/unpause performance in Freescale 8610 driversTimur Tabi2009-03-072-10/+16
| * | | | ASoC: Davinci: Fix incorrect machine type for SFFSDR boardHugo Villeneuve2009-03-071-1/+1
| * | | | ASoC: Fix logging severity for some S3C error messagesMark Brown2009-03-063-3/+3
| * | | | ASoC: Re-remove hand-rolled pr_debug() macrosMark Brown2009-03-065-117/+82
| |/ / /
| * | | ASoC: Staticise workqueue function for GPIO jack detectionMark Brown2009-03-061-1/+1
| * | | ASoC: Blackfin: fix typo in MUTE definitionMike Frysinger2009-03-061-1/+1
| * | | ASoC: Blackfin: move gpio_err behind the define that is only user of itMike Frysinger2009-03-061-1/+1
| * | | ASoC: Add headset jack detection for SDP3430 machine driverLopez Cruz, Misael2009-03-061-2/+41