1. d098b2f ASoC: kirkwood: change the compatible string of the kirkwood-i2s driver by Thomas Petazzoni · 11 years ago
  2. 446a3bd ASoc: kirkwood: Use the Kirkwood audio driver in Dove boards by Jean-Francois Moine · 11 years ago
  3. eb63231 ASoc: kirkwood: add DT support to the mvebu audio subsystem by Jean-Francois Moine · 11 years ago
  4. e4065f3 ASoC: kirkwood: move calculation of max buffer size to kirkwood.h by Russell King · 11 years ago
  5. 64ddf1f ASoC: kirkwood: combine kirkwood-i2s and kirkwood-dma drivers by Russell King · 11 years ago
  6. db43b16 ASoC: kirkwood: provide KIRKWOOD_PLAYCTL_ENABLE_MASK by Russell King · 11 years ago
  7. af64d73 ASoC: kirkwood: Free external clock if it is a duplicate of internal by Russell King · 11 years ago
  8. a7d0942 ASoC: kirkwood: merge struct kirkwood_dma_priv with struct kirkwood_dma_data by Russell King · 11 years ago
  9. 8a537f8 ASoC: kirkwood-i2s: fix a compilation warning by Jean-Francois Moine · 11 years ago
  10. 9e12cbd ASoC: kirkwood-i2s: Inline KIRKWOOD_I2S_RATES by Mark Brown · 11 years ago
  11. 6ad74047 ASoC: kirkwood-i2s: Remove empty remove() by Mark Brown · 11 years ago
  12. 4734dc9 ASoC: kirkwood-i2s: Use devm_clk_get() for extclk by Mark Brown · 11 years ago
  13. 30d3924 ASoC: kirkwood: Enable build on non-Kirkwood platforms by Mark Brown · 11 years ago
  14. c50c2f7 ASoC: kirkwood: Remove unused headers by Mark Brown · 11 years ago
  15. 6502737 Merge remote-tracking branch 'asoc/topic/kirkwood' into asoc-next by Mark Brown · 11 years ago
  16. 12716cd sound/soc/kirkwood: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  17. 5d0c8a5 ASoC: kirkwood-dma: Staticize non exported struct by Lars-Peter Clausen · 11 years ago
  18. 83d85f5 ASoC: switch over to use snd_soc_register_component() on kirkwood i2s by Kuninori Morimoto · 11 years ago
  19. b25b5aa ASoC: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  20. 34e15fb ASoC: kirkwood: remove __dev* attributes by Bill Pemberton · 12 years ago
  21. 1703470 ASoC: kirkwood-dma: remove channel restrictions by Russell King · 12 years ago
  22. 363589b ASoC: kirkwood-i2s: add support for external clock rates by Russell King · 12 years ago
  23. 0aa5e47 ASoC: kirkwood-dma: remove restriction on sample rates by Russell King · 12 years ago
  24. d8d11ba ASoC: kirkwood-i2s: better handling of play/record control registers by Russell King · 12 years ago
  25. dbc517b ASoC: kirkwood-i2s: use devm_* APIs by Russell King · 12 years ago
  26. 3ccdf5b ASoC: kirkwood-i2s: more pause-mode fixes by Russell King · 12 years ago
  27. 982b604 ASoC: kirkwood-i2s: fix DMA underruns by Russell King · 12 years ago
  28. 2424d45 ASoC: kirkwood-i2s: fix DCO lock detection by Russell King · 12 years ago
  29. 25ec6bb ASoC: kirkwood-dma: don't ignore other irq causes on error by Russell King · 12 years ago
  30. ae6a5d3 ASoC: kirkwood-dma: fix use of virt_to_phys() by Russell King · 12 years ago
  31. c02cecb ARM: orion: move platform_data definitions by Arnd Bergmann · 12 years ago
  32. baffab2 ARM: Orion: fix driver probe error handling with respect to clk by Simon Baatz · 12 years ago
  33. e919c71 ARM: Orion: Audio: Add clk/clkdev support by Andrew Lunn · 13 years ago
  34. 6d6761a ASoC: Convert kirkwood-openrd to use snd_soc_register_card() by Axel Lin · 13 years ago
  35. 49915a5 ASoC: Convert kirkwood-t5325 to use snd_soc_register_card() by Axel Lin · 13 years ago
  36. 350e16d ASoC: replace 0xffffffff with DMA_BIT_MASK macro by Joachim Eastwood · 13 years ago
  37. a429638 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  38. 25e9e75 ASoC: check for substream not channels_min in pcm engines by Joachim Eastwood · 13 years ago
  39. 5f5de18a ASoC: Convert kirkwood-t5325 to table based DAPM init by Axel Lin · 13 years ago
  40. 7e0d6ac ASoC: Use dai_fmt in kirkwood-t5325 machine driver by Axel Lin · 13 years ago
  41. 077a2ba ASoC: Use dai_fmt in kirkwood-openrd machine driver by Axel Lin · 13 years ago
  42. d4d9820 ASoC: Fix build error in sound/soc/kirkwood/kirkwood-i2s.c by Axel Lin · 13 years ago
  43. 9b344ce ASoC: kirkwood: Add .owner to struct snd_soc_card by Axel Lin · 13 years ago
  44. 63a9332 ARM: Orion: Get address map from plat-orion instead of via platform_data by Andrew Lunn · 13 years ago
  45. 672b0c6 Merge branch 'for-3.2' into for-3.3 by Mark Brown · 13 years ago
  46. 36d54dc ASoC: kirkwood: Make SND_KIRKWOOD_SOC_OPENRD and SND_KIRKWOOD_SOC_T5325 depend on I2C by Axel Lin · 13 years ago
  47. 41b1022 ASoC: Convert kirkwood directory to module_platform_driver by Axel Lin · 13 years ago
  48. 85e7652 ASoC: Constify snd_soc_dai_ops structs by Lars-Peter Clausen · 13 years ago
  49. 87bea31 ASoC: Remove redundant snd_soc_dapm_sync() calls from machine drivers by Mark Brown · 13 years ago
  50. 48860e4 ASoC: kirkwood-i2s: Add __devexit_p at necessary place by Axel Lin · 13 years ago
  51. 5013951 ASoC: Fix trivial build regression in Kirkwood I2S by Arnd Bergmann · 13 years ago
  52. 96101bd sound/soc/kirkwood/kirkwood-i2s.c: add missing kfree by Julia Lawall · 13 years ago
  53. 552d1ef ASoC: core - Optimise and refactor pcm_new() to pass only rtd by Liam Girdwood · 13 years ago
  54. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  55. 505fb82 ASoC: Do not include soc-dapm.h by Jarkko Nikula · 14 years ago
  56. 3c9e28e ASoC: Add support for OpenRD Ultimate by Arnaud Patard (Rtp) · 14 years ago
  57. ce6120c ASoC: Decouple DAPM from CODECs by Liam Girdwood · 14 years ago
  58. d906401 ASoC: kirkwood: Add audio support to hp t5325 thin clients by Arnaud Patard (Rtp) · 14 years ago
  59. 6973789 ASoC: Change my mail address by Arnaud Patard (Rtp) · 14 years ago
  60. 3ba3105 ASoC: kirkwood: add alias to pcm module by Arnaud Patard (Rtp) · 14 years ago
  61. c88e7b9 ASoC: OpenRD Client : Fix naming breakage due to multicomponent support by Arnaud Patard (Rtp) · 14 years ago
  62. f0fba2a ASoC: multi-component - ASoC Multi-Component Support by Liam Girdwood · 15 years ago
  63. b424ec9 ASoC: kirkwood-i2s: Handle mute/unmute playback/record by arnaud.patard@rtp-net.org · 14 years ago
  64. dfe4c93 ASoC: Fix kirkwood i2s mono playback by arnaud.patard@rtp-net.org · 14 years ago
  65. 04c09a1 ASoC: patch for the useless 'break' removal in kirkwood by Wan ZongShun · 14 years ago
  66. 2e8693e ASoC: kirkwood: Add audio support to openrd client platforms by apatard@mandriva.com · 14 years ago
  67. f9b9598 ASoC: kirkwood: Add i2s support by apatard@mandriva.com · 14 years ago