1. c86102a ASoC: max9850: remove unused variable 'max9850_reg' by YueHaibing · 5 years ago
  2. dbf0649 ASoC: max98926: remove two unused variables by YueHaibing · 5 years ago
  3. a48b561 ASoC: soc-core: remove legacy style of aux_dev by Kuninori Morimoto · 5 years ago
  4. 77b21d2 ASoC: ti: rx51: use snd_soc_dai_link_component for aux_dev by Kuninori Morimoto · 5 years ago
  5. 3d0d2d6 ASoC: sunxi: sun4i-codec: use snd_soc_dai_link_component for aux_dev by Kuninori Morimoto · 5 years ago
  6. 1247491 ASoC: samsung: tm2_wm5110: use snd_soc_dai_link_component for aux_dev by Kuninori Morimoto · 5 years ago
  7. 2d946aa ASoC: samsung: speyside: use snd_soc_dai_link_component for aux_dev by Kuninori Morimoto · 5 years ago
  8. d20bb78 ASoC: samsung: neo1973_wm8753: use snd_soc_dai_link_component for aux_dev by Kuninori Morimoto · 5 years ago
  9. 70a6b7b ASoC: rockchip: rockchip_max98090: use snd_soc_dai_link_component for aux_dev by Kuninori Morimoto · 5 years ago
  10. a73b522 ASoC: meson: axg-card: use snd_soc_dai_link_component for aux_dev by Kuninori Morimoto · 5 years ago
  11. 5c9e38c ASoC: mediatek: mt8183-da7219-max98357: use snd_soc_dai_link_component for aux_dev by Kuninori Morimoto · 5 years ago
  12. aa1afd92 ASoC: intel: cht_bsw_max98090_ti: use snd_soc_dai_link_component for aux_dev by Kuninori Morimoto · 5 years ago
  13. 14fdfc0 ASoC: simple-card: use snd_soc_dai_link_component for aux_dev by Kuninori Morimoto · 5 years ago
  14. 3dc29b8 ASoC: soc-core: support snd_soc_dai_link_component for aux_dev by Kuninori Morimoto · 5 years ago
  15. 83ee7ab ASoC: SOF: Intel: byt: Refactor fw ready / mem windows creation by Daniel Baluta · 5 years ago
  16. e17422c ASoC: SOF: Introduce snd_sof_dsp_get_window_offset by Daniel Baluta · 5 years ago
  17. bb9c93f ASoC: SOF: Introduce snd_sof_dsp_get_mailbox_offset by Daniel Baluta · 5 years ago
  18. 6eebd39 ASoC: SOF: Intel: hda: Use generic function for fw ready / mem windows creation by Daniel Baluta · 5 years ago
  19. ddf14b6 ASoC: SOF: Intel: bdw: Use generic function for fw ready / mem windows creation by Daniel Baluta · 5 years ago
  20. 0b76f51 ASoC: SOF: Remove call to snd_sof_dsp_mailbox_init by Daniel Baluta · 5 years ago
  21. 0fd70e2 ASoC: ml26124: remove unused variable 'ngth' by YueHaibing · 5 years ago
  22. bc8d9f7 ASoC: mt6351: remove unused variable 'mt_lineout_control' by YueHaibing · 5 years ago
  23. a62bd63 ASoC: SOF: Intel: Add missing include file hdac_hda.h by YueHaibing · 5 years ago
  24. 4604da6 Merge branch 'topic/hda-bus-ops-cleanup' of https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into asoc-5.4 by Mark Brown · 5 years ago
  25. fe40106 ALSA: hda: readl/writel need linux/io.h by Stephen Rothwell · 5 years ago
  26. c2f16a9 Merge branch 'topic/hda-bus-ops-cleanup' of https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into asoc-5.4 by Mark Brown · 5 years ago
  27. f6326fa ASoC: sof: Fix warning when IPC flood test is not enabled by Mark Brown · 5 years ago
  28. e1b1415 Merge branch 'topic/hda-dmic' of https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into asoc-5.4 by Mark Brown · 5 years ago
  29. 36004c4 ASoC: Intel: Skylake: large_config_get overhaul by Cezary Rojewski · 5 years ago
  30. 63e4532 ASoC: Intel: Skylake: Limit large_config_get to single frame by Cezary Rojewski · 5 years ago
  31. 0e4cc44 ASoC: intel: skl_hda_dsp_common: create HDMI jack kctl by Libin Yang · 5 years ago
  32. 8e082d8 ASoC: tscs454: remove unused variable 'PLL_48K_RATE' by YueHaibing · 5 years ago
  33. 0e36f36 ASoC: soc-core: fix module_put() warning in soc_cleanup_component by Pierre-Louis Bossart · 5 years ago
  34. 596becd ASoC: soc-core: dai_link check under soc_dpcm_debugfs_add() by Kuninori Morimoto · 5 years ago
  35. ee5b3f1 ASoC: soc-core: define soc_dpcm_debugfs_add() for non CONFIG_DEBUG_FS by Kuninori Morimoto · 5 years ago
  36. b3da425 ASoC: soc-core: tidyup for card->deferred_resume_work by Kuninori Morimoto · 5 years ago
  37. b245d27 ASoC: soc-core: remove unneeded list_empty() check for snd_soc_try_rebind_card() by Kuninori Morimoto · 5 years ago
  38. d8ca7a0 ASoC: soc-core: call snd_soc_dapm_debugfs_init() at soc_init_card_debugfs() by Kuninori Morimoto · 5 years ago
  39. 9b98c7c ASoC: soc-core: tidyup for snd_soc_add_card_controls() by Kuninori Morimoto · 5 years ago
  40. daa480b ASoC: soc-core: tidyup for snd_soc_dapm_add_routes() by Kuninori Morimoto · 5 years ago
  41. e6d7020 ASoC: soc-core: tidyup for snd_soc_add_component_controls() by Kuninori Morimoto · 5 years ago
  42. d4ff1b3 ASoC: SOF: Intel: Initialize hdaudio bus properly by Takashi Iwai · 5 years ago
  43. 19abfef ALSA: hda: Direct MMIO accesses by Takashi Iwai · 5 years ago
  44. 619a1f1 ALSA: hda: Remove page allocation redirection by Takashi Iwai · 5 years ago
  45. a860fac ASoC: fsl_sai: Add support for imx7ulp/imx8mq by Daniel Baluta · 5 years ago
  46. 4f7a072 ASoC: fsl_sai: Add support for SAI new version by Daniel Baluta · 5 years ago
  47. b84f50b0 ASoC: fsl_sai: Update Tx/Rx channel enable mask by Daniel Baluta · 5 years ago
  48. 5f0ac20 ASoC: fsl_sai: Add registers definition for multiple datalines by Daniel Baluta · 5 years ago
  49. abf31fe ASoC: Intel: Update request-reply IPC model by Cezary Rojewski · 5 years ago
  50. b8ba3b5 ASoC: soc-core: tidyup for snd_soc_dapm_new_controls() by Kuninori Morimoto · 5 years ago
  51. 32d2c17 ASoC: soc-core: reuse rtdcom at snd_soc_rtdcom_add() by Kuninori Morimoto · 5 years ago
  52. 4284906 ASoC: soc-core: don't use for_each_card_links_safe() at snd_soc_find_dai_link() by Kuninori Morimoto · 5 years ago
  53. 5b99a0a ASoC: soc-core: check return value of snd_soc_add_dai_link() by Kuninori Morimoto · 5 years ago
  54. 6634e3d ASoC: soc-core: add comment for for_each_xxx by Kuninori Morimoto · 5 years ago
  55. ad64bfb ASoC: soc-core: set component->debugfs_root NULL by Kuninori Morimoto · 5 years ago
  56. 371be51 ASoC: dt-bindings: Introduce compatible strings for 7ULP and 8MQ by Daniel Baluta · 5 years ago
  57. bb67dd1 ASoC: SOF: Intel: hda: fix MSI handling by Pierre-Louis Bossart · 5 years ago
  58. 0922c7a ASoC: rt1011: Add a flag for the R0 calibration test by Shuming Fan · 5 years ago
  59. 3403b80 ASoC: rt1011: Add R0 temperature and TDM1 ADC2DAT Swap control by Shuming Fan · 5 years ago
  60. 79776da ASoC: soc-component: add snd_soc_pcm_component_pcm_free() by Kuninori Morimoto · 5 years ago
  61. 7484291 ASoC: soc-component: add snd_soc_pcm_component_pcm_new() by Kuninori Morimoto · 5 years ago
  62. 205875e ASoC: soc-component: add snd_soc_pcm_component_mmap() by Kuninori Morimoto · 5 years ago
  63. 9c712e4 ASoC: soc-component: add snd_soc_pcm_component_page() by Kuninori Morimoto · 5 years ago
  64. 82d81f5 ASoC: soc-component: add snd_soc_pcm_component_copy_user() by Kuninori Morimoto · 5 years ago
  65. 96a4790 ASoC: soc-component: add snd_soc_pcm_component_ioctrl() by Kuninori Morimoto · 5 years ago
  66. 0035e25 ASoC: soc-component: add snd_soc_pcm_component_pointer() by Kuninori Morimoto · 5 years ago
  67. 7951b146 ASoC: soc-component: move snd_soc_component_set_bias_level() by Kuninori Morimoto · 5 years ago
  68. 8e2a990 ASoC: soc-component: move snd_soc_component_stream_event() by Kuninori Morimoto · 5 years ago
  69. 9d415fb ASoC: soc-component: move snd_soc_component_seq_notifier() by Kuninori Morimoto · 5 years ago
  70. a2a3417 ASoC: soc-component: add snd_soc_component_of_xlate_dai_name() by Kuninori Morimoto · 5 years ago
  71. 2c7b170 ASoC: soc-component: add snd_soc_component_of_xlate_dai_id() by Kuninori Morimoto · 5 years ago
  72. 03b34dd ASoC: soc-component: add snd_soc_component_remove() by Kuninori Morimoto · 5 years ago
  73. 08e837d ASoC: soc-component: add snd_soc_component_probe() by Kuninori Morimoto · 5 years ago
  74. e40fadb ASoC: soc-component: add snd_soc_component_is_suspended() by Kuninori Morimoto · 5 years ago
  75. 9a840cb ASoC: soc-component: add snd_soc_component_resume() by Kuninori Morimoto · 5 years ago
  76. 66c5157 ASoC: soc-component: add snd_soc_component_suspend() by Kuninori Morimoto · 5 years ago
  77. 5693d50 ASoC: soc-component: add snd_soc_component_trigger() by Kuninori Morimoto · 5 years ago
  78. eae7136 ASoC: soc-component: add snd_soc_component_hw_free() by Kuninori Morimoto · 5 years ago
  79. 245c539 ASoC: soc-component: add snd_soc_component_hw_params() by Kuninori Morimoto · 5 years ago
  80. 6d53723 ASoC: soc-component: add snd_soc_component_prepare() by Kuninori Morimoto · 5 years ago
  81. 3672beb ASoC: soc-component: add snd_soc_component_close() by Kuninori Morimoto · 5 years ago
  82. ae2f484 ASoC: soc-component: add snd_soc_component_open() by Kuninori Morimoto · 5 years ago
  83. 4a81e8f ASoC: soc-component: add snd_soc_component_get/put() by Kuninori Morimoto · 5 years ago
  84. 4ff1fef ASoC: add soc-component.c by Kuninori Morimoto · 5 years ago
  85. 57cb288 ASoC: soc-pcm: remove soc_fill_silence() by Kuninori Morimoto · 5 years ago
  86. 4efbb20 ASoC: soc-pcm: remove soc_rtdcom_copy_kernel() by Kuninori Morimoto · 5 years ago
  87. 18bd7b5 ASoC: soc-pcm: remove soc_rtdcom_ack() by Kuninori Morimoto · 5 years ago
  88. cf9441a ASoC: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  89. f24e41d3 ASoC: zx-tdm: remove redundant assignment to ts_width on error return path by Colin Ian King · 5 years ago
  90. 3ff3a4f ASoC: SOF: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 5 years ago
  91. fee531d ASoC: core: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 5 years ago
  92. d8701fa ASoC: Intel: SoC: skylake: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 5 years ago
  93. 9de9862 ASoC: codec2codec: fill some of the runtime stream parameters by Jerome Brunet · 5 years ago
  94. a72706e ASoC: codec2codec: remove ephemeral variables by Jerome Brunet · 5 years ago
  95. a342031 ASoC: create pcm for codec2codec links as well by Jerome Brunet · 5 years ago
  96. 8c57588 ALSA: hda/intel: stop probe if DMICS are detected on Skylake+ platforms by Pierre-Louis Bossart · 5 years ago
  97. 1169cbf ASoC: Intel: Skylake: use common NHLT module by Pierre-Louis Bossart · 5 years ago
  98. 7a33ea7 ALSA: hda: intel-nhlt: handle NHLT VENDOR_DEFINED DMIC geometry by Pierre-Louis Bossart · 5 years ago
  99. 303681f ALSA: hda: move parts of NHLT code to new module by Pierre-Louis Bossart · 5 years ago
  100. 63643b5 ASoC: Intel: Skylake: move NHLT header to common directory by Pierre-Louis Bossart · 5 years ago