summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: rawmidi: Fix NULL dereference at proc readTakashi Iwai2023-09-161-1/+1
* ALSA: seq: midi: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-2/+2
* ALSA: seq: ump: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-1/+1
* ALSA: core: Use dev_name of card_dev as debugfs directory namePeter Ujfalusi2023-09-121-5/+2
* ALSA: seq: Avoid delivery of events for disabled UMP groupsTakashi Iwai2023-09-122-0/+24
* ALSA: seq: Fix snd_seq_expand_var_event() call to user-spaceTakashi Iwai2023-09-051-2/+7
* ALSA: pcm: Fix error checks of default read/write copy opsTakashi Iwai2023-09-021-4/+4
* ALSA: pcm: Fix missing fixup call in compat hw_refine ioctlTakashi Iwai2023-08-291-2/+6
* ALSA: ump: Fix -Wformat-truncation warningsTakashi Iwai2023-08-261-2/+2
* ALSA: ump: Don't create unused substreams for static blocksTakashi Iwai2023-08-241-6/+37
* ALSA: ump: Fill group names for legacy rawmidi substreamsTakashi Iwai2023-08-241-0/+15
* ALSA: usb-audio: Attach legacy rawmidi after probing all UMP EPsTakashi Iwai2023-08-241-0/+2
* Merge branch 'for-linus' into for-nextTakashi Iwai2023-08-241-2/+1
|\
| * ALSA: seq: remove redundant unsigned comparison to zeroWang Weiyang2023-07-211-2/+1
* | ALSA: pcm: Drop obsoleted PCM copy_user and copy_kernel opsTakashi Iwai2023-08-182-18/+2
* | ALSA: core: Add memory copy helpers between iov_iter and iomemTakashi Iwai2023-08-181-8/+48
* | ALSA: pcm: Add copy ops with iov_iterTakashi Iwai2023-08-182-45/+68
* | ALSA: core: Drop snd_device_initialize()Takashi Iwai2023-08-171-23/+0
* | ALSA: seq: Create device with snd_device_alloc()Takashi Iwai2023-08-171-7/+9
* | ALSA: timer: Create device with snd_device_alloc()Takashi Iwai2023-08-171-7/+9
* | ALSA: compress: Don't embed deviceTakashi Iwai2023-08-171-6/+10
* | ALSA: rawmidi: Don't embed deviceTakashi Iwai2023-08-172-20/+17
* | ALSA: hwdep: Don't embed deviceTakashi Iwai2023-08-171-17/+21
* | ALSA: pcm: Don't embed deviceTakashi Iwai2023-08-171-9/+13
* | ALSA: control: Don't embed ctl_devTakashi Iwai2023-08-172-8/+10
* | ALSA: core: Introduce snd_device_alloc()Takashi Iwai2023-08-171-0/+31
* | Merge tag 'asoc-v6.6-early' of https://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai2023-07-251-0/+1
|\|
| * ALSA: seq: Fix memory leak at error path in snd_seq_create_port()Takashi Iwai2023-07-171-0/+1
* | ALSA: vmaster: Add snd_ctl_add_followers() helperTakashi Iwai2023-07-211-0/+28
* | ALSA: control: Take lock in snd_ctl_find_id() and snd_ctl_find_numid()Takashi Iwai2023-07-201-2/+18
* | ALSA: control: Introduce unlocked version for snd_ctl_find_*() helpersTakashi Iwai2023-07-204-26/+57
* | ALSA: control: Make snd_ctl_find_id() argument constTakashi Iwai2023-07-201-1/+1
* | ALSA: control: Add lockdep warning to internal functionsTakashi Iwai2023-07-201-0/+10
* | ALSA: control: Take controls_rwsem lock in snd_ctl_remove()Takashi Iwai2023-07-203-10/+21
* | ALSA: control: Take card->controls_rwsem in snd_ctl_rename()Takashi Iwai2023-07-201-1/+3
|/
* ALSA: jack: Fix mutex call in snd_jack_report()Takashi Iwai2023-07-061-8/+7
* Merge branch 'topic/midi20' into for-linusTakashi Iwai2023-07-051-1/+1
|\
| * ALSA: seq: ump: fix typo in system_2p_ev_to_ump_midi1()Minjie Du2023-07-051-1/+1
* | ALSA: pcm: Fix potential data race at PCM memory allocation helpersTakashi Iwai2023-07-031-8/+36
* | Merge branch 'topic/midi20' into for-linusTakashi Iwai2023-06-281-1/+1
|\|
| * ALSA: ump: Correct wrong byte size at converting a UMP System messageTakashi Iwai2023-06-281-1/+1
* | 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