1. 9ff7759 Merge tag 'asoc-v5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next by Takashi Iwai · 5 years ago
  2. 2acdcab ASoC: SOF: topology: Fix bytes control size checks by Dragos Tarcatu · 5 years ago
  3. fdea53f ALSA: timer: Limit max amount of slave instances by Takashi Iwai · 5 years ago
  4. 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
  5. 18dd66e ASoC: soc-core: fixup dead-lock at snd_soc_unregister_component() by Kuninori Morimoto · 5 years ago
  6. df95a16 ASoC: soc-core: fix RIP warning on card removal by Pierre-Louis Bossart · 5 years ago
  7. 9508ef5 ASoC: SOF: topology: Fix bytes control size checks by Dragos Tarcatu · 5 years ago
  8. b65f131 ALSA: docs: Remove snd_dma_pci_data() usage in documentation by Takashi Iwai · 5 years ago
  9. 6974f8a ALSA: pci: Avoid non-standard macro usage by Takashi Iwai · 5 years ago
  10. 1a81043 ALSA: rme: Avoid non-standard macro usage by Takashi Iwai · 5 years ago
  11. af7153a ALSA: es1968: Avoid non-standard macro usage by Takashi Iwai · 5 years ago
  12. 7564d3b ALSA: echoaudio: Avoid non-standard macro usage by Takashi Iwai · 5 years ago
  13. 3ca5fc0 ALSA: aoa: Avoid non-standard macro usage by Takashi Iwai · 5 years ago
  14. 16ccca1 ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_page by Takashi Iwai · 5 years ago
  15. 30f2ce71 ALSA: mips: Convert to the common vmalloc memalloc by Takashi Iwai · 5 years ago
  16. d5dec27 ALSA: pdaudiocf: Convert to the common vmalloc memalloc by Takashi Iwai · 5 years ago
  17. 748a76b2 ALSA: vx: Convert to the common vmalloc memalloc by Takashi Iwai · 5 years ago
  18. 95ef15c ALSA: ua101: Convert to the common vmalloc memalloc by Takashi Iwai · 5 years ago
  19. d7867ee ALSA: hiface: Convert to the common vmalloc memalloc by Takashi Iwai · 5 years ago
  20. c7b0385 ALSA: caiaq: Convert to the common vmalloc memalloc by Takashi Iwai · 5 years ago
  21. 94ce90c ALSA: 6fire: Convert to the common vmalloc memalloc by Takashi Iwai · 5 years ago
  22. a3f4f2d ALSA: firewire: Convert to the common vmalloc memalloc by Takashi Iwai · 5 years ago
  23. b29e5ef ALSA: aloop: Convert to the common vmalloc memalloc by Takashi Iwai · 5 years ago
  24. b315997d ALSA: usb-audio: Convert to the common vmalloc memalloc by Takashi Iwai · 5 years ago
  25. 1158e89 ALSA: 6fire: Drop the dead code by Takashi Iwai · 5 years ago
  26. 0af0a4f ALSA: usb: Remove superfluous snd_dma_continuous_data() by Takashi Iwai · 5 years ago
  27. 0382e4e ALSA: sparc: Remove superfluous snd_dma_continuous_data() by Takashi Iwai · 5 years ago
  28. a1aef48 ALSA: sh: Remove superfluous snd_dma_continuous_data() by Takashi Iwai · 5 years ago
  29. 1422bc5 ALSA: rme32: Remove superfluous snd_dma_continuous_data() by Takashi Iwai · 5 years ago
  30. 9873342 ALSA: mips: Remove superfluous snd_dma_continuous_data() by Takashi Iwai · 5 years ago
  31. 8fd9da7 ALSA: drivers: Remove superfluous snd_dma_continuous_data() by Takashi Iwai · 5 years ago
  32. d397899 ALSA: pcm: Create proc files only for non-empty preallocations by Takashi Iwai · 5 years ago
  33. a55eaf1 ALSA: pcm: Warn if doubly preallocated by Takashi Iwai · 5 years ago
  34. abffd8d ALSA: docs: Update documentation about SG- and vmalloc-buffers by Takashi Iwai · 5 years ago
  35. 7e8edae ALSA: pcm: Handle special page mapping in the default mmap handler by Takashi Iwai · 5 years ago
  36. 1fe7f39 ALSA: memalloc: Add vmalloc buffer allocation support by Takashi Iwai · 5 years ago
  37. 08422d2 ALSA: memalloc: Allow NULL device for SNDRV_DMA_TYPE_CONTINUOUS type by Takashi Iwai · 5 years ago
  38. 509ba54 ASoC: soc.h: dobj is used only when SND_SOC_TOPOLOGY by Kuninori Morimoto · 5 years ago
  39. 237d190 ASoC: soc-core: remove topology specific operation by Kuninori Morimoto · 5 years ago
  40. 71cb85f ASoC: soc-core: call snd_soc_register_dai() from snd_soc_register_dais() by Kuninori Morimoto · 5 years ago
  41. e443c20 ASoC: soc-core: don't call snd_soc_dapm_new_dai_widgets() at snd_soc_register_dai() by Kuninori Morimoto · 5 years ago
  42. 5d07519 ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai() by Kuninori Morimoto · 5 years ago
  43. e11381f ASoC: soc-core: add snd_soc_unregister_dai() by Kuninori Morimoto · 5 years ago
  44. 3f6674a ASoC: soc-core: move snd_soc_unregister_dais() by Kuninori Morimoto · 5 years ago
  45. daf7737 ASoC: soc-core: move snd_soc_register_dai() by Kuninori Morimoto · 5 years ago
  46. ac6a4dd ASoC: soc-core: use snd_soc_lookup_component() at snd_soc_unregister_component() by Kuninori Morimoto · 5 years ago
  47. b18768f ASoC: soc-core: remove snd_soc_component_add/del() by Kuninori Morimoto · 5 years ago
  48. 486c797 ASoC: soc-core: add snd_soc_del_component_unlocked() by Kuninori Morimoto · 5 years ago
  49. 5bd7e08 ASoC: soc-core: tidyup snd_soc_lookup_component() by Kuninori Morimoto · 5 years ago
  50. b813265 ASoC: soc-core: move snd_soc_lookup_component() by Kuninori Morimoto · 5 years ago
  51. bc7a909 ASoC: soc-core: add soc_unbind_dai_link() by Kuninori Morimoto · 5 years ago
  52. 6b1dff0 ASoC: soc-core: call soc_bind_dai_link() under snd_soc_add_dai_link() by Kuninori Morimoto · 5 years ago
  53. 95b562e ASoC: soc-core: remove duplicated soc_is_dai_link_bound() by Kuninori Morimoto · 5 years ago
  54. cd3c5ad ASoC: soc-core: typo fix at soc_dai_link_sanity_check() by Kuninori Morimoto · 5 years ago
  55. bfce78a ASoC: soc-core: tidyup soc_init_dai_link() by Kuninori Morimoto · 5 years ago
  56. 3679490 ASoC: soc-core: move soc_init_dai_link() by Kuninori Morimoto · 5 years ago
  57. 3e2e193 ASoC: adau7118: Fix example warning by Maxime Ripard · 5 years ago
  58. 5eee2b3 ASoC: SOF: topology: set trigger order for FE DAI link by Ranjani Sridharan · 5 years ago
  59. acbf277 ASoC: pcm: update FE/BE trigger order based on the command by Ranjani Sridharan · 5 years ago
  60. e44f3d4 ASoC: max98373: replace gpio_request with devm_gpio_request by Yong Zhi · 5 years ago
  61. eaf072e ASoC: stm32: sai: add restriction on mmap support by Olivier Moysan · 5 years ago
  62. 42ec336 ALSA: hda: Disable regmap internal locking by Takashi Iwai · 5 years ago
  63. 8039105 ASoC: Intel: boards: sof_rt5682: use dependency on SOF_HDA_LINK by Pierre-Louis Bossart · 5 years ago
  64. 3315e5b ASoC: Intel: boards: Geminilake is only supported by SOF by Pierre-Louis Bossart · 5 years ago
  65. c4a09f9 ASoC: Intel: boards: fix configs for bxt-da7219-max98057a by Pierre-Louis Bossart · 5 years ago
  66. 9e73017 ASoC: Intel: boards: remove select SND_HDA_DSP_LOADER by Pierre-Louis Bossart · 5 years ago
  67. 02701b9 ASoC: Intel: Skylake: mark HDAudio codec support as deprecated. by Pierre-Louis Bossart · 5 years ago
  68. b000135 ASoC: SOF: Intel: use def_tristate, avoid using select by Pierre-Louis Bossart · 5 years ago
  69. f9ad754 ASoC: SOF: imx: fix reverse CONFIG_SND_SOC_SOF_OF dependency by Pierre-Louis Bossart · 5 years ago
  70. 70ae4eb ASoC: SOF: Kconfig: add EXPERT dependency for developer options, clarify help by Pierre-Louis Bossart · 5 years ago
  71. 280393b ASoC: Intel: add mutual exclusion between SOF and legacy Baytrail driver by Pierre-Louis Bossart · 5 years ago
  72. a6955fe ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with legacy driver by Pierre-Louis Bossart · 5 years ago
  73. df7257e ASoC: SOF: Intel: Baytrail: clarify mutual exclusion with Atom/SST driver by Pierre-Louis Bossart · 5 years ago
  74. 65c56f5 ASoC: SOF: Intel: hda: Simplify the hda_dsp_wait_d0i3c_done() function by Ranjani Sridharan · 5 years ago
  75. 17fe95d ASoC: Intel: boards: Add CML m/c using RT1011 and RT5682 by Naveen Manohar · 5 years ago
  76. f95ce13 ASoC: Intel: Add acpi match for rt1011 based m/c driver by Naveen Manohar · 5 years ago
  77. e085971 ASoC: ux500: Remove redundant variable "status" by zhong jiang · 5 years ago
  78. 5dc7d5b ASoC: hdac_hda: fix race in device removal by Kai Vehmanen · 5 years ago
  79. 6111fd2 ALSA: pcm: Fix missing check of the new non-cached buffer type by Takashi Iwai · 5 years ago
  80. 6c94f38 ALSA: bebob: link the order of establishing connections and Syt-match clock mode by Takashi Sakamoto · 5 years ago
  81. da5e833 ALSA: bebob: expand delay of start for IR context just for version 3 firmware by Takashi Sakamoto · 5 years ago
  82. d3eabe9 ALSA: bebob: expand sleep just after breaking connections for protocol version 1 by Takashi Sakamoto · 5 years ago
  83. 683b851 ASoC: rt1011: some minor changes to improve readability by Shuming Fan · 5 years ago
  84. 98b6b8d ASoC: rt1011: add the range check for temperature_calib from device property by Shuming Fan · 5 years ago
  85. 270d1b3 ASoC: rt1011: remove unnecessary tabs using spaces instead by Shuming Fan · 5 years ago
  86. 5cf9349 ASoC: rt1011: improve the rt1011_set_dai_fmt() function by Shuming Fan · 5 years ago
  87. b9a3eea ASoC: rt1011: remove redundant code in kcontrol by Shuming Fan · 5 years ago
  88. 059c67f ASoC: dt-bindings: rt5682: add button delay device property by Shuming Fan · 5 years ago
  89. e226445 ASoC: rt5682: improve the sensitivity of push button by Shuming Fan · 5 years ago
  90. e9904ed ASoC: soc-core: remove unneeded snd_soc_tplg_component_remove() by Kuninori Morimoto · 5 years ago
  91. d247568 ASoC: rt5677-spi: fixup compile warning by Kuninori Morimoto · 5 years ago
  92. 0929249 ALSA: firewire-motu: Correct a typo in the clock proc string by Takashi Iwai · 5 years ago
  93. 271e657 ALSA: firewire-motu: add support for MOTU UltraLite by Takashi Sakamoto · 5 years ago
  94. bd10737 ALSA: firewire-motu: code refactoring to handle model specific switch for protocol v2 by Takashi Sakamoto · 5 years ago
  95. 4b2079f ALSA: firewire-motu: minor code refactoring for protocol version 2 by Takashi Sakamoto · 5 years ago
  96. 3f58f00 ALSA: firewire-motu: detect SPH source of sampling clock by Takashi Sakamoto · 5 years ago
  97. 1ef2ff9 ALSA: firewire-motu: print for unknown source of sampling clock by Takashi Sakamoto · 5 years ago
  98. 2644df6 ALSA: firewire-motu: fix wrong spelling for macro by Takashi Sakamoto · 5 years ago
  99. 1d4961d ALSA: usb-audio: sound: usb: usb true/false for bool return type by Saurav Girepunje · 5 years ago
  100. 7d2ae58 ASoC: Intel: bxt_rt298: common hdmi codec support by Kai Vehmanen · 5 years ago