summaryrefslogtreecommitdiffstats
path: root/sound/virtio
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+5
2025-09-01ALSA: virtio: Use guard() for spin locksTakashi Iwai-74/+38
2025-05-08ALSA: virtio: use snd_kcontrol_chip()Kuninori Morimoto-4/+4
2025-02-25sound/virtio: Fix cancel_sync warnings on uninitialized work_structsJohn Stultz-6/+15
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko-1/+1
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko-13/+10
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+0
2024-05-22sound: virtio: drop owner assignmentKrzysztof Kozlowski-1/+0
2024-05-08ALSA: misc: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2024-02-16ALSA: virtio: Fix "Coverity: virtsnd_kctl_tlv_op(): Uninitialized variables" ...Aiswarya Cyriac-4/+15
2024-02-09ALSA: virtio: add support for audio controlsAnton Yakovlev-0/+510
2024-01-24ALSA: virtio: remove duplicate check if queue is brokenLi RongQing-6/+0
2023-10-27ALSA: virtio: use ack callbackMatias Ezequiel Vara Larsen-61/+158
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin-2/+2
2021-09-30ALSA: virtio: Replace zero-length array with flexible-array memberGustavo A. R. Silva-3/+2
2021-04-27ALSA: virtio: fix kernel-docPierre-Louis Bossart-1/+1
2021-04-12ALSA: virtio: use module_virtio_driver() to simplify the codeChen Huang-11/+1
2021-03-07ALSA: virtio: introduce device suspend/resume supportAnton Yakovlev-7/+85
2021-03-07ALSA: virtio: introduce PCM channel map supportAnton Yakovlev-0/+242
2021-03-07ALSA: virtio: introduce jack supportAnton Yakovlev-0/+260
2021-03-07ALSA: virtio: PCM substream operatorsAnton Yakovlev-1/+454
2021-03-07ALSA: virtio: handling control and I/O messages for the PCM deviceAnton Yakovlev-5/+515
2021-03-07ALSA: virtio: build PCM devices and substream hardware descriptorsAnton Yakovlev-1/+581
2021-03-07ALSA: virtio: handling control messagesAnton Yakovlev-1/+410
2021-03-07ALSA: virtio: add virtio sound driverAnton Yakovlev-0/+406