summaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)AuthorLines
2023-07-21ALSA: seq: remove redundant unsigned comparison to zeroWang Weiyang-2/+1
2023-07-17ALSA: seq: Fix memory leak at error path in snd_seq_create_port()Takashi Iwai-0/+1
2023-07-06ALSA: jack: Fix mutex call in snd_jack_report()Takashi Iwai-8/+7
2023-07-05Merge branch 'topic/midi20' into for-linusTakashi Iwai-1/+1
2023-07-05ALSA: seq: ump: fix typo in system_2p_ev_to_ump_midi1()Minjie Du-1/+1
2023-07-03ALSA: pcm: Fix potential data race at PCM memory allocation helpersTakashi Iwai-8/+36
2023-06-28Merge branch 'topic/midi20' into for-linusTakashi Iwai-1/+1
2023-06-28ALSA: ump: Correct wrong byte size at converting a UMP System messageTakashi Iwai-1/+1
2023-06-26Merge branch 'for-next' into for-linusTakashi Iwai-314/+4338
2023-06-25ALSA: pcm: fix ELD constraints for (E)AC3, DTS(-HD) and MLP formatsMatthias Reichl-3/+70
2023-06-23Merge branch 'topic/midi20' into for-nextTakashi Iwai-98/+43
2023-06-23ALSA: ump: Export MIDI1 / UMP conversion helpersTakashi Iwai-98/+43
2023-06-21Merge branch 'topic/midi20' into for-nextTakashi Iwai-10/+36
2023-06-21ALSA: ump: Export snd_ump_receive_ump_val()Takashi Iwai-3/+8
2023-06-21ALSA: ump: Add no_process_stream flagTakashi Iwai-0/+4
2023-06-21ALSA: ump: Add helper to change MIDI protocolTakashi Iwai-7/+24
2023-06-21sound: make all 'class' structures constIvan Orlov-3/+3
2023-06-21ALSA: compress: allow setting codec params after next trackSrinivas Kandagatla-1/+4
2023-06-16ALSA: seq: oss: Fix racy open/close of MIDI devicesTakashi Iwai-13/+22
2023-06-13ALSA: timer: minimize open-coded access to hw.resolutionOswald Buddenhagen-5/+13
2023-06-13Merge branch 'topic/midi20' into for-nextTakashi Iwai-1/+552
2023-06-12ALSA: ump: Add info flag bit for static blocksTakashi Iwai-0/+11
2023-06-12ALSA: seq: ump: Notify UMP protocol change to sequencerTakashi Iwai-0/+23
2023-06-12ALSA: seq: ump: Notify port changes to system portTakashi Iwai-0/+4
2023-06-12ALSA: seq: ump: Handle FB info updateTakashi Iwai-6/+104
2023-06-12ALSA: seq: ump: Handle groupless messagesTakashi Iwai-1/+7
2023-06-12ALSA: ump: Support UMP Endpoint and Function Block parsingTakashi Iwai-0/+376
2023-06-12ALSA: ump: Add more attributes to UMP EP and FB infoTakashi Iwai-0/+33
2023-06-06ALSA: control: Keep the previous numid at snd_ctl_rename_id()Takashi Iwai-2/+10
2023-06-05Merge branch 'topic/midi20' into for-nextTakashi Iwai-1/+1
2023-06-05ALSA: seq: Avoid confusion of aligned read sizeTakashi Iwai-1/+1
2023-05-25Merge branch 'topic/midi20' into for-nextTakashi Iwai-4/+1
2023-05-25ALSA: ump: Fix parsing of 0xFx commandTakashi Iwai-1/+1
2023-05-25ALSA: ump: Drop redundant check of note-on with zero velocityTakashi Iwai-3/+0
2023-05-23Merge branch 'topic/midi20' into for-nextTakashi Iwai-289/+3712
2023-05-23ALSA: seq: Add UMP group filterTakashi Iwai-0/+16
2023-05-23ALSA: seq: Print UMP Endpoint and Block information in proc outputsTakashi Iwai-0/+30
2023-05-23ALSA: seq: Add ioctls for client UMP info query and setupTakashi Iwai-2/+139
2023-05-23ALSA: seq: ump: Create UMP Endpoint port for broadcastTakashi Iwai-0/+60
2023-05-23ALSA: seq: Bind UMP deviceTakashi Iwai-1/+423
2023-05-23ALSA: seq: Allow suppressing UMP conversionsTakashi Iwai-8/+18
2023-05-23ALSA: seq: Automatic conversion of UMP eventsTakashi Iwai-14/+1279
2023-05-23ALSA: seq: Add UMP group number to snd_seq_port_infoTakashi Iwai-3/+9
2023-05-23ALSA: seq: Add port direction to snd_seq_port_infoTakashi Iwai-2/+35
2023-05-23ALSA: seq: Support MIDI 2.0 UMP Endpoint portTakashi Iwai-8/+40
2023-05-23ALSA: seq: Add port inactive flagTakashi Iwai-0/+6
2023-05-23ALSA: seq: Add UMP supportTakashi Iwai-47/+144
2023-05-23ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctlTakashi Iwai-0/+10
2023-05-23ALSA: seq: Prohibit creating ports with special numbersTakashi Iwai-0/+2
2023-05-23ALSA: seq: Check validity before creating a port objectTakashi Iwai-6/+2