1. c9bd5e6 DMA-API: sound: fix dma mask handling in a lot of drivers by Russell King · 11 years ago
  2. 9b9ae16 ASoC: Samsung: Do not queue cyclic buffers multiple times by Tomasz Figa · 11 years ago
  3. 85ff3c2 ASoC: samsung: Rename DMA platform registration functions by Mark Brown · 11 years ago
  4. 37e6071 ASoC: samsung: Check to see if we managed to allocate a channel by Mark Brown · 11 years ago
  5. 40476f6 ASoC: samsung: Add DT support for i2s by Padmavathi Venna · 12 years ago
  6. fdca21a ASoC: Samsung: remove __dev* attributes by Bill Pemberton · 12 years ago
  7. a08485d ASoC: Samsung: Do not register samsung audio dma device as pdev by Padmavathi Venna · 12 years ago
  8. 57b2d688 ASoC: samsung dma - Don't indicate support for pause/resume. by Dylan Reid · 12 years ago
  9. 21c4afe ASoC: follow the updated samsung DMA common operations by Boojin Kim · 12 years ago
  10. 350e16d ASoC: replace 0xffffffff with DMA_BIT_MASK macro by Joachim Eastwood · 13 years ago
  11. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  12. 25e9e75 ASoC: check for substream not channels_min in pcm engines by Joachim Eastwood · 13 years ago
  13. e00c3f5 ASoC: Convert Samsung directory to module_platform_driver by Mark Brown · 13 years ago
  14. e0d23ef Merge branch 'dma_slave_direction' into next_test_dirn by Vinod Koul · 13 years ago
  15. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  16. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  17. 35e1658 sound-soc: move to dma_transfer_direction by Vinod Koul · 13 years ago
  18. 2ca9576 ASoC: Flush Samsung DMA on free by Mark Brown · 13 years ago
  19. 344b4c4 ASoC: Samsung: Update DMA interface by Boojin Kim · 13 years ago
  20. 552d1ef ASoC: core - Optimise and refactor pcm_new() to pass only rtd by Liam Girdwood · 13 years ago
  21. ceade6c ASoC: remove one to many l's in the word by Justin P. Mattock · 13 years ago
  22. 0378b6a ASoC: SAMSUNG: Clean-up header includes by Seungwhan Youn · 14 years ago
  23. f7f7418 ASoC: SAMSUNG: Clean-up DMA header file by Seungwhan Youn · 14 years ago
  24. 5033f43 ASoC: Samsung: Rename from s3c24xx to samsung by Jassi Brar · 14 years ago[Renamed from sound/soc/s3c24xx/dma.c]
  25. c3f2028 ASoC: Samsung: Generalize DMA driver namespace by Jassi Brar · 14 years ago
  26. 4b640cf ASoC: Samsung: Rename ASoC DMA driver by Jassi Brar · 14 years ago[Renamed (99%) from sound/soc/s3c24xx/s3c-dma.c]
  27. 58bb407 ASoC: Samsung: Rename DMA device by Jassi Brar · 14 years ago
  28. aa5c14d Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 14 years ago
  29. 147fcf1 sound: Remove pr_<level> uses of KERN_<level> by Joe Perches · 14 years ago
  30. 960d069 ASoC: Add MODULE_ALIAS to Samsung DAI drivers by Mark Brown · 14 years ago
  31. f0fba2a ASoC: multi-component - ASoC Multi-Component Support by Liam Girdwood · 14 years ago
  32. 5f712b2 ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_stream by Daniel Mack · 14 years ago
  33. d3ff5a3 ASoC: Rename 's3c24xx-pcm' driver to 's3c-dma' by Jassi Brar · 15 years ago[Renamed (98%) from sound/soc/s3c24xx/s3c24xx-pcm.c]
  34. faa3177 ASoC: Rename s3c24xx_pcm prefix to s3c_dma by Jassi Brar · 15 years ago
  35. 330f28f Merge branch 'for-2.6.32' into for-2.6.33 by Mark Brown · 15 years ago
  36. e3d8024 ARM: S3C: Add info for supporting circular DMA buffers by Ben Dooks · 15 years ago
  37. ed9d040 ASoC: S3C: Remove <plat/audio.h> by Ben Dooks · 15 years ago
  38. faf907c ASoC: S3C platform: Fix s3c2410_dma_started() called at improper time by Shine Liu · 15 years ago
  39. f61c890 ASoC: S3C24XX : Align the peroid size to the buffer size by Shine Liu · 15 years ago
  40. 8970ef4 [ARM] S3C24XX: Remove hardware specific registers from DMA calls by Ben Dooks · 15 years ago
  41. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  42. b52a519 ASoC: Fix logging severity for some S3C error messages by Mark Brown · 15 years ago
  43. ee7d476 ASoC: Re-remove hand-rolled pr_debug() macros by Mark Brown · 15 years ago
  44. 4f5b31c Merge commit 's3c-iis-header' into HEAD by Mark Brown · 15 years ago
  45. 899e6cf S3C: Move <mach/audio.h> to <plat/audio.h> by Ben Dooks · 15 years ago
  46. c8efef1 ASoC: Fix copyright statements on Simtec files by Ben Dooks · 15 years ago
  47. c9b3a40 ALSA: ASoC - Fix wrong section types by Takashi Iwai · 16 years ago
  48. 958e792 ASoC: Register platform drivers by Mark Brown · 16 years ago
  49. 2bef901 ASoC: Revert "ASoC: Add new parameter to s3c24xx_pcm_enqueue" by Mark Brown · 16 years ago
  50. 8dc840f ASoC: Add new parameter to s3c24xx_pcm_enqueue by David Anders · 16 years ago
  51. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  52. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  53. 1992a6f ALSA: asoc: s3c24xx - merge structs snd_soc_codec_dai and snd_soc_cpu_dai. by Liam Girdwood · 16 years ago
  54. b2efbbf [ALSA] ASoC: Remove in-code changelogs by Mark Brown · 16 years ago
  55. d642617 [ALSA] soc - fix s3c2410 PCM breakage by Davide Rizzo · 16 years ago
  56. 5111c07 [ALSA] soc - s3c24xx-pcm - Fix checkpatch warnings by Mark Brown · 16 years ago
  57. 4092030 [ALSA] soc - s3c24xx - Improve diagnostic output by Tim Niemeyer · 16 years ago
  58. 9bf8e7d [ALSA] sound: replace remaining __FUNCTION__ occurences by Harvey Harrison · 16 years ago
  59. 96d90e1 [ALSA] soc - Reinitialise DMA on every resume by Graeme Gregory · 17 years ago
  60. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  61. 646ab16 [ALSA] s3c24xx-pcm: fix hw_params dma handling by Harald Welte · 17 years ago
  62. c72816b [ALSA] Fix ASoC s3c24xx-pcm spinlock bug by Zoltan Devai · 17 years ago
  63. 7f1bc26 [ALSA] ASoC Samsung S3c24xx updates - audio DMA cleanup by Graeme Gregory · 17 years ago
  64. c0f41bb [ALSA] ASoC Samsung S3C24xx audio DMA by Ben Dooks · 17 years ago