1. f6fcc82 ASoC: audio-graph: move audio_graph_remove() to simple-card-utils.c by Kuninori Morimoto · 3 years, 11 months ago
  2. 1a456b1 ASoC: audio-graph: move audio_graph_card_probe() to simple-card-utils.c by Kuninori Morimoto · 3 years, 11 months ago
  3. 343e55e ASoC: simple-card-utils: Increase maximum number of links to 128 by Thierry Reding · 3 years, 11 months ago
  4. fcfd763 ASoC: simple-card-utils: tidyup asoc_simple_parse_convert() by Kuninori Morimoto · 4 years ago
  5. 3919249 ASoC: simple-card-utils: tidyup dev_dbg() to use 1 line by Kuninori Morimoto · 4 years ago
  6. 33cd6b1 ASoC: simple-card-utils: tidyup debug info for clock by Kuninori Morimoto · 4 years ago
  7. c826ec03 ASoC: simple-card-utils: multi support at asoc_simple_canonicalize_cpu/platform() by Kuninori Morimoto · 4 years ago
  8. 9830d3e ASoC: simple-card-utils: add simple_props_to_xxx() macro by Kuninori Morimoto · 4 years ago
  9. 40d8cbe ASoC: simple-card-utils: indicate missing CPU/Codec numbers for debug by Kuninori Morimoto · 4 years ago
  10. ac813c6 ASoC: simple-card-utils: indicate dai_fmt if exist by Kuninori Morimoto · 4 years ago
  11. e25704f ASoC: simple-card-utils: remove asoc_simple_parse_xxx() by Kuninori Morimoto · 4 years ago
  12. fafc05a ASoC: simple-card-utils: use for_each_prop_xxx() by Kuninori Morimoto · 4 years ago
  13. f899006 ASoC: simple-card-utils: remove li->dais/li->conf by Kuninori Morimoto · 4 years ago
  14. 205eb17 ASoC: simple-card-utils: share dummy DAI and reduce memory by Kuninori Morimoto · 4 years ago
  15. f2138aed ASoC: simple-card-utils: enable flexible CPU/Codec/Platform by Kuninori Morimoto · 4 years ago
  16. 050c795 ASoC: simple-card-utils: alloc dai_link information for CPU/Codec/Platform by Kuninori Morimoto · 4 years ago
  17. d09c774 ASoC: audio-graph: Expose new members for asoc_simple_priv by Sameer Pujar · 4 years, 4 months ago
  18. 764aafd ASoC: simple-card-utils: Support configure pin_name for asoc_simple_init_jack by Shengjiu Wang · 4 years, 8 months ago
  19. 992fd39 Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.5 by Mark Brown · 5 years ago
  20. 4bbee14 ASoC: simple_card_utils.h: Add missing include by Daniel Baluta · 5 years ago
  21. af621959 ASoC: simple_card_utils.h: Fix potential multiple redefinition error by Daniel Baluta · 5 years ago
  22. 52db668 ASoC: simple_card_utils.h: care NULL dai at asoc_simple_debug_dai() by Kuninori Morimoto · 6 years ago
  23. f107294 ASoC: simple-card: support snd_soc_dai_link_component style for cpu by Kuninori Morimoto · 6 years ago
  24. 9019428 ASoC: simple-card-utils: add asoc_simple_parse_pin_switches() by Paul Cercueil · 6 years ago
  25. ad11e59 ASoC: simple-card-utils: rename asoc_simple_card_xxx() to asoc_simple_() by Kuninori Morimoto · 6 years ago
  26. 8f7f298 ASoC: simple-card-utils: separate asoc_simple_card_parse_dai() by Kuninori Morimoto · 6 years ago
  27. 65a5056 ASoC: simple-card-utils: share asoc_simple_card_init_priv() by Kuninori Morimoto · 6 years ago
  28. 629f754 ASoC: simple-card-utils: share asoc_simple_be_hw_params_fixup() by Kuninori Morimoto · 6 years ago
  29. ad934ca ASoC: simple-card-utils: share asoc_simple_dai_init() by Kuninori Morimoto · 6 years ago
  30. f48dcbb ASoC: simple-card-utils: share asoc_simple_hw_param() by Kuninori Morimoto · 6 years ago
  31. 686911b ASoC: simple-card-utils: share asoc_simple_shutdown() by Kuninori Morimoto · 6 years ago
  32. f38df5b ASoC: simple-card-utils: share asoc_simple_startup() by Kuninori Morimoto · 6 years ago
  33. e59289c ASoC: simple_card_utils: share common priv for simple-card/audio-graph by Kuninori Morimoto · 6 years ago
  34. 0580dde ASoC: simple-card-utils: add asoc_simple_debug_info() by Kuninori Morimoto · 6 years ago
  35. fe7ed4d ASoC: simple-card: rename to asoc_simple_card_canonicalize_platform() by Kuninori Morimoto · 6 years ago
  36. 910fdca ASoC: soc-core: add .num_platform for dai_link by Kuninori Morimoto · 6 years ago
  37. 33404f3 ASoC: simple_card_utils: remove "option" from asoc_simple_card_of_parse_routing() by Kuninori Morimoto · 6 years ago
  38. a48bf02 ASoC: simple-card-utils: tidyup asoc_simple_card_parse_convert() by Kuninori Morimoto · 6 years ago
  39. 868cdb4 ASoC: simple-card-util: support snd_soc_dai_link_component style for platform by Kuninori Morimoto · 7 years ago
  40. e664de6 ASoC: simple_card_utils: support snd_soc_dai_link_component style for codec by Kuninori Morimoto · 7 years ago
  41. d613a7f ASoC: simple-card-utils: convert to SPDX identifiers by Kuninori Morimoto · 7 years ago
  42. 62c2c9f ASoC: simple-card-utils: move hp and mic detect gpios from simple-card by Katsuhiro Suzuki · 7 years ago
  43. a728f56 ASoC: make clock direction configurable in asoc-simple by Vitaly Wool · 8 years ago
  44. b31f11d ASoC: simple-card-utils: add asoc_simple_card_of_parse_widgets() by Kuninori Morimoto · 8 years ago
  45. 3296d07 ASoC: simple-card-utils: add asoc_simple_card_of_parse_routing() by Kuninori Morimoto · 8 years ago
  46. 13bb1cc ASoC: simple-card-utils: add asoc_simple_card_convert_fixup() by Kuninori Morimoto · 8 years ago
  47. e68ba20 ASoC: simple-card-utils: add asoc_simple_card_of_parse_tdm() by Kuninori Morimoto · 8 years ago
  48. 891caea ASoC: simple_card_utils: add asoc_simple_card_clk_xxx() by Kuninori Morimoto · 8 years ago
  49. 8e16638 ASoC: simple-card-utils: share same dev_dbg() for sysclk by Kuninori Morimoto · 8 years ago
  50. 1689333 ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai() by Kuninori Morimoto · 8 years ago
  51. e984fd6 ASoC: simple-card: use devm_get_clk_from_child() by Kuninori Morimoto · 8 years ago
  52. 29a43aa ASoC: simple_card_utils: tidyup file comment/define by Kuninori Morimoto · 8 years ago
  53. e5668ca ASoC: simple-card-utils: add __printf attribute by Nicolas Iooss · 9 years ago
  54. 0f4e071 ASoC: simple-card-utils: add asoc_simple_card_clean_reference() by Kuninori Morimoto · 9 years ago
  55. 983cebd ASoC: simple-card-utils: add asoc_simple_card_canonicalize_cpu() by Kuninori Morimoto · 9 years ago
  56. c262c9a ASoC: simple-card-utils: add asoc_simple_card_canonicalize_dailink() by Kuninori Morimoto · 9 years ago
  57. 21ba62f ASoC: simple-card-utils: add asoc_simple_card_init_dai() by Kuninori Morimoto · 9 years ago
  58. ae30a69 ASoC: simple-card-utils: add asoc_simple_card_parse_dai() by Kuninori Morimoto · 9 years ago
  59. bb6fc62 ASoC: simple-card-utils: add asoc_simple_card_parse_clk() by Kuninori Morimoto · 9 years ago
  60. fc55c9b ASoC: simple-card-utils: add asoc_simple_card_parse_card_name() by Kuninori Morimoto · 9 years ago
  61. 1db3312 ASoC: simple-card-utils: add asoc_simple_card_set_dailink_name() by Kuninori Morimoto · 9 years ago
  62. cecdef3 ASoC: simple-card: use asoc_simple_card_parse_daifmt() by Kuninori Morimoto · 9 years ago
  63. abd3147 ASoC: add new simple-card-utils.c by Kuninori Morimoto · 9 years ago