summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' into for-linusTakashi Iwai2023-06-2630-314/+4338
|\
| * ALSA: pcm: fix ELD constraints for (E)AC3, DTS(-HD) and MLP formatsMatthias Reichl2023-06-251-3/+70
| * Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-06-233-98/+43
| |\
| | * ALSA: ump: Export MIDI1 / UMP conversion helpersTakashi Iwai2023-06-233-98/+43
| * | Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-06-211-10/+36
| |\|
| | * ALSA: ump: Export snd_ump_receive_ump_val()Takashi Iwai2023-06-211-3/+8
| | * ALSA: ump: Add no_process_stream flagTakashi Iwai2023-06-211-0/+4
| | * ALSA: ump: Add helper to change MIDI protocolTakashi Iwai2023-06-211-7/+24
| * | sound: make all 'class' structures constIvan Orlov2023-06-212-3/+3
| * | ALSA: compress: allow setting codec params after next trackSrinivas Kandagatla2023-06-211-1/+4
| * | ALSA: timer: minimize open-coded access to hw.resolutionOswald Buddenhagen2023-06-131-5/+13
| * | Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-06-134-1/+552
| |\|
| | * ALSA: ump: Add info flag bit for static blocksTakashi Iwai2023-06-121-0/+11
| | * ALSA: seq: ump: Notify UMP protocol change to sequencerTakashi Iwai2023-06-122-0/+23
| | * ALSA: seq: ump: Notify port changes to system portTakashi Iwai2023-06-122-0/+4
| | * ALSA: seq: ump: Handle FB info updateTakashi Iwai2023-06-122-6/+104
| | * ALSA: seq: ump: Handle groupless messagesTakashi Iwai2023-06-122-1/+7
| | * ALSA: ump: Support UMP Endpoint and Function Block parsingTakashi Iwai2023-06-121-0/+376
| | * ALSA: ump: Add more attributes to UMP EP and FB infoTakashi Iwai2023-06-121-0/+33
| * | ALSA: control: Keep the previous numid at snd_ctl_rename_id()Takashi Iwai2023-06-061-2/+10
| * | Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-06-051-1/+1
| |\|
| | * ALSA: seq: Avoid confusion of aligned read sizeTakashi Iwai2023-06-051-1/+1
| * | 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
| * | Merge branch 'topic/midi20' into for-nextTakashi Iwai2023-05-2322-289/+3712
| |\|
| | * ALSA: seq: Add UMP group filterTakashi Iwai2023-05-233-0/+16
| | * 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-234-2/+139
| | * ALSA: seq: ump: Create UMP Endpoint port for broadcastTakashi Iwai2023-05-231-0/+60
| | * ALSA: seq: Bind UMP deviceTakashi Iwai2023-05-234-1/+423
| | * ALSA: seq: Allow suppressing UMP conversionsTakashi Iwai2023-05-232-8/+18
| | * 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-232-3/+9
| | * ALSA: seq: Add port direction to snd_seq_port_infoTakashi Iwai2023-05-236-2/+35
| | * ALSA: seq: Support MIDI 2.0 UMP Endpoint portTakashi Iwai2023-05-232-8/+40
| | * ALSA: seq: Add port inactive flagTakashi Iwai2023-05-232-0/+6
| | * ALSA: seq: Add UMP supportTakashi Iwai2023-05-235-47/+144
| | * ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctlTakashi Iwai2023-05-233-0/+10
| | * 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-231-19/+67
| | * ALSA: seq: Clear padded bytes at expanding eventsTakashi Iwai2023-05-231-5/+9
| | * ALSA: ump: Add legacy raw MIDI supportTakashi Iwai2023-05-235-3/+828
| | * ALSA: ump: Redirect rawmidi substream access via own helpersTakashi Iwai2023-05-231-0/+111
| | * ALSA: ump: Additional proc outputTakashi Iwai2023-05-232-0/+51
| | * ALSA: ump: Add ioctls to inquiry UMP EP and Block info via control APITakashi Iwai2023-05-231-0/+26