summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2024-07-26Merge tag 'sound-fix-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-22ALSA: ump: Force 1 Group for MIDI1 FBsTakashi Iwai
2024-07-22ALSA: ump: Don't update FB name for static blocksTakashi Iwai
2024-07-17ALSA: seq: ump: Skip useless ports for static blocksTakashi Iwai
2024-07-17ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is pausedShengjiu Wang
2024-07-06ALSA: seq: Add tempo base unit for MIDI2 Set Tempo messagesTakashi Iwai
2024-07-05ALSA: pcm: Fix id copying in snd_pcm_set_sync_per_card()Jaroslav Kysela
2024-07-05ALSA: pcm: Fix missing export of snd_pcm_set_sync_per-card()Takashi Iwai
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-07-02ALSA: pcm: optimize and clarify stream synchronization ID APIJaroslav Kysela
2024-07-02ALSA: pcm: reinvent the stream synchronization ID APIJaroslav Kysela
2024-06-26Merge branch 'for-linus' into for-nextTakashi Iwai
2024-06-26Merge tag 'asoc-fix-v6.10-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai
2024-06-26ALSA: seq: Fix missing MSB in MIDI2 SPP conversionTakashi Iwai
2024-06-25ALSA: pcm_dmaengine: Unify two close functionsTakashi Iwai
2024-06-25Merge branch 'for-linus' into for-nextTakashi Iwai
2024-06-25ALSA: dmaengine_pcm: terminate dmaengine before synchronizeShengjiu Wang
2024-06-25ALSA: PCM: Allow resume only for suspended streamsTakashi Iwai
2024-06-25ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messagesTakashi Iwai
2024-06-18ALSA: control: Allow NULL passed to snd_ctl_remove()Takashi Iwai
2024-06-18ALSA: chmap: Mark Channel Map controls as volatileTakashi Iwai
2024-06-18ALSA: control: Apply sanity check of input values for user elementsTakashi Iwai
2024-06-18ALSA: vmaster: Return error for invalid input valuesTakashi Iwai
2024-06-11ALSA: dmaengine: Synchronize dma channel after drop()Jai Luthra
2024-05-31ALSA: seq: ump: Fix missing System Reset message handlingTakashi Iwai
2024-05-31ALSA: seq: ump: Fix swapped song position pointer dataTakashi Iwai
2024-05-30ALSA: seq: Fix yet another spot for system message conversionTakashi Iwai
2024-05-29ALSA: ump: Set default protocol when not given explicitlyTakashi Iwai
2024-05-29ALSA: ump: Don't accept an invalid UMP protocol numberTakashi Iwai
2024-05-29ALSA: ump: Don't clear bank selection after sending a program changeTakashi Iwai
2024-05-29ALSA: seq: Fix incorrect UMP type for system messagesTakashi Iwai
2024-05-28ALSA: seq: Don't clear bank selection at event -> UMP MIDI2 conversionTakashi Iwai
2024-05-28ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversionTakashi Iwai
2024-05-27ALSA: core: Remove debugfs at disconnectionTakashi Iwai
2024-05-24Merge tag 'sound-fix-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-22Merge tag 'leds-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2024-05-22ALSA: core: Enable proc module when CONFIG_MODULES=yTakashi Iwai
2024-05-22ALSA: core: Fix NULL module pointer assignment at card initTakashi Iwai
2024-05-16ALSA: timer: Set lower bound of start tick timeTakashi Iwai
2024-05-10ALSA: core: Remove superfluous CONFIG_PMTakashi Iwai
2024-05-10Merge branch 'for-linus' into for-nextTakashi Iwai
2024-05-10ALSA: Fix deadlocks with kctl removals at disconnectionTakashi Iwai
2024-05-09ALSA: kunit: Add missing module descriptionsTakashi Iwai
2024-05-09ALSA: pcm_dmaengine: Add missing module descriptionTakashi Iwai
2024-05-08ALSA: core: Use *-y instead of *-objs in MakefileTakashi Iwai
2024-04-28Merge branch 'topic/emu10k1-fix' into for-nextTakashi Iwai
2024-04-28ALSA: kunit: use const qualifier for immutable dataTakashi Sakamoto
2024-04-26ALSA: kunit: make read-only array buf_samples static constColin Ian King