aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/emu10k1
AgeCommit message (Expand)AuthorFilesLines
2019-07-15ALSA: emu10k1: Remove unneeded variable "change"Gravatar Hariprasad Kelam 1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 21-317/+21
2019-04-17ALSA: emu10k1: Drop superfluous id-uniquification behaviorGravatar Takashi Iwai 1-15/+1
2019-02-08Merge branch 'topic/memory-device-fixes-2' into for-nextGravatar Takashi Iwai 2-17/+22
2019-02-06ALSA: pci: Clean up with new procfs helpersGravatar Takashi Iwai 2-59/+34
2019-02-06ALSA: pci: Drop superfluous PCM preallocation error checksGravatar Takashi Iwai 2-17/+22
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsGravatar Takashi Iwai 1-6/+0
2018-12-19ALSA: emu10k1: Fix potential Spectre v1 vulnerabilitiesGravatar Gustavo A. R. Silva 1-0/+5
2018-10-04Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-1/+1
2018-09-10ALSA: emu10k1: fix possible info leak to userspace on SNDRV_EMU10K1_IOCTL_INFOGravatar Willy Tarreau 1-1/+1
2018-09-04ALSA: emu10k1: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flagGravatar Takashi Iwai 1-1/+2
2018-08-06ALSA: emu10k1: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-2/+2
2018-08-01ALSA: emu10k1: remove redundant variable attnGravatar Colin Ian King 1-2/+1
2018-07-26ALSA: emu10k1: Fix missing __force annotation for user/kernel pointer castGravatar Takashi Iwai 1-12/+12
2018-07-17ALSA: emu10k1_patch: Use swap macro in snd_emu10k1_sample_newGravatar Gustavo A. R. Silva 1-5/+2
2018-06-15Merge tag 'sound-fix-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+3
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 3-6/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-3/+3
2018-06-11ALSA: emu10k1: add error handling for snd_ctl_addGravatar Zhouyang Jia 1-1/+3
2018-05-28sound: Use octal not symbolic permissionsGravatar Joe Perches 2-12/+12
2018-05-17ALSA: emu10k1: Rate-limit error messages about page errorsGravatar Takashi Iwai 1-3/+3
2018-05-17ALSA: emu10k1: fix spelling mistake: "Caputre" -> "Capture"Gravatar Colin Ian King 2-2/+2
2018-04-16ALSA: emu10k1: Reduce GFP_ATOMIC allocationGravatar Takashi Iwai 2-9/+2
2018-02-14ALSA: emu10k1: add a IOMMU workaroundGravatar Maciej S. Szmigiero 3-9/+90
2018-02-14ALSA: emu10k1: make sure synth DMA pages are allocated with DMA functionsGravatar Maciej S. Szmigiero 1-17/+27
2018-02-14ALSA: emu10k1: add optional debug printouts with DMA addressesGravatar Maciej S. Szmigiero 2-4/+19
2018-02-14ALSA: emu10k1: use dma_set_mask_and_coherent()Gravatar Maciej S. Szmigiero 1-2/+1
2018-02-14ALSA: emu10k1: remove reserved_pageGravatar Maciej S. Szmigiero 2-13/+6
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Takashi Iwai 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-17ALSA: emu10k1: remove redundant assignment to tmpGravatar Colin Ian King 1-1/+0
2017-08-22Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-3/+11
2017-08-18ALSA: emu10k1: Fix forgotten user-copy conversion in init codeGravatar Takashi Iwai 1-3/+11
2017-08-12ALSA: emu10k1: make snd_pcm_hardware constGravatar Bhumika Goyal 3-9/+9
2017-06-12ALSA: seq: Allow the modular sequencer registrationGravatar Takashi Iwai 1-1/+1
2017-06-09ALSA: emu10k1: Constify hw_constraintsGravatar Takashi Iwai 1-4/+4
2017-05-25ALSA: emu10k1: Deliver indirect-PCM transfer errorGravatar Takashi Iwai 1-2/+2
2017-05-17ALSA: emu10k1: Get rid of set_fs() usageGravatar Takashi Iwai 1-54/+73
2017-02-21ALSA: pci: constify snd_kcontrol_new structuresGravatar Bhumika Goyal 3-19/+19
2017-02-19ALSA: emu10k1: constify snd_emux_operators structureGravatar Bhumika Goyal 1-1/+1
2017-01-12ALSA: pci: Constify snd_rawmidi_opsGravatar Takashi Iwai 2-4/+4
2016-11-15ALSA: emu10k1: Use workqueue instead of kthread for emu1010 fw pollingGravatar Takashi Iwai 2-76/+65
2016-11-15ALSA: emu10k1: Simplify firmware loader codeGravatar Takashi Iwai 1-62/+40
2016-11-15ALSA: emu10k1: Fix emu1010 dock attach checkGravatar Takashi Iwai 1-6/+6
2016-11-13ALSA: pci: don't opencode IS_REACHABLE()Gravatar Fabian Frederick 1-1/+1
2016-09-07ALSA: squash lines for simple wrapper functionsGravatar Masahiro Yamada 1-12/+4
2016-09-02ALSA: constify snd_pcm_ops structuresGravatar Julia Lawall 3-10/+10
2016-01-29ALSA: emu10k1: correctly handling failed thread creationGravatar Insu Yun 1-0/+8
2015-07-08ALSA: emu10k1: rename Audigy Analog Capture Boost controlGravatar Maciej S. Szmigiero 1-1/+1
2015-07-08ALSA: emu10k1: enable TAD mic out on AudigyGravatar Maciej S. Szmigiero 1-5/+7