summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ALSA: emu10k1: add synchronized start of multi-channel playbackOswald Buddenhagen2023-05-241-1/+9
* Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-05-241-1/+1
|\
| * ALSA: ump: Correct snd_ump_midi1_msg_program definitionStephen Rothwell2023-05-241-1/+1
* | Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-05-2317-34/+995
|\|
| * ALSA: seq: Add UMP group filterTakashi Iwai2023-05-231-1/+2
| * ALSA: seq: Add ioctls for client UMP info query and setupTakashi Iwai2023-05-231-0/+14
| * ALSA: seq: Bind UMP deviceTakashi Iwai2023-05-233-1/+16
| * ALSA: seq: Allow suppressing UMP conversionsTakashi Iwai2023-05-231-0/+1
| * ALSA: seq: Add UMP group number to snd_seq_port_infoTakashi Iwai2023-05-231-1/+2
| * ALSA: seq: Add port direction to snd_seq_port_infoTakashi Iwai2023-05-231-1/+8
| * ALSA: seq: Support MIDI 2.0 UMP Endpoint portTakashi Iwai2023-05-231-0/+1
| * ALSA: seq: Add port inactive flagTakashi Iwai2023-05-231-0/+1
| * ALSA: seq: Add UMP supportTakashi Iwai2023-05-233-16/+49
| * ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctlTakashi Iwai2023-05-231-0/+1
| * ALSA: seq: Add snd_seq_expand_var_event_at() helperTakashi Iwai2023-05-231-0/+2
| * ALSA: ump: Add legacy raw MIDI supportTakashi Iwai2023-05-232-0/+570
| * ALSA: ump: Redirect rawmidi substream access via own helpersTakashi Iwai2023-05-231-0/+14
| * ALSA: usb-audio: Define USB MIDI 2.0 specsTakashi Iwai2023-05-231-0/+94
| * ALSA: ump: Additional proc outputTakashi Iwai2023-05-231-0/+3
| * ALSA: ump: Add ioctls to inquiry UMP EP and Block info via control APITakashi Iwai2023-05-231-0/+2
| * ALSA: rawmidi: Skip UMP devices at SNDRV_CTL_IOCTL_RAWMIDI_NEXT_DEVICETakashi Iwai2023-05-231-1/+2
| * ALSA: rawmidi: UMP supportTakashi Iwai2023-05-233-1/+182
| * ALSA: rawmidi: Add ioctl callback to snd_rawmidi_global_opsTakashi Iwai2023-05-231-0/+2
| * ALSA: rawmidi: Pass rawmidi directly to snd_rawmidi_kernel_open()Takashi Iwai2023-05-231-1/+1
| * Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-141-0/+1
| |\
| | * x86/amd_nb: Add PCI ID for family 19h model 78hMario Limonciello2023-05-081-0/+1
| * | Merge tag 'io_uring-6.4-2023-05-12' of git://git.kernel.dk/linuxLinus Torvalds2023-05-121-5/+5
| |\ \
| | * | io_uring: make io_uring_sqe_cmd() unconditionally availableJens Axboe2023-05-091-5/+5
| | |/
| * | Merge tag 'drm-fixes-2023-05-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-05-112-6/+4
| |\ \
| | * \ Merge tag 'drm-misc-fixes-2023-05-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-05-122-6/+4
| | |\ \ | | | |/ | | |/|
| | | * drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro valuesJani Nikula2023-04-241-2/+2
| | | * drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usageJani Nikula2023-04-242-4/+2
| * | | Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-114-3/+21
| |\ \ \ | | |/ / | |/| |
| | * | net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-101-0/+17
| | * | bonding: fix send_peer_notif overflowHangbin Liu2023-05-101-1/+1
| | * | net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima2023-05-091-1/+1
| | * | linux/dim: Do nothing if no time delta between samplesRoy Novich2023-05-091-1/+2
* | | | ALSA: emu10k1: revamp playback voice allocatorOswald Buddenhagen2023-05-201-1/+2
* | | | ALSA: emu10k1: make snd_emu10k1_voice_alloc() assign voices' epcmOswald Buddenhagen2023-05-201-1/+2
* | | | ALSA: emu10k1: make freeing untouched playback voices cheapOswald Buddenhagen2023-05-181-0/+1
* | | | ALSA: emu10k1: improve voice status display in /procOswald Buddenhagen2023-05-181-7/+6
* | | | ALSA: emu10k1: enable bit-exact playback, part 4: send amountsOswald Buddenhagen2023-05-181-0/+2
* | | | ALSA: emu10k1: introduce and use snd_emu10k1_ptr_write_multiple()Oswald Buddenhagen2023-05-181-0/+4
* | | | ALSA: emu10k1: fix PCM playback cache and interrupt handlingOswald Buddenhagen2023-05-181-18/+20
* | | | Revert "ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)"Oswald Buddenhagen2023-05-181-1/+0
* | | | ALSA: emu10k1: make struct snd_emu1010 less wastefulOswald Buddenhagen2023-05-171-2/+5
* | | | ALSA: emu10k1: add explicit support for E-MU 0404Oswald Buddenhagen2023-05-171-0/+2
* | | | ALSA: emu10k1: make mixer control mass creation less wastefulOswald Buddenhagen2023-05-171-1/+1
* | | | ALSA: emu10k1: make some initializer arrays less wastefulOswald Buddenhagen2023-05-171-18/+18
* | | | ALSA: emu10k1: factor out snd_emu10k1_compose_audigy_sendamounts()Oswald Buddenhagen2023-05-171-0/+3