summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-05ALSA: emu10k1: make E-MU FPGA register dump in /proc more usefulOswald Buddenhagen3-4/+68
2023-06-05ALSA: emu10k1: include FX send amounts in /proc outputOswald Buddenhagen1-24/+25
2023-06-05ALSA: emu10k1: actually disassemble DSP instructions in /procOswald Buddenhagen1-19/+130
2023-06-05ALSA: emu10k1: fix writing 1st pointer-offset register set through /procOswald Buddenhagen1-4/+7
2023-06-05ALSA: emu10k1: hide absent 2nd pointer-offset register set from /procOswald Buddenhagen1-9/+13
2023-06-05ALSA: Switch i2c drivers back to use .probe()Uwe Kleine-König4-4/+4
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-24ALSA: emu10k1: fix multi-channel capture config for E-MU cardsOswald Buddenhagen1-44/+32
2023-05-24ALSA: emu10k1: don't restrict capture channel count to powers of twoOswald Buddenhagen1-8/+19
2023-05-24ALSA: emu10k1: fix support for 24 kHz captureOswald Buddenhagen1-1/+1
2023-05-24ALSA: emu10k1: fix capture buffer size confusionOswald Buddenhagen1-7/+10
2023-05-24ALSA: emu10k1: make channel count of multi-channel playback flexibleOswald Buddenhagen1-9/+9
2023-05-24ALSA: emu10k1: add synchronized start of multi-channel playbackOswald Buddenhagen3-19/+173
2023-05-24ALSA: emu10k1: don't limit multi-channel playback to two periodsOswald Buddenhagen1-4/+5
2023-05-24Merge branch 'topic/midi20' into for-nextTakashi Iwai1-1/+1
2023-05-24ALSA: ump: Correct snd_ump_midi1_msg_program definitionStephen Rothwell1-1/+1
2023-05-23Merge branch 'topic/midi20' into for-nextTakashi Iwai234-2311/+9158
2023-05-23ALSA: emu10k1: pass raw FX send config to snd_emu10k1_pcm_init_voice()Oswald Buddenhagen1-30/+24
2023-05-23ALSA: emu10k1: introduce higher-level voice manipulation functionsOswald Buddenhagen1-17/+53
2023-05-23ALSA: docs: Add MIDI 2.0 documentationTakashi Iwai2-0/+352
2023-05-23ALSA: seq: Add UMP group filterTakashi Iwai4-1/+18
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 Iwai5-2/+153
2023-05-23ALSA: seq: ump: Create UMP Endpoint port for broadcastTakashi Iwai1-0/+60
2023-05-23ALSA: seq: Bind UMP deviceTakashi Iwai7-2/+439
2023-05-23ALSA: seq: Allow suppressing UMP conversionsTakashi Iwai3-8/+19
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 Iwai3-4/+11
2023-05-23ALSA: seq: Add port direction to snd_seq_port_infoTakashi Iwai7-3/+43
2023-05-23ALSA: seq: Support MIDI 2.0 UMP Endpoint portTakashi Iwai3-8/+41
2023-05-23ALSA: seq: Add port inactive flagTakashi Iwai3-0/+7
2023-05-23ALSA: seq: Add UMP supportTakashi Iwai8-63/+193
2023-05-23ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctlTakashi Iwai4-0/+11
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 Iwai2-19/+69
2023-05-23ALSA: seq: Clear padded bytes at expanding eventsTakashi Iwai1-5/+9
2023-05-23ALSA: usb-audio: Inform inconsistent protocols in GTBsTakashi Iwai1-4/+21
2023-05-23ALSA: usb-audio: Enable the legacy raw MIDI supportTakashi Iwai1-1/+26
2023-05-23ALSA: ump: Add legacy raw MIDI supportTakashi Iwai7-3/+1398
2023-05-23ALSA: ump: Redirect rawmidi substream access via own helpersTakashi Iwai3-47/+149
2023-05-23ALSA: usb-audio: Create UMP blocks from USB MIDI GTBsTakashi Iwai1-6/+94
2023-05-23ALSA: usb-audio: Trim superfluous "MIDI" suffix from UMP EP nameTakashi Iwai1-0/+7
2023-05-23ALSA: usb-audio: Get UMP EP name string from USB interfaceTakashi Iwai1-3/+27
2023-05-23ALSA: usb-audio: USB MIDI 2.0 UMP supportTakashi Iwai7-5/+1109