summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2024-10-10ALSA: core: add isascii() check to card ID generatorJaroslav Kysela1-4/+10
2024-10-10ALSA: mixer_oss: Remove some incorrect kfree_const() usagesChristophe JAILLET1-2/+2
2024-09-12ALSA: control: Apply sanity check of input values for user elementsTakashi Iwai1-1/+5
2024-09-08ALSA: seq: ump: Explicitly reset RPN with Null RPNTakashi Iwai1-5/+16
2024-09-08ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data receptionTakashi Iwai1-30/+44
2024-09-08ALSA: seq: ump: Use the common RPN/bank conversion contextTakashi Iwai2-17/+7
2024-09-08ALSA: ump: Explicitly reset RPN with Null RPNTakashi Iwai1-5/+14
2024-09-08ALSA: ump: Transmit RPN/NRPN message at each MSB/LSB data receptionTakashi Iwai1-17/+32
2024-09-04ALSA: seq: Skip event type filtering for UMP eventsTakashi Iwai1-0/+3
2024-08-29ALSA: timer: Relax start tick time check for slave timer elementsTakashi Iwai1-1/+1
2024-08-11ALSA: seq: ump: Optimize conversions from SysEx to UMPTakashi Iwai1-14/+23
2024-08-03ALSA: ump: Force 1 Group for MIDI1 FBsTakashi Iwai1-0/+6
2024-08-03ALSA: ump: Don't update FB name for static blocksTakashi Iwai1-0/+7
2024-07-27ALSA: seq: ump: Skip useless ports for static blocksTakashi Iwai1-0/+16
2024-07-27ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is pausedShengjiu Wang1-1/+5
2024-07-25ALSA: dmaengine_pcm: terminate dmaengine before synchronizeShengjiu Wang1-0/+12
2024-07-25ALSA: PCM: Allow resume only for suspended streamsTakashi Iwai1-0/+2
2024-07-25ALSA: dmaengine: Synchronize dma channel after drop()Jai Luthra1-0/+10
2024-07-11ALSA: ump: Set default protocol when not given explicitlyTakashi Iwai1-0/+8
2024-07-05ALSA: seq: Fix missing MSB in MIDI2 SPP conversionTakashi Iwai1-1/+1
2024-07-05ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messagesTakashi Iwai1-3/+5
2024-06-27ALSA: seq: ump: Fix missing System Reset message handlingTakashi Iwai1-0/+2
2024-06-16ALSA: seq: Fix incorrect UMP type for system messagesTakashi Iwai1-0/+2
2024-06-16ALSA: ump: Don't accept an invalid UMP protocol numberTakashi Iwai1-0/+7
2024-06-16ALSA: ump: Don't clear bank selection after sending a program changeTakashi Iwai1-1/+0
2024-06-12ALSA: timer: Set lower bound of start tick timeTakashi Iwai1-0/+10
2024-06-12ALSA: seq: ump: Fix swapped song position pointer dataTakashi Iwai1-3/+3
2024-06-12ALSA: seq: Fix yet another spot for system message conversionTakashi Iwai1-0/+1
2024-06-12ALSA: seq: Don't clear bank selection at event -> UMP MIDI2 conversionTakashi Iwai1-1/+0
2024-06-12ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversionTakashi Iwai1-0/+38
2024-06-12ALSA: core: Remove debugfs at disconnectionTakashi Iwai2-11/+19
2024-06-12ALSA: jack: Use guard() for lockingTakashi Iwai1-18/+7
2024-06-12ALSA: Fix deadlocks with kctl removals at disconnectionTakashi Iwai1-1/+8
2024-06-12ALSA: core: Fix NULL module pointer assignment at card initTakashi Iwai1-1/+1
2024-04-27ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messagesTakashi Iwai1-1/+1
2024-03-27ALSA: seq: fix function cast warningsTakashi Iwai2-2/+15
2024-03-06ALSA: ump: Fix the discard error code from snd_ump_legacy_open()Takashi Iwai1-2/+2
2024-03-06ALSA: Drop leftover snd-rtctimer stuff from MakefileTakashi Iwai1-1/+0
2023-12-13ALSA: pcm: fix out-of-bounds in snd_pcm_state_namesJason Zhang1-0/+1
2023-11-28ALSA: info: Fix potential deadlock at disconnectionTakashi Iwai1-8/+13
2023-09-16ALSA: rawmidi: Fix NULL dereference at proc readTakashi Iwai1-1/+1
2023-09-15ALSA: seq: midi: Fix -Wformat-truncation warningTakashi Iwai1-2/+2
2023-09-15ALSA: seq: ump: Fix -Wformat-truncation warningTakashi Iwai1-1/+1
2023-09-12ALSA: core: Use dev_name of card_dev as debugfs directory namePeter Ujfalusi1-5/+2
2023-09-12ALSA: seq: Avoid delivery of events for disabled UMP groupsTakashi Iwai2-0/+24
2023-09-05ALSA: seq: Fix snd_seq_expand_var_event() call to user-spaceTakashi Iwai1-2/+7
2023-09-02ALSA: pcm: Fix error checks of default read/write copy opsTakashi Iwai1-4/+4
2023-08-29ALSA: pcm: Fix missing fixup call in compat hw_refine ioctlTakashi Iwai1-2/+6
2023-08-26ALSA: ump: Fix -Wformat-truncation warningsTakashi Iwai1-2/+2
2023-08-24ALSA: ump: Don't create unused substreams for static blocksTakashi Iwai1-6/+37