aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx
Commit message (Expand)AuthorAgeFilesLines
* ASoC: S3C64XX I2S: Enable audio-bus clockJassi Brar2009-11-061-0/+2
* ARM: S3C: Add info for supporting circular DMA buffersBen Dooks2009-10-281-2/+15
* trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-09-171-6/+10
|\
| * ASoC: S3C lrsync function made to work with IRQs disabled.Jassi2009-09-151-6/+10
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-09-141-6/+0
|\ \ | |/ |/|
| * ARM: S3C24XX: Add platform device for AC97 controllerMark Brown2009-08-141-6/+0
* | ASoC: Fix s3c-i2s-v2 buildMark Brown2009-08-261-0/+1
* | ASoC: Add S3C24xx dependencies for Simtec machinesMark Brown2009-08-261-2/+2
* | ASoC: S3C platform: Fix s3c2410_dma_started() called at improper timeShine Liu2009-08-254-1/+25
* | ASoC: Select core DMA when building for S3C64xxMark Brown2009-08-241-0/+1
* | ASoC: S3C24XX: Support for Simtec Hermes boardsBen Dooks2009-08-213-0/+163
* | ASoC: S3C24XX: Add audio core and tlv320aic23 for Simtec boardsBen Dooks2009-08-215-0/+569
* | ASoC: S3C24XX : Align the peroid size to the buffer sizeShine Liu2009-08-201-0/+1
* | ASoC: Reenable S3C64xx I2S supportMark Brown2009-08-181-1/+1
* | ASoC: Fix data format configuration for S3C64XX IISv2Joonyoung Shim2009-08-181-3/+3
* | ASoC: s3c2443-ac97: convert semaphore to mutexUwe Kleine-König2009-08-081-5/+5
* | ASoC: Existing S3C24xx AC97 drivers should depend on S3C24xxMark Brown2009-08-051-2/+2
* | Merge branch 'gta02-audio' into for-2.6.32Mark Brown2009-07-303-0/+509
|\ \ | |/ |/|
| * ASoC: neo1973_gta02_wm8753: Replace deprecated s3c_gpio calls with gpiolibLars-Peter Clausen2009-07-291-17/+36
| * ASoC: neo1973_gta02_wm8753: Replace snd_soc_cnew with snd_soc_add_controls.Lars-Peter Clausen2009-07-291-8/+6
| * ASoC: Add Openmoko Neo FreeRunner (GTA02) audio driverMark Brown2009-05-233-0/+492
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-06-144-14/+11
|\ \
| * \ [ARM] S3C24XX: Merge devel-gpioBen Dooks2009-05-213-0/+4
| |\ \
| | * | [ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h>Ben Dooks2009-05-183-0/+4
| * | | [ARM] S3C24XX: Remove hardware specific registers from DMABen Dooks2009-05-011-14/+7
| |/ /
| * | Merge branch 'fix/asoc' into for-linusTakashi Iwai2009-04-271-1/+2
| |\ \
| * \ \ Merge branch 'fix/asoc' into for-linusTakashi Iwai2009-04-193-15/+17
| |\ \ \
* | | | | ASoC: Fix lm4857 controlMark Brown2009-06-101-6/+10
* | | | | ASoC: correct print specifiers for unsignedsRoel Kluin2009-05-281-2/+2
| |_|_|/ |/| | |
* | | | ASoC: Use platform device resource for S3C64xx IISv2Mark Brown2009-04-301-2/+1
* | | | ASoC: Staticise txctrl and rxctrl for S3C IISv2Mark Brown2009-04-301-8/+12
* | | | ASoC: Display S3C IISv2 mode and MS errors by defaultMark Brown2009-04-301-2/+2
* | | | ASoC: Display the clock rate used as the basis for rate calculationMark Brown2009-04-301-0/+2
* | | | ASoC: Allow use of resource from the platform device for S3C IISv2Mark Brown2009-04-301-0/+18
* | | | ASoC: Fix boot warnings from S3C IISv2Mark Brown2009-04-301-1/+6
* | | | ASoC: Fix data format configuration for S3C64xx IISv2 and add 24 bitMark Brown2009-04-302-2/+23
* | | | ASoC: Make S3C64xx clock export function to return struct clkMark Brown2009-04-302-5/+6
* | | | ASoC: Check for supported CPUs when building s3c-i2s-v2Mark Brown2009-04-301-0/+14
* | | | ASoC: Fix error message formatting in s3c64xx-i2s driverMark Brown2009-04-301-1/+1
* | | | ASoC: Use our registration function for S3C64xxMark Brown2009-04-272-13/+7
* | | | ASoC: s3c-i2s-v2 diagnostic improvementsMark Brown2009-04-271-6/+12
* | | | ASoC: Enforce symmetric rates for S3C64xx I2S interfaceMark Brown2009-04-271-0/+2
* | | | ASoC: S3C2412: Failing to get the I2S clock is an errorMark Brown2009-04-241-1/+1
* | | | ASoC: Fix S3C64xx IIS device registration and support both portsMark Brown2009-04-242-50/+98
* | | | Merge branch 'for-2.6.30' into for-2.6.31Mark Brown2009-04-231-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | ASoC: s3c-i2s-v2 needs to declare a license for modular buildsMark Brown2009-04-231-1/+2
| | |/ | |/|
* | | Merge branch 'for-2.6.30' into for-2.6.31Mark Brown2009-04-163-15/+17
|\ \ \ | |/ / | | / | |/ |/|
| * ASoC: Fix include build error in s3c2412-i2s.cBen Dooks2009-04-161-1/+1
| * ASoC: Fix s3c-i2s-v2.c snd_soc_dai changesBen Dooks2009-04-161-4/+6