summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: info: Fix potential deadlock at disconnectionTakashi Iwai2023-11-281-8/+13
* ALSA: rawmidi: Fix NULL dereference at proc readTakashi Iwai2023-10-061-1/+1
* ALSA: seq: ump: Fix -Wformat-truncation warningTakashi Iwai2023-10-061-1/+1
* ALSA: seq: Avoid delivery of events for disabled UMP groupsTakashi Iwai2023-10-062-0/+24
* ALSA: seq: Fix snd_seq_expand_var_event() call to user-spaceTakashi Iwai2023-09-131-2/+7
* ALSA: pcm: Fix missing fixup call in compat hw_refine ioctlTakashi Iwai2023-09-131-2/+6
* ALSA: ump: Fix -Wformat-truncation warningsTakashi Iwai2023-09-131-2/+2
* ALSA: ump: Don't create unused substreams for static blocksTakashi Iwai2023-09-131-6/+37
* ALSA: ump: Fill group names for legacy rawmidi substreamsTakashi Iwai2023-09-131-0/+15
* ALSA: usb-audio: Attach legacy rawmidi after probing all UMP EPsTakashi Iwai2023-09-131-0/+2
* ALSA: seq: remove redundant unsigned comparison to zeroWang Weiyang2023-07-211-2/+1
* ALSA: seq: Fix memory leak at error path in snd_seq_create_port()Takashi Iwai2023-07-171-0/+1
* ALSA: jack: Fix mutex call in snd_jack_report()Takashi Iwai2023-07-061-8/+7
* Merge branch 'topic/midi20' into for-linusTakashi Iwai2023-07-051-1/+1
|\
| * ALSA: seq: ump: fix typo in system_2p_ev_to_ump_midi1()Minjie Du2023-07-051-1/+1
* | ALSA: pcm: Fix potential data race at PCM memory allocation helpersTakashi Iwai2023-07-031-8/+36
* | Merge branch 'topic/midi20' into for-linusTakashi Iwai2023-06-281-1/+1
|\|
| * ALSA: ump: Correct wrong byte size at converting a UMP System messageTakashi Iwai2023-06-281-1/+1
* | Merge branch 'for-next' into for-linusTakashi Iwai2023-06-2630-314/+4338
|\ \
| * | ALSA: pcm: fix ELD constraints for (E)AC3, DTS(-HD) and MLP formatsMatthias Reichl2023-06-251-3/+70
| * | Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-06-233-98/+43
| |\|
| | * ALSA: ump: Export MIDI1 / UMP conversion helpersTakashi Iwai2023-06-233-98/+43
| * | Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-06-211-10/+36
| |\|
| | * ALSA: ump: Export snd_ump_receive_ump_val()Takashi Iwai2023-06-211-3/+8
| | * ALSA: ump: Add no_process_stream flagTakashi Iwai2023-06-211-0/+4
| | * ALSA: ump: Add helper to change MIDI protocolTakashi Iwai2023-06-211-7/+24
| * | sound: make all 'class' structures constIvan Orlov2023-06-212-3/+3
| * | ALSA: compress: allow setting codec params after next trackSrinivas Kandagatla2023-06-211-1/+4
| * | ALSA: timer: minimize open-coded access to hw.resolutionOswald Buddenhagen2023-06-131-5/+13
| * | Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-06-134-1/+552
| |\|
| | * ALSA: ump: Add info flag bit for static blocksTakashi Iwai2023-06-121-0/+11
| | * ALSA: seq: ump: Notify UMP protocol change to sequencerTakashi Iwai2023-06-122-0/+23
| | * ALSA: seq: ump: Notify port changes to system portTakashi Iwai2023-06-122-0/+4
| | * ALSA: seq: ump: Handle FB info updateTakashi Iwai2023-06-122-6/+104
| | * ALSA: seq: ump: Handle groupless messagesTakashi Iwai2023-06-122-1/+7
| | * ALSA: ump: Support UMP Endpoint and Function Block parsingTakashi Iwai2023-06-121-0/+376
| | * ALSA: ump: Add more attributes to UMP EP and FB infoTakashi Iwai2023-06-121-0/+33
| * | ALSA: control: Keep the previous numid at snd_ctl_rename_id()Takashi Iwai2023-06-061-2/+10
| * | Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-06-051-1/+1
| |\|
| | * ALSA: seq: Avoid confusion of aligned read sizeTakashi Iwai2023-06-051-1/+1
| * | Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-05-251-4/+1
| |\|
| | * ALSA: ump: Fix parsing of 0xFx commandTakashi Iwai2023-05-251-1/+1
| | * ALSA: ump: Drop redundant check of note-on with zero velocityTakashi Iwai2023-05-251-3/+0
| * | Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-05-2322-289/+3712
| |\|
| | * ALSA: seq: Add UMP group filterTakashi Iwai2023-05-233-0/+16
| | * ALSA: seq: Print UMP Endpoint and Block information in proc outputsTakashi Iwai2023-05-231-0/+30
| | * ALSA: seq: Add ioctls for client UMP info query and setupTakashi Iwai2023-05-234-2/+139
| | * ALSA: seq: ump: Create UMP Endpoint port for broadcastTakashi Iwai2023-05-231-0/+60
| | * ALSA: seq: Bind UMP deviceTakashi Iwai2023-05-234-1/+423
| | * ALSA: seq: Allow suppressing UMP conversionsTakashi Iwai2023-05-232-8/+18