summaryrefslogtreecommitdiff
path: root/sound/core/seq/seq_ump_client.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-28ALSA: seq: ump: Use guard() for lockingTakashi Iwai1-8/+5
2024-02-23ALSA: seq: ump: Use automatic cleanup of kfree()Takashi Iwai1-21/+12
2023-09-15ALSA: seq: ump: Fix -Wformat-truncation warningTakashi Iwai1-1/+1
2023-09-12ALSA: seq: Avoid delivery of events for disabled UMP groupsTakashi Iwai1-0/+22
2023-07-21ALSA: seq: remove redundant unsigned comparison to zeroWang Weiyang1-2/+1
2023-06-12ALSA: seq: ump: Notify UMP protocol change to sequencerTakashi Iwai1-0/+10
2023-06-12ALSA: seq: ump: Notify port changes to system portTakashi Iwai1-0/+3
2023-06-12ALSA: seq: ump: Handle FB info updateTakashi Iwai1-0/+61
2023-06-12ALSA: seq: ump: Handle groupless messagesTakashi Iwai1-1/+4
2023-05-23ALSA: seq: Add ioctls for client UMP info query and setupTakashi Iwai1-0/+15
2023-05-23ALSA: seq: ump: Create UMP Endpoint port for broadcastTakashi Iwai1-0/+60
2023-05-23ALSA: seq: Bind UMP deviceTakashi Iwai1-0/+389