aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/emu10k1
AgeCommit message (Expand)Author
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches
2020-12-25ALSA: emu10k1: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen
2020-11-21ALSA: emu10k1: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-07ALSA: pci/emu10k1: remove 'set but not used' warningPierre-Louis Bossart
2020-07-07ASoC: pci/emu10k1: remove "set but not used' warningsPierre-Louis Bossart
2020-06-05ALSA: emu10k1: delete an unnecessary conditionDan Carpenter
2020-02-10ALSA: emu10k1: Fix endianness annotationsTakashi Iwai
2020-02-02ALSA: emu10k1: Fix annotation and cast for the recent uapi header changeTakashi Iwai
2020-01-05ALSA: emu10k1: More constificationsTakashi Iwai
2020-01-03ALSA: emu10k1: Constify snd_emu_chip_detailsTakashi Iwai
2020-01-03ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai
2020-01-03ALSA: info: Make snd_info_entry_ops as constTakashi Iwai
2020-01-03ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai
2020-01-03ALSA: Constify snd_timer_hardware definitionsTakashi Iwai
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai
2019-12-20ALSA: emu10k1: Make uapi/emu10k1.h compilable againTakashi Iwai
2019-12-11ALSA: emu10k1: Support PCM sync_stopTakashi Iwai
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai
2019-12-11ALSA: emu10k1: Use managed buffer allocationTakashi Iwai
2019-12-11ALSA: emu10k1x: Use managed buffer allocationTakashi Iwai
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai
2019-07-15ALSA: emu10k1: Remove unneeded variable "change"Hariprasad Kelam
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-04-17ALSA: emu10k1: Drop superfluous id-uniquification behaviorTakashi Iwai
2019-02-08Merge branch 'topic/memory-device-fixes-2' into for-nextTakashi Iwai
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai
2019-02-06ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai
2018-12-19ALSA: emu10k1: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2018-10-04Merge branch 'for-linus' into for-nextTakashi Iwai
2018-09-10ALSA: emu10k1: fix possible info leak to userspace on SNDRV_EMU10K1_IOCTL_INFOWilly Tarreau
2018-09-04ALSA: emu10k1: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flagTakashi Iwai
2018-08-06ALSA: emu10k1: Mark expected switch fall-throughsGustavo A. R. Silva
2018-08-01ALSA: emu10k1: remove redundant variable attnColin Ian King
2018-07-26ALSA: emu10k1: Fix missing __force annotation for user/kernel pointer castTakashi Iwai
2018-07-17ALSA: emu10k1_patch: Use swap macro in snd_emu10k1_sample_newGustavo A. R. Silva
2018-06-15Merge tag 'sound-fix-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-11ALSA: emu10k1: add error handling for snd_ctl_addZhouyang Jia
2018-05-28sound: Use octal not symbolic permissionsJoe Perches
2018-05-17ALSA: emu10k1: Rate-limit error messages about page errorsTakashi Iwai
2018-05-17ALSA: emu10k1: fix spelling mistake: "Caputre" -> "Capture"Colin Ian King
2018-04-16ALSA: emu10k1: Reduce GFP_ATOMIC allocationTakashi Iwai
2018-02-14ALSA: emu10k1: add a IOMMU workaroundMaciej S. Szmigiero
2018-02-14ALSA: emu10k1: make sure synth DMA pages are allocated with DMA functionsMaciej S. Szmigiero
2018-02-14ALSA: emu10k1: add optional debug printouts with DMA addressesMaciej S. Szmigiero
2018-02-14ALSA: emu10k1: use dma_set_mask_and_coherent()Maciej S. Szmigiero