summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: emu10k1: vastly improve usefulness of info in /procOswald Buddenhagen2023-06-053-144/+120
* ALSA: emu10k1: make E-MU FPGA register dump in /proc more usefulOswald Buddenhagen2023-06-053-4/+68
* ALSA: emu10k1: include FX send amounts in /proc outputOswald Buddenhagen2023-06-051-24/+25
* ALSA: emu10k1: actually disassemble DSP instructions in /procOswald Buddenhagen2023-06-051-19/+130
* ALSA: emu10k1: fix writing 1st pointer-offset register set through /procOswald Buddenhagen2023-06-051-4/+7
* ALSA: emu10k1: hide absent 2nd pointer-offset register set from /procOswald Buddenhagen2023-06-051-9/+13
* ALSA: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-054-4/+4
* Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-05-251-4/+1
|\
| * ALSA: ump: Fix parsing of 0xFx commandTakashi Iwai2023-05-251-1/+1
| * ALSA: ump: Drop redundant check of note-on with zero velocityTakashi Iwai2023-05-251-3/+0
* | ALSA: emu10k1: fix multi-channel capture config for E-MU cardsOswald Buddenhagen2023-05-241-44/+32
* | ALSA: emu10k1: don't restrict capture channel count to powers of twoOswald Buddenhagen2023-05-241-8/+19
* | ALSA: emu10k1: fix support for 24 kHz captureOswald Buddenhagen2023-05-241-1/+1
* | ALSA: emu10k1: fix capture buffer size confusionOswald Buddenhagen2023-05-241-7/+10
* | ALSA: emu10k1: make channel count of multi-channel playback flexibleOswald Buddenhagen2023-05-241-9/+9
* | ALSA: emu10k1: add synchronized start of multi-channel playbackOswald Buddenhagen2023-05-243-19/+173
* | ALSA: emu10k1: don't limit multi-channel playback to two periodsOswald Buddenhagen2023-05-241-4/+5
* | 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-23234-2311/+9158
|\|
| * ALSA: docs: Add MIDI 2.0 documentationTakashi Iwai2023-05-232-0/+352
| * ALSA: seq: Add UMP group filterTakashi Iwai2023-05-234-1/+18
| * ALSA: seq: Print UMP Endpoint and Block information in proc outputsTakashi Iwai2023-05-231-0/+30
| * ALSA: seq: Add ioctls for client UMP info query and setupTakashi Iwai2023-05-235-2/+153
| * ALSA: seq: ump: Create UMP Endpoint port for broadcastTakashi Iwai2023-05-231-0/+60
| * ALSA: seq: Bind UMP deviceTakashi Iwai2023-05-237-2/+439
| * ALSA: seq: Allow suppressing UMP conversionsTakashi Iwai2023-05-233-8/+19
| * ALSA: seq: Automatic conversion of UMP eventsTakashi Iwai2023-05-237-14/+1279
| * ALSA: seq: Add UMP group number to snd_seq_port_infoTakashi Iwai2023-05-233-4/+11
| * ALSA: seq: Add port direction to snd_seq_port_infoTakashi Iwai2023-05-237-3/+43
| * ALSA: seq: Support MIDI 2.0 UMP Endpoint portTakashi Iwai2023-05-233-8/+41
| * ALSA: seq: Add port inactive flagTakashi Iwai2023-05-233-0/+7
| * ALSA: seq: Add UMP supportTakashi Iwai2023-05-238-63/+193
| * ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctlTakashi Iwai2023-05-234-0/+11
| * ALSA: seq: Prohibit creating ports with special numbersTakashi Iwai2023-05-231-0/+2
| * ALSA: seq: Check validity before creating a port objectTakashi Iwai2023-05-231-6/+2
| * ALSA: seq: Check the conflicting port at port creationTakashi Iwai2023-05-233-15/+27
| * ALSA: seq: Drop dead code for the old broadcast supportTakashi Iwai2023-05-231-104/+1
| * ALSA: seq: Treat snd_seq_client object directly in client driversTakashi Iwai2023-05-232-0/+19
| * ALSA: seq: Add snd_seq_expand_var_event_at() helperTakashi Iwai2023-05-232-19/+69
| * ALSA: seq: Clear padded bytes at expanding eventsTakashi Iwai2023-05-231-5/+9
| * ALSA: usb-audio: Inform inconsistent protocols in GTBsTakashi Iwai2023-05-231-4/+21
| * ALSA: usb-audio: Enable the legacy raw MIDI supportTakashi Iwai2023-05-231-1/+26
| * ALSA: ump: Add legacy raw MIDI supportTakashi Iwai2023-05-237-3/+1398
| * ALSA: ump: Redirect rawmidi substream access via own helpersTakashi Iwai2023-05-233-47/+149
| * ALSA: usb-audio: Create UMP blocks from USB MIDI GTBsTakashi Iwai2023-05-231-6/+94
| * ALSA: usb-audio: Trim superfluous "MIDI" suffix from UMP EP nameTakashi Iwai2023-05-231-0/+7
| * ALSA: usb-audio: Get UMP EP name string from USB interfaceTakashi Iwai2023-05-231-3/+27
| * ALSA: usb-audio: USB MIDI 2.0 UMP supportTakashi Iwai2023-05-237-5/+1109
| * ALSA: usb-audio: Define USB MIDI 2.0 specsTakashi Iwai2023-05-231-0/+94