index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-05-23
ALSA: seq: Check the conflicting port at port creation
Takashi Iwai
3
-15
/
+27
2023-05-23
ALSA: seq: Drop dead code for the old broadcast support
Takashi Iwai
1
-104
/
+1
2023-05-23
ALSA: seq: Treat snd_seq_client object directly in client drivers
Takashi Iwai
2
-0
/
+19
2023-05-23
ALSA: seq: Add snd_seq_expand_var_event_at() helper
Takashi Iwai
1
-19
/
+67
2023-05-23
ALSA: seq: Clear padded bytes at expanding events
Takashi Iwai
1
-5
/
+9
2023-05-23
ALSA: ump: Add legacy raw MIDI support
Takashi Iwai
5
-3
/
+828
2023-05-23
ALSA: ump: Redirect rawmidi substream access via own helpers
Takashi Iwai
1
-0
/
+111
2023-05-23
ALSA: ump: Additional proc output
Takashi Iwai
2
-0
/
+51
2023-05-23
ALSA: ump: Add ioctls to inquiry UMP EP and Block info via control API
Takashi Iwai
1
-0
/
+26
2023-05-23
ALSA: rawmidi: Skip UMP devices at SNDRV_CTL_IOCTL_RAWMIDI_NEXT_DEVICE
Takashi Iwai
1
-21
/
+36
2023-05-23
ALSA: rawmidi: UMP support
Takashi Iwai
5
-40
/
+339
2023-05-23
ALSA: rawmidi: Add ioctl callback to snd_rawmidi_global_ops
Takashi Iwai
1
-2
/
+5
2023-05-23
ALSA: rawmidi: Pass rawmidi directly to snd_rawmidi_kernel_open()
Takashi Iwai
2
-17
/
+8
2023-05-18
Revert "ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)"
Oswald Buddenhagen
1
-4
/
+0
2023-05-17
ALSA: compat_ioctl: use correct snd_ctl_elem_type_t type
Min-Hua Chen
1
-7
/
+7
2023-05-17
ALSA: oss: avoid missing-prototype warnings
Arnd Bergmann
1
-8
/
+8
2023-05-06
Merge tag 'sound-fix-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-37
/
+77
2023-05-05
ALSA: pcm: use exit controlled loop in snd_pcm_playback_silence()
Oswald Buddenhagen
1
-2
/
+2
2023-05-05
ALSA: pcm: simplify top-up mode init in snd_pcm_playback_silence()
Oswald Buddenhagen
1
-7
/
+24
2023-05-05
ALSA: pcm: playback silence - move silence variable updates to separate function
Jaroslav Kysela
1
-20
/
+22
2023-05-05
ALSA: pcm: playback silence - remove extra code
Jaroslav Kysela
1
-2
/
+0
2023-05-05
ALSA: pcm: fix playback silence - correct incremental silencing
Jaroslav Kysela
1
-7
/
+3
2023-05-05
ALSA: pcm: fix playback silence - use the actual new_hw_ptr for the threshold...
Jaroslav Kysela
1
-1
/
+9
2023-05-05
ALSA: pcm: Revert "ALSA: pcm: rewrite snd_pcm_playback_silence()"
Jaroslav Kysela
3
-40
/
+59
2023-04-27
Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
3
-65
/
+49
2023-04-24
Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
1
-10
/
+16
2023-04-21
ALSA: pcm: rewrite snd_pcm_playback_silence()
Oswald Buddenhagen
3
-55
/
+40
2023-04-08
ALSA: pcm: fix wait_time calculations
Oswald Buddenhagen
2
-10
/
+9
2023-03-30
ALSA: pcm: check for user backed iterator, not specific iterator type
Jens Axboe
1
-2
/
+2
2023-03-30
iov_iter: add iter_iovec() helper
Jens Axboe
1
-8
/
+14
2023-03-21
ALSA: usb-audio: Fix recursive locking at XRUN during syncing
Takashi Iwai
1
-0
/
+2
[prev]
[next]