1. a1daf67 Merge branch 'gta02-audio' into for-2.6.32 by Mark Brown · 15 years ago
  2. 82c4362e ASoC: neo1973_gta02_wm8753: Replace deprecated s3c_gpio calls with gpiolib by Lars-Peter Clausen · 15 years ago
  3. 69331fb ASoC: neo1973_gta02_wm8753: Replace snd_soc_cnew with snd_soc_add_controls. by Lars-Peter Clausen · 15 years ago
  4. 2cf4d45 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  5. 236e672 ASoC: Fix lm4857 control by Mark Brown · 15 years ago
  6. 449bd54 ASoC: correct print specifiers for unsigneds by Roel Kluin · 15 years ago
  7. 606689e ASoC: Add Openmoko Neo FreeRunner (GTA02) audio driver by Mark Brown · 15 years ago
  8. 99ae995 [ARM] S3C24XX: Merge devel-gpio by Ben Dooks · 15 years ago
  9. ec976d6 [ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h> by Ben Dooks · 15 years ago
  10. 8970ef4 [ARM] S3C24XX: Remove hardware specific registers from DMA calls by Ben Dooks · 15 years ago
  11. 7143755 ASoC: Use platform device resource for S3C64xx IISv2 by Mark Brown · 15 years ago
  12. abbc8246 ASoC: Staticise txctrl and rxctrl for S3C IISv2 by Mark Brown · 15 years ago
  13. 38e43c8 ASoC: Display S3C IISv2 mode and MS errors by default by Mark Brown · 15 years ago
  14. af3ea7b ASoC: Display the clock rate used as the basis for rate calculation by Mark Brown · 15 years ago
  15. c86bde5 ASoC: Allow use of resource from the platform device for S3C IISv2 by Mark Brown · 15 years ago
  16. 07736d4 ASoC: Fix boot warnings from S3C IISv2 by Mark Brown · 15 years ago
  17. 553b1dd ASoC: Fix data format configuration for S3C64xx IISv2 and add 24 bit by Mark Brown · 15 years ago
  18. 5143844 ASoC: Make S3C64xx clock export function to return struct clk by Mark Brown · 15 years ago
  19. 8a0f62b ASoC: Check for supported CPUs when building s3c-i2s-v2 by Mark Brown · 15 years ago
  20. 09aa60d ASoC: Fix error message formatting in s3c64xx-i2s driver by Mark Brown · 15 years ago
  21. a7be4d9 ASoC: Use our registration function for S3C64xx by Mark Brown · 15 years ago
  22. 5c556a6 ASoC: s3c-i2s-v2 diagnostic improvements by Mark Brown · 15 years ago
  23. 4bc4d89 ASoC: Enforce symmetric rates for S3C64xx I2S interface by Mark Brown · 15 years ago
  24. f0787f6 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 15 years ago
  25. 008bec3 ASoC: S3C2412: Failing to get the I2S clock is an error by Mark Brown · 15 years ago
  26. 172fd9e ASoC: Fix S3C64xx IIS device registration and support both ports by Mark Brown · 15 years ago
  27. b933453 Merge branch 'for-2.6.30' into for-2.6.31 by Mark Brown · 15 years ago
  28. a396e32 ASoC: s3c-i2s-v2 needs to declare a license for modular builds by Mark Brown · 15 years ago
  29. 1e2ae4d Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 15 years ago
  30. 8d98f22 Merge branch 'for-2.6.30' into for-2.6.31 by Mark Brown · 15 years ago
  31. 76fff36 ASoC: Fix include build error in s3c2412-i2s.c by Ben Dooks · 15 years ago
  32. 3715c6a ASoC: Fix s3c-i2s-v2.c snd_soc_dai changes by Ben Dooks · 15 years ago
  33. 1d2b7ae ASoC: s3c-i2s-v2.c fix for s3c_i2sv2_iis_calc_rate by Ben Dooks · 15 years ago
  34. 01c4cad ASoC: Fix jive_wm8750.c build problems by Ben Dooks · 15 years ago
  35. 34e51ce Merge branch 'for-2.6.30' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc by Takashi Iwai · 15 years ago
  36. 6e498d5 ASoC: Disable S3C64xx support in Kconfig by Mark Brown · 15 years ago
  37. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  38. f2a5d6a ASoC: Fix some missing dai_ops conversions by Mark Brown · 15 years ago
  39. eb5f6d75 ASoC: Replace remaining uses of snd_soc_cnew with snd_soc_add_controls. by Philipp Zabel · 15 years ago
  40. 65ec1cd ASoC: Merge dai_ops factor out by Mark Brown · 15 years ago
  41. 5314adc ASoC: Fix formats for s3c24xx-i2s register prints by Mark Brown · 15 years ago
  42. 0a4e1c9 Merge branch 'for-2.6.30' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc by Takashi Iwai · 15 years ago
  43. f271fa2 ASoC: Fix Kconfig dependency of CONFIG_SND_S3C24XX_SOC_JIVE_WM8750 by Takashi Iwai · 15 years ago
  44. b52a519 ASoC: Fix logging severity for some S3C error messages by Mark Brown · 15 years ago
  45. ee7d476 ASoC: Re-remove hand-rolled pr_debug() macros by Mark Brown · 15 years ago
  46. 499d8f4a ASoC: Update Kconfig for Samsung CPUs to reflect S3C64xx support by Mark Brown · 15 years ago
  47. a1b3eaeb ASoC: Refresh JIVE driver by Mark Brown · 15 years ago
  48. c36623a ASoC: Select DMA if I2S is configured by Ben Dooks · 15 years ago
  49. f8cf817 ASoC: Add s3c64xx-i2s support by Ben Dooks · 15 years ago
  50. dc85447 ASoC: Split s3c2412-i2s.c into core and SoC specific parts by Ben Dooks · 15 years ago
  51. 3093e48 ASoC: Add JIVE audio support by Ben Dooks · 15 years ago
  52. 4f5b31c Merge commit 's3c-iis-header' into HEAD by Mark Brown · 15 years ago
  53. 899e6cf S3C: Move <mach/audio.h> to <plat/audio.h> by Ben Dooks · 15 years ago
  54. 8150bc8 S3C24XX: Move and update IIS headers by Ben Dooks · 15 years ago
  55. 6335d05 ASoC: make ops a pointer in 'struct snd_soc_dai' by Eric Miao · 15 years ago
  56. c8efef1 ASoC: Fix copyright statements on Simtec files by Ben Dooks · 15 years ago
  57. c2bac16 ASoC: Convert WM8753 to register via normal device probe by Mark Brown · 15 years ago
  58. 070504a ASoC: Fix L3 bus handling in Kconfig by Mark Brown · 15 years ago
  59. 14a3c4a Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  60. 6de45d5 ALSA: ASoC - Fix DAI registration in s3c2443-ac97.c by Takashi Iwai · 16 years ago
  61. c9b3a40 ALSA: ASoC - Fix wrong section types by Takashi Iwai · 16 years ago
  62. 958e792 ASoC: Register platform drivers by Mark Brown · 16 years ago
  63. 3f4b783 ASoC: Register platform DAIs by Mark Brown · 16 years ago
  64. dc7d7b8 ASoC: Remove platform device from DAI suspend and resume operations by Mark Brown · 16 years ago
  65. 87689d5 ASoC: Push platform registration down into the card by Mark Brown · 16 years ago
  66. 682d587 ALSA: ASoC: Fix old-style trigger callback in s3c2443-ac97.c by Takashi Iwai · 16 years ago
  67. 3ba9e10a ASoC: Remove DAI type information by Mark Brown · 16 years ago
  68. dee89c4 ASoC: Merge snd_soc_ops into snd_soc_dai_ops by Mark Brown · 16 years ago
  69. 8750654 ASoC: Rename snd_soc_card to snd_soc_machine by Mark Brown · 16 years ago
  70. d0c3663 ASoC: s3c24xx_uda134x DAI accessor functions and static cleanup by Mark Brown · 16 years ago
  71. 72f2b89 ASoC: Move uda134x_codec.h to uda134x.h by Mark Brown · 16 years ago
  72. 7ad933d ASoC: Machine driver for for s3c24xx with uda134x by Christian Pellegrin · 16 years ago
  73. 2bef901 ASoC: Revert "ASoC: Add new parameter to s3c24xx_pcm_enqueue" by Mark Brown · 16 years ago
  74. 53599bb ASoC: s3c24xx 8 bit sound fix by Christian Pellegrin · 16 years ago
  75. 8dc840f ASoC: Add new parameter to s3c24xx_pcm_enqueue by David Anders · 16 years ago
  76. f74c95c [ARM] S3C: Move regs-ac97.h to arch/arm/plat-s3c/include/plat. by Ben Dooks · 16 years ago
  77. f9d1ab3 ALSA: ASoC: Drop device registration from GTA01 lm4857 driver by Jonas Bonn · 16 years ago
  78. df20cf9 ALSA: ASoC: Fix build of GTA01 audio driver by Mark Brown · 16 years ago
  79. e808994 ALSA: ASoC: Add widgets before setting endpoints on GTA01 by Jonas Bonn · 16 years ago
  80. b1cbc21 ALSA: ASoC: Use snd_soc_dapm_nc_pin() in GTA01 audio driver by Mark Brown · 16 years ago
  81. fb2aa07 ALSA: ASoC: Check for machine type in GTA01 machine driver by Mark Brown · 16 years ago
  82. b647130 sound: ASoC: Convert neo1973/lm4857 to a new-style i2c driver by Jean Delvare · 16 years ago
  83. ad4503d sound: ASoC: Convert wm8753 to a new-style i2c driver by Jean Delvare · 16 years ago
  84. d280289 sound: ASoC: Fix an error path in neo1973_wm8753 by Jean Delvare · 16 years ago
  85. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  86. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  87. 0f8469a [ARM] Eliminate useless includes of asm/mach-types.h by Russell King · 16 years ago
  88. 64105cf ALSA: asoc: machines - add Digital Audio Interface (DAI) control functions. by Liam Girdwood · 16 years ago
  89. 1992a6f ALSA: asoc: s3c24xx - merge structs snd_soc_codec_dai and snd_soc_cpu_dai. by Liam Girdwood · 16 years ago
  90. a530218 ALSA: asoc: core - refactored DAPM pin control API. by Liam Girdwood · 16 years ago
  91. a2e31a5 ALSA: ASoC: Add TLV information to the LM4857 controls on the GTA01 by Mike Montour · 16 years ago
  92. bdb9287 ALSA: ASoC: Pass the DAI being configured into CPU DAI probe and remove by Mark Brown · 16 years ago
  93. 89fe511 sound: Convert to menuconfig by Takashi Iwai · 16 years ago
  94. 33e5b22 [ALSA] soc - Fix s3c24xx-i2s LR sync while timer ticks are disabled by Werner Almesberger · 16 years ago
  95. b2efbbf [ALSA] ASoC: Remove in-code changelogs by Mark Brown · 16 years ago
  96. 8f3112d [ALSA] soc - neo1973_wm8753 - Convert to bulk DAPM registration APIs by Mark Brown · 16 years ago
  97. 1894c59 [ALSA] soc - Patch to add debug messages to the neo1973_wm8753 (GTA01) sound driver by Tim Niemeyer · 16 years ago
  98. 2c36eec [ALSA] soc - fix S3C2410 i2s programming error by Davide Rizzo · 16 years ago
  99. d642617 [ALSA] soc - fix s3c2410 PCM breakage by Davide Rizzo · 16 years ago
  100. fd403dc [ALSA] soc - neo1973_wm8753.c add suspend and shutdown hooks for lm4857 chip by Graeme Gregory · 16 years ago