aboutsummaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2023-05-25Merge branch 'topic/midi20' into for-nextTakashi Iwai1-4/+1
2023-05-25ALSA: ump: Fix parsing of 0xFx commandTakashi Iwai1-1/+1
2023-05-25ALSA: ump: Drop redundant check of note-on with zero velocityTakashi Iwai1-3/+0
2023-05-23Merge branch 'topic/midi20' into for-nextTakashi Iwai22-289/+3712
2023-05-23ALSA: seq: Add UMP group filterTakashi Iwai3-0/+16
2023-05-23ALSA: seq: Print UMP Endpoint and Block information in proc outputsTakashi Iwai1-0/+30
2023-05-23ALSA: seq: Add ioctls for client UMP info query and setupTakashi Iwai4-2/+139
2023-05-23ALSA: seq: ump: Create UMP Endpoint port for broadcastTakashi Iwai1-0/+60
2023-05-23ALSA: seq: Bind UMP deviceTakashi Iwai4-1/+423
2023-05-23ALSA: seq: Allow suppressing UMP conversionsTakashi Iwai2-8/+18
2023-05-23ALSA: seq: Automatic conversion of UMP eventsTakashi Iwai7-14/+1279
2023-05-23ALSA: seq: Add UMP group number to snd_seq_port_infoTakashi Iwai2-3/+9
2023-05-23ALSA: seq: Add port direction to snd_seq_port_infoTakashi Iwai6-2/+35
2023-05-23ALSA: seq: Support MIDI 2.0 UMP Endpoint portTakashi Iwai2-8/+40
2023-05-23ALSA: seq: Add port inactive flagTakashi Iwai2-0/+6
2023-05-23ALSA: seq: Add UMP supportTakashi Iwai5-47/+144
2023-05-23ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctlTakashi Iwai3-0/+10
2023-05-23ALSA: seq: Prohibit creating ports with special numbersTakashi Iwai1-0/+2
2023-05-23ALSA: seq: Check validity before creating a port objectTakashi Iwai1-6/+2
2023-05-23ALSA: seq: Check the conflicting port at port creationTakashi Iwai3-15/+27
2023-05-23ALSA: seq: Drop dead code for the old broadcast supportTakashi Iwai1-104/+1
2023-05-23ALSA: seq: Treat snd_seq_client object directly in client driversTakashi Iwai2-0/+19
2023-05-23ALSA: seq: Add snd_seq_expand_var_event_at() helperTakashi Iwai1-19/+67
2023-05-23ALSA: seq: Clear padded bytes at expanding eventsTakashi Iwai1-5/+9
2023-05-23ALSA: ump: Add legacy raw MIDI supportTakashi Iwai5-3/+828
2023-05-23ALSA: ump: Redirect rawmidi substream access via own helpersTakashi Iwai1-0/+111
2023-05-23ALSA: ump: Additional proc outputTakashi Iwai2-0/+51
2023-05-23ALSA: ump: Add ioctls to inquiry UMP EP and Block info via control APITakashi Iwai1-0/+26
2023-05-23ALSA: rawmidi: Skip UMP devices at SNDRV_CTL_IOCTL_RAWMIDI_NEXT_DEVICETakashi Iwai1-21/+36
2023-05-23ALSA: rawmidi: UMP supportTakashi Iwai5-40/+339
2023-05-23ALSA: rawmidi: Add ioctl callback to snd_rawmidi_global_opsTakashi Iwai1-2/+5
2023-05-23ALSA: rawmidi: Pass rawmidi directly to snd_rawmidi_kernel_open()Takashi Iwai2-17/+8
2023-05-18Revert "ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)"Oswald Buddenhagen1-4/+0
2023-05-17ALSA: compat_ioctl: use correct snd_ctl_elem_type_t typeMin-Hua Chen1-7/+7
2023-05-17ALSA: oss: avoid missing-prototype warningsArnd Bergmann1-8/+8
2023-05-06Merge tag 'sound-fix-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-37/+77
2023-05-05ALSA: pcm: use exit controlled loop in snd_pcm_playback_silence()Oswald Buddenhagen1-2/+2
2023-05-05ALSA: pcm: simplify top-up mode init in snd_pcm_playback_silence()Oswald Buddenhagen1-7/+24
2023-05-05ALSA: pcm: playback silence - move silence variable updates to separate functionJaroslav Kysela1-20/+22
2023-05-05ALSA: pcm: playback silence - remove extra codeJaroslav Kysela1-2/+0
2023-05-05ALSA: pcm: fix playback silence - correct incremental silencingJaroslav Kysela1-7/+3
2023-05-05ALSA: pcm: fix playback silence - use the actual new_hw_ptr for the threshold...Jaroslav Kysela1-1/+9
2023-05-05ALSA: pcm: Revert "ALSA: pcm: rewrite snd_pcm_playback_silence()"Jaroslav Kysela3-40/+59
2023-04-27Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-65/+49
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-10/+16
2023-04-21ALSA: pcm: rewrite snd_pcm_playback_silence()Oswald Buddenhagen3-55/+40
2023-04-08ALSA: pcm: fix wait_time calculationsOswald Buddenhagen2-10/+9
2023-03-30ALSA: pcm: check for user backed iterator, not specific iterator typeJens Axboe1-2/+2
2023-03-30iov_iter: add iter_iovec() helperJens Axboe1-8/+14
2023-03-21ALSA: usb-audio: Fix recursive locking at XRUN during syncingTakashi Iwai1-0/+2