summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: Add missing formats to formats listIvan Orlov2024-01-301-0/+4
* Merge tag 'sound-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2024-01-124-3/+92
|\
| * Merge branch 'topic/cs35l41' into for-nextTakashi Iwai2023-12-291-0/+1
| |\
| * | ALSA: seq: fix kvmalloc_array() arguments orderDmitry Antipov2023-12-291-1/+2
| * | ALSA: hda: Upgrade stream-format infrastructureCezary Rojewski2023-11-271-0/+34
| * | ALSA: pcm: Introduce MSBITS subformat interfaceJaroslav Kysela2023-11-272-2/+56
* | | Backmerge tag 'v6.7-rc5' into drm-nextDave Airlie2023-12-121-0/+1
|\ \ \ | | |/ | |/|
| * | ALSA: pcm: fix out-of-bounds in snd_pcm_state_namesJason Zhang2023-12-061-0/+1
| |/
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-11-159-24/+50
|\|
| * Merge tag 'sound-fix-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-101-8/+13
| |\
| | * ALSA: info: Fix potential deadlock at disconnectionTakashi Iwai2023-11-091-8/+13
| * | Merge tag 'sound-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-11-023-5/+5
| |\|
| | * ALSA: rawmidi: Replace with __packed attributeTakashi Iwai2023-10-261-2/+2
| | * ALSA: pcm: Replace with __packed attributeTakashi Iwai2023-10-261-2/+2
| | * ALSA: control: Replace with __packed attributeTakashi Iwai2023-10-261-1/+1
| * | Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds2023-10-301-2/+2
| |\ \ | | |/ | |/|
| | * sound: Fix snd_pcm_readv()/writev() to use iov access functionsDavid Howells2023-09-251-2/+2
| * | 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
| |/
* / drm/edid: include drm_eld.h only where requiredJani Nikula2023-11-091-0/+1
|/
* 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