index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-21
ALSA: seq: remove redundant unsigned comparison to zero
Wang Weiyang
1
-2
/
+1
2023-07-17
ALSA: seq: Fix memory leak at error path in snd_seq_create_port()
Takashi Iwai
1
-0
/
+1
2023-07-06
ALSA: jack: Fix mutex call in snd_jack_report()
Takashi Iwai
1
-8
/
+7
2023-07-05
Merge branch 'topic/midi20' into for-linus
Takashi Iwai
1
-1
/
+1
2023-07-05
ALSA: seq: ump: fix typo in system_2p_ev_to_ump_midi1()
Minjie Du
1
-1
/
+1
2023-07-03
ALSA: pcm: Fix potential data race at PCM memory allocation helpers
Takashi Iwai
1
-8
/
+36
2023-06-28
Merge branch 'topic/midi20' into for-linus
Takashi Iwai
1
-1
/
+1
2023-06-28
ALSA: ump: Correct wrong byte size at converting a UMP System message
Takashi Iwai
1
-1
/
+1
2023-06-26
Merge branch 'for-next' into for-linus
Takashi Iwai
30
-314
/
+4338
2023-06-25
ALSA: pcm: fix ELD constraints for (E)AC3, DTS(-HD) and MLP formats
Matthias Reichl
1
-3
/
+70
2023-06-23
Merge branch 'topic/midi20' into for-next
Takashi Iwai
3
-98
/
+43
2023-06-23
ALSA: ump: Export MIDI1 / UMP conversion helpers
Takashi Iwai
3
-98
/
+43
2023-06-21
Merge branch 'topic/midi20' into for-next
Takashi Iwai
1
-10
/
+36
2023-06-21
ALSA: ump: Export snd_ump_receive_ump_val()
Takashi Iwai
1
-3
/
+8
2023-06-21
ALSA: ump: Add no_process_stream flag
Takashi Iwai
1
-0
/
+4
2023-06-21
ALSA: ump: Add helper to change MIDI protocol
Takashi Iwai
1
-7
/
+24
2023-06-21
sound: make all 'class' structures const
Ivan Orlov
2
-3
/
+3
2023-06-21
ALSA: compress: allow setting codec params after next track
Srinivas Kandagatla
1
-1
/
+4
2023-06-16
ALSA: seq: oss: Fix racy open/close of MIDI devices
Takashi Iwai
1
-13
/
+22
2023-06-13
ALSA: timer: minimize open-coded access to hw.resolution
Oswald Buddenhagen
1
-5
/
+13
2023-06-13
Merge branch 'topic/midi20' into for-next
Takashi Iwai
4
-1
/
+552
2023-06-12
ALSA: ump: Add info flag bit for static blocks
Takashi Iwai
1
-0
/
+11
2023-06-12
ALSA: seq: ump: Notify UMP protocol change to sequencer
Takashi Iwai
2
-0
/
+23
2023-06-12
ALSA: seq: ump: Notify port changes to system port
Takashi Iwai
2
-0
/
+4
2023-06-12
ALSA: seq: ump: Handle FB info update
Takashi Iwai
2
-6
/
+104
2023-06-12
ALSA: seq: ump: Handle groupless messages
Takashi Iwai
2
-1
/
+7
2023-06-12
ALSA: ump: Support UMP Endpoint and Function Block parsing
Takashi Iwai
1
-0
/
+376
2023-06-12
ALSA: ump: Add more attributes to UMP EP and FB info
Takashi Iwai
1
-0
/
+33
2023-06-06
ALSA: control: Keep the previous numid at snd_ctl_rename_id()
Takashi Iwai
1
-2
/
+10
2023-06-05
Merge branch 'topic/midi20' into for-next
Takashi Iwai
1
-1
/
+1
2023-06-05
ALSA: seq: Avoid confusion of aligned read size
Takashi Iwai
1
-1
/
+1
2023-05-25
Merge branch 'topic/midi20' into for-next
Takashi Iwai
1
-4
/
+1
2023-05-25
ALSA: ump: Fix parsing of 0xFx command
Takashi Iwai
1
-1
/
+1
2023-05-25
ALSA: ump: Drop redundant check of note-on with zero velocity
Takashi Iwai
1
-3
/
+0
2023-05-23
Merge branch 'topic/midi20' into for-next
Takashi Iwai
22
-289
/
+3712
2023-05-23
ALSA: seq: Add UMP group filter
Takashi Iwai
3
-0
/
+16
2023-05-23
ALSA: seq: Print UMP Endpoint and Block information in proc outputs
Takashi Iwai
1
-0
/
+30
2023-05-23
ALSA: seq: Add ioctls for client UMP info query and setup
Takashi Iwai
4
-2
/
+139
2023-05-23
ALSA: seq: ump: Create UMP Endpoint port for broadcast
Takashi Iwai
1
-0
/
+60
2023-05-23
ALSA: seq: Bind UMP device
Takashi Iwai
4
-1
/
+423
2023-05-23
ALSA: seq: Allow suppressing UMP conversions
Takashi Iwai
2
-8
/
+18
2023-05-23
ALSA: seq: Automatic conversion of UMP events
Takashi Iwai
7
-14
/
+1279
2023-05-23
ALSA: seq: Add UMP group number to snd_seq_port_info
Takashi Iwai
2
-3
/
+9
2023-05-23
ALSA: seq: Add port direction to snd_seq_port_info
Takashi Iwai
6
-2
/
+35
2023-05-23
ALSA: seq: Support MIDI 2.0 UMP Endpoint port
Takashi Iwai
2
-8
/
+40
2023-05-23
ALSA: seq: Add port inactive flag
Takashi Iwai
2
-0
/
+6
2023-05-23
ALSA: seq: Add UMP support
Takashi Iwai
5
-47
/
+144
2023-05-23
ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctl
Takashi Iwai
3
-0
/
+10
2023-05-23
ALSA: seq: Prohibit creating ports with special numbers
Takashi Iwai
1
-0
/
+2
2023-05-23
ALSA: seq: Check validity before creating a port object
Takashi Iwai
1
-6
/
+2
[next]