aboutsummaryrefslogtreecommitdiffstats
path: root/sound/virtio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-30ALSA: virtio: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+2
2021-04-27ALSA: virtio: fix kernel-docPierre-Louis Bossart1-1/+1
2021-04-12ALSA: virtio: use module_virtio_driver() to simplify the codeChen Huang1-11/+1
2021-03-07ALSA: virtio: introduce device suspend/resume supportAnton Yakovlev3-7/+85
2021-03-07ALSA: virtio: introduce PCM channel map supportAnton Yakovlev5-0/+242
2021-03-07ALSA: virtio: introduce jack supportAnton Yakovlev4-0/+260
2021-03-07ALSA: virtio: PCM substream operatorsAnton Yakovlev4-1/+454
2021-03-07ALSA: virtio: handling control and I/O messages for the PCM deviceAnton Yakovlev6-5/+515
2021-03-07ALSA: virtio: build PCM devices and substream hardware descriptorsAnton Yakovlev5-1/+581
2021-03-07ALSA: virtio: handling control messagesAnton Yakovlev5-1/+410
2021-03-07ALSA: virtio: add virtio sound driverAnton Yakovlev4-0/+406