summaryrefslogtreecommitdiffstats
path: root/sound/pci/emu10k1
Commit message (Expand)AuthorAgeFilesLines
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-083-6/+6
* ALSA: emu10k1: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2020-12-251-1/+1
* ALSA: emu10k1: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-211-2/+2
* ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-3/+2
* ALSA: pci/emu10k1: remove 'set but not used' warningPierre-Louis Bossart2020-07-071-1/+2
* ASoC: pci/emu10k1: remove "set but not used' warningsPierre-Louis Bossart2020-07-071-2/+2
* ALSA: emu10k1: delete an unnecessary conditionDan Carpenter2020-06-051-1/+1
* ALSA: emu10k1: Fix endianness annotationsTakashi Iwai2020-02-101-1/+3
* ALSA: emu10k1: Fix annotation and cast for the recent uapi header changeTakashi Iwai2020-02-021-79/+101
* ALSA: emu10k1: More constificationsTakashi Iwai2020-01-055-37/+37
* ALSA: emu10k1: Constify snd_emu_chip_detailsTakashi Iwai2020-01-031-1/+1
* ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-032-8/+8
* ALSA: info: Make snd_info_entry_ops as constTakashi Iwai2020-01-031-1/+1
* ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai2020-01-032-2/+2
* ALSA: Constify snd_timer_hardware definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai2020-01-032-2/+2
* ALSA: emu10k1: Make uapi/emu10k1.h compilable againTakashi Iwai2019-12-201-12/+14
* ALSA: emu10k1: Support PCM sync_stopTakashi Iwai2019-12-112-0/+2
* ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-113-10/+0
* ALSA: emu10k1: Use managed buffer allocationTakashi Iwai2019-12-112-75/+14
* ALSA: emu10k1x: Use managed buffer allocationTakashi Iwai2019-12-111-9/+6
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-066-15/+16
* ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-061-2/+0
* ALSA: emu10k1: Remove unneeded variable "change"Hariprasad Kelam2019-07-151-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3021-317/+21
* ALSA: emu10k1: Drop superfluous id-uniquification behaviorTakashi Iwai2019-04-171-15/+1
* Merge branch 'topic/memory-device-fixes-2' into for-nextTakashi Iwai2019-02-082-17/+22
|\
| * ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-062-17/+22
* | ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-062-59/+34
|/
* ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-6/+0
* ALSA: emu10k1: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2018-12-191-0/+5
* Merge branch 'for-linus' into for-nextTakashi Iwai2018-10-041-1/+1
|\
| * ALSA: emu10k1: fix possible info leak to userspace on SNDRV_EMU10K1_IOCTL_INFOWilly Tarreau2018-09-101-1/+1
* | ALSA: emu10k1: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flagTakashi Iwai2018-09-041-1/+2
|/
* ALSA: emu10k1: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-061-2/+2
* ALSA: emu10k1: remove redundant variable attnColin Ian King2018-08-011-2/+1
* ALSA: emu10k1: Fix missing __force annotation for user/kernel pointer castTakashi Iwai2018-07-261-12/+12
* ALSA: emu10k1_patch: Use swap macro in snd_emu10k1_sample_newGustavo A. R. Silva2018-07-171-5/+2
* Merge tag 'sound-fix-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-151-1/+3
|\
| * ALSA: emu10k1: add error handling for snd_ctl_addZhouyang Jia2018-06-111-1/+3
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-123-6/+7
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-3/+3
|/
* sound: Use octal not symbolic permissionsJoe Perches2018-05-282-12/+12
* ALSA: emu10k1: Rate-limit error messages about page errorsTakashi Iwai2018-05-171-3/+3
* ALSA: emu10k1: fix spelling mistake: "Caputre" -> "Capture"Colin Ian King2018-05-172-2/+2
* ALSA: emu10k1: Reduce GFP_ATOMIC allocationTakashi Iwai2018-04-162-9/+2
* ALSA: emu10k1: add a IOMMU workaroundMaciej S. Szmigiero2018-02-143-9/+90
* ALSA: emu10k1: make sure synth DMA pages are allocated with DMA functionsMaciej S. Szmigiero2018-02-141-17/+27
* ALSA: emu10k1: add optional debug printouts with DMA addressesMaciej S. Szmigiero2018-02-142-4/+19
* ALSA: emu10k1: use dma_set_mask_and_coherent()Maciej S. Szmigiero2018-02-141-2/+1