aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/pci/emu10k1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-10ALSA: emu10k1: Fix endianness annotationsTakashi Iwai1-1/+3
2020-02-02ALSA: emu10k1: Fix annotation and cast for the recent uapi header changeTakashi Iwai1-79/+101
2020-01-05ALSA: emu10k1: More constificationsTakashi Iwai5-37/+37
2020-01-03ALSA: emu10k1: Constify snd_emu_chip_detailsTakashi Iwai1-1/+1
2020-01-03ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai2-8/+8
2020-01-03ALSA: info: Make snd_info_entry_ops as constTakashi Iwai1-1/+1
2020-01-03ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai2-2/+2
2020-01-03ALSA: Constify snd_timer_hardware definitionsTakashi Iwai1-1/+1
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai2-2/+2
2019-12-20ALSA: emu10k1: Make uapi/emu10k1.h compilable againTakashi Iwai1-12/+14
2019-12-11ALSA: emu10k1: Support PCM sync_stopTakashi Iwai2-0/+2
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai3-10/+0
2019-12-11ALSA: emu10k1: Use managed buffer allocationTakashi Iwai2-75/+14
2019-12-11ALSA: emu10k1x: Use managed buffer allocationTakashi Iwai1-9/+6
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai6-15/+16
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai1-2/+0
2019-07-15ALSA: emu10k1: Remove unneeded variable "change"Hariprasad Kelam1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner21-317/+21
2019-04-17ALSA: emu10k1: Drop superfluous id-uniquification behaviorTakashi Iwai1-15/+1
2019-02-08Merge branch 'topic/memory-device-fixes-2' into for-nextTakashi Iwai2-17/+22
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai2-59/+34
2019-02-06ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai2-17/+22
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-6/+0
2018-12-19ALSA: emu10k1: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-0/+5
2018-10-04Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2018-09-10ALSA: emu10k1: fix possible info leak to userspace on SNDRV_EMU10K1_IOCTL_INFOWilly Tarreau1-1/+1
2018-09-04ALSA: emu10k1: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flagTakashi Iwai1-1/+2
2018-08-06ALSA: emu10k1: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-08-01ALSA: emu10k1: remove redundant variable attnColin Ian King1-2/+1
2018-07-26ALSA: emu10k1: Fix missing __force annotation for user/kernel pointer castTakashi Iwai1-12/+12
2018-07-17ALSA: emu10k1_patch: Use swap macro in snd_emu10k1_sample_newGustavo A. R. Silva1-5/+2
2018-06-15Merge tag 'sound-fix-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+3
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook3-6/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+3
2018-06-11ALSA: emu10k1: add error handling for snd_ctl_addZhouyang Jia1-1/+3
2018-05-28sound: Use octal not symbolic permissionsJoe Perches2-12/+12
2018-05-17ALSA: emu10k1: Rate-limit error messages about page errorsTakashi Iwai1-3/+3
2018-05-17ALSA: emu10k1: fix spelling mistake: "Caputre" -> "Capture"Colin Ian King2-2/+2
2018-04-16ALSA: emu10k1: Reduce GFP_ATOMIC allocationTakashi Iwai2-9/+2
2018-02-14ALSA: emu10k1: add a IOMMU workaroundMaciej S. Szmigiero3-9/+90
2018-02-14ALSA: emu10k1: make sure synth DMA pages are allocated with DMA functionsMaciej S. Szmigiero1-17/+27
2018-02-14ALSA: emu10k1: add optional debug printouts with DMA addressesMaciej S. Szmigiero2-4/+19
2018-02-14ALSA: emu10k1: use dma_set_mask_and_coherent()Maciej S. Szmigiero1-2/+1
2018-02-14ALSA: emu10k1: remove reserved_pageMaciej S. Szmigiero2-13/+6
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-17ALSA: emu10k1: remove redundant assignment to tmpColin Ian King1-1/+0
2017-08-22Merge branch 'for-linus' into for-nextTakashi Iwai1-3/+11
2017-08-18ALSA: emu10k1: Fix forgotten user-copy conversion in init codeTakashi Iwai1-3/+11
2017-08-12ALSA: emu10k1: make snd_pcm_hardware constBhumika Goyal3-9/+9