summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2023-06-12ALSA: seq: ump: Notify UMP protocol change to sequencerTakashi Iwai
2023-06-12ALSA: seq: ump: Notify port changes to system portTakashi Iwai
2023-06-12ALSA: seq: ump: Handle FB info updateTakashi Iwai
2023-06-12ALSA: seq: ump: Handle groupless messagesTakashi Iwai
2023-06-12ALSA: ump: Support UMP Endpoint and Function Block parsingTakashi Iwai
2023-06-12ALSA: ump: Add more attributes to UMP EP and FB infoTakashi Iwai
2023-06-06ALSA: control: Keep the previous numid at snd_ctl_rename_id()Takashi Iwai
2023-06-05Merge branch 'topic/midi20' into for-nextTakashi Iwai
2023-06-05ALSA: seq: Avoid confusion of aligned read sizeTakashi Iwai
2023-05-25Merge branch 'topic/midi20' into for-nextTakashi Iwai
2023-05-25ALSA: ump: Fix parsing of 0xFx commandTakashi Iwai
2023-05-25ALSA: ump: Drop redundant check of note-on with zero velocityTakashi Iwai
2023-05-23Merge branch 'topic/midi20' into for-nextTakashi Iwai
2023-05-23ALSA: seq: Add UMP group filterTakashi Iwai
2023-05-23ALSA: seq: Print UMP Endpoint and Block information in proc outputsTakashi Iwai
2023-05-23ALSA: seq: Add ioctls for client UMP info query and setupTakashi Iwai
2023-05-23ALSA: seq: ump: Create UMP Endpoint port for broadcastTakashi Iwai
2023-05-23ALSA: seq: Bind UMP deviceTakashi Iwai
2023-05-23ALSA: seq: Allow suppressing UMP conversionsTakashi Iwai
2023-05-23ALSA: seq: Automatic conversion of UMP eventsTakashi Iwai
2023-05-23ALSA: seq: Add UMP group number to snd_seq_port_infoTakashi Iwai
2023-05-23ALSA: seq: Add port direction to snd_seq_port_infoTakashi Iwai
2023-05-23ALSA: seq: Support MIDI 2.0 UMP Endpoint portTakashi Iwai
2023-05-23ALSA: seq: Add port inactive flagTakashi Iwai
2023-05-23ALSA: seq: Add UMP supportTakashi Iwai
2023-05-23ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctlTakashi Iwai
2023-05-23ALSA: seq: Prohibit creating ports with special numbersTakashi Iwai
2023-05-23ALSA: seq: Check validity before creating a port objectTakashi Iwai
2023-05-23ALSA: seq: Check the conflicting port at port creationTakashi Iwai
2023-05-23ALSA: seq: Drop dead code for the old broadcast supportTakashi Iwai
2023-05-23ALSA: seq: Treat snd_seq_client object directly in client driversTakashi Iwai
2023-05-23ALSA: seq: Add snd_seq_expand_var_event_at() helperTakashi Iwai
2023-05-23ALSA: seq: Clear padded bytes at expanding eventsTakashi Iwai
2023-05-23ALSA: ump: Add legacy raw MIDI supportTakashi Iwai
2023-05-23ALSA: ump: Redirect rawmidi substream access via own helpersTakashi Iwai
2023-05-23ALSA: ump: Additional proc outputTakashi Iwai
2023-05-23ALSA: ump: Add ioctls to inquiry UMP EP and Block info via control APITakashi Iwai
2023-05-23ALSA: rawmidi: Skip UMP devices at SNDRV_CTL_IOCTL_RAWMIDI_NEXT_DEVICETakashi Iwai
2023-05-23ALSA: rawmidi: UMP supportTakashi Iwai
2023-05-23ALSA: rawmidi: Add ioctl callback to snd_rawmidi_global_opsTakashi Iwai
2023-05-23ALSA: rawmidi: Pass rawmidi directly to snd_rawmidi_kernel_open()Takashi Iwai
2023-05-18Revert "ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)"Oswald Buddenhagen
2023-05-17ALSA: compat_ioctl: use correct snd_ctl_elem_type_t typeMin-Hua Chen
2023-05-17ALSA: oss: avoid missing-prototype warningsArnd Bergmann
2023-05-06Merge tag 'sound-fix-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-05-05ALSA: pcm: use exit controlled loop in snd_pcm_playback_silence()Oswald Buddenhagen
2023-05-05ALSA: pcm: simplify top-up mode init in snd_pcm_playback_silence()Oswald Buddenhagen
2023-05-05ALSA: pcm: playback silence - move silence variable updates to separate functionJaroslav Kysela
2023-05-05ALSA: pcm: playback silence - remove extra codeJaroslav Kysela
2023-05-05ALSA: pcm: fix playback silence - correct incremental silencingJaroslav Kysela