index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
pci
/
emu10k1
/
emufx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
2021-01-08
1
-3
/
+3
*
ALSA: emu10k1: Fix annotation and cast for the recent uapi header change
Takashi Iwai
2020-02-02
1
-79
/
+101
*
ALSA: emu10k1: More constifications
Takashi Iwai
2020-01-05
1
-7
/
+7
*
ALSA: emu10k1: Make uapi/emu10k1.h compilable again
Takashi Iwai
2019-12-20
1
-12
/
+14
*
ALSA: pci: Avoid non-standard macro usage
Takashi Iwai
2019-11-06
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-15
/
+1
*
ALSA: emu10k1: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
2018-12-19
1
-0
/
+5
*
ALSA: emu10k1: fix possible info leak to userspace on SNDRV_EMU10K1_IOCTL_INFO
Willy Tarreau
2018-09-10
1
-1
/
+1
*
ALSA: emu10k1: Fix missing __force annotation for user/kernel pointer cast
Takashi Iwai
2018-07-26
1
-12
/
+12
*
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-3
/
+3
*
ALSA: emu10k1: fix spelling mistake: "Caputre" -> "Capture"
Colin Ian King
2018-05-17
1
-1
/
+1
*
ALSA: emu10k1: Reduce GFP_ATOMIC allocation
Takashi Iwai
2018-04-16
1
-8
/
+1
*
ALSA: emu10k1: Fix forgotten user-copy conversion in init code
Takashi Iwai
2017-08-18
1
-3
/
+11
*
ALSA: emu10k1: Get rid of set_fs() usage
Takashi Iwai
2017-05-17
1
-54
/
+73
*
ALSA: emu10k1: Remove always NULL parameters
Lars-Peter Clausen
2015-01-02
1
-6
/
+1
*
ALSA: emu10k1: Deletion of unnecessary checks before three function calls
Markus Elfring
2014-11-03
1
-2
/
+1
*
ALSA: emu10k1: Use standard printk helpers
Takashi Iwai
2014-02-26
1
-5
/
+7
*
ALSA: emu10k1: code refactoring
Geyslan G. Bem
2013-10-18
1
-31
/
+45
*
ALSA: pci: remove __dev* attributes
Bill Pemberton
2012-12-07
1
-12
/
+13
*
ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEP
Takashi Iwai
2012-08-14
1
-1
/
+1
*
ALSA: emu10k1 - Add dB range to Bass and Treble for SB Live!
Raymond Yau
2011-05-20
1
-0
/
+5
*
ALSA: emu10k1: allow high-resolution mixer controls
Clemens Ladisch
2010-05-25
1
-8
/
+28
*
ALSA: sound/pci: use memdup_user()
Li Zefan
2009-04-14
1
-28
/
+13
*
ALSA: emu10k1 - Add missing KERN_* prefix to printk
Takashi Iwai
2009-02-05
1
-4
/
+7
*
ALSA: Kill snd_assert() in sound/pci/*
Takashi Iwai
2008-08-13
1
-2
/
+4
*
[ALSA] snd:emu10k1: E-Mu updates. Fixes to firmware loading and support for 0...
James Courtier-Dutton
2008-01-31
1
-3
/
+3
*
[ALSA] emu10k1 - Fix over-sized kmalloc for TLV
Takashi Iwai
2008-01-31
1
-1
/
+1
*
[ALSA] Remove sound/driver.h
Takashi Iwai
2008-01-31
1
-1
/
+0
*
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
Jaroslav Kysela
2007-10-16
1
-1
/
+1
*
[ALSA] Routines for effect processor FX8010: Use list_for_each_entry
Matthias Kaehlcke
2007-10-16
1
-7
/
+3
*
[ALSA] This patch removes memset() from snd_emu10k1_fx8010_info() which appar...
Mariusz Kozlowski
2007-10-16
1
-7
/
+2
*
[ALSA] snd-emu10k1: Add support for E-Mu 1616 PCI, 1616M PCI, 0404 PCI, E-Mu
James Courtier-Dutton
2007-10-16
1
-104
/
+126
*
[ALSA] emu10k1 - EMU 1212 with 16 capture channels
Pavel Hofman
2007-07-20
1
-2
/
+76
*
[ALSA] Add even more 'const' to everything related to TLV
Takashi Iwai
2007-02-09
1
-2
/
+2
*
[ALSA] emu10k1 - Fix ABI for older ld10k1
Takashi Iwai
2007-02-09
1
-21
/
+79
*
[ALSA] snd-emu10k1: Added support for emu1010, including E-Mu 1212m and E-Mu ...
James Courtier-Dutton
2007-02-09
1
-12
/
+90
*
[ALSA] snd-emu10k1: Add a comment explaining the conversion function for dB g...
James Courtier-Dutton
2006-09-23
1
-0
/
+1
*
[ALSA] snd-emu10k1: Implement dB gain infomation.
James Courtier-Dutton
2006-09-23
1
-0
/
+11
*
[ALSA] semaphore -> mutex (PCI part)
Ingo Molnar
2006-03-22
1
-10
/
+12
*
[PATCH] move capable() to capability.h
Randy.Dunlap
2006-01-11
1
-0
/
+1
*
[ALSA] emu10k1 - Fix missing declarations
Andreas Schwab
2006-01-03
1
-0
/
+1
*
[ALSA] emu10k1: Partial support for Creative emu1212m
James Courtier-Dutton
2006-01-03
1
-0
/
+9
*
[ALSA] emu10k1 - Add PM support
Takashi Iwai
2006-01-03
1
-7
/
+114
*
[ALSA] Remove xxx_t typedefs: PCI emu10k1
Takashi Iwai
2006-01-03
1
-104
/
+140
*
[ALSA] Add missing KERN_* suffix to printk
Takashi Iwai
2005-11-04
1
-1
/
+1
*
[ALSA] Remove snd_runtime_check() macro
Takashi Iwai
2005-11-04
1
-11
/
+23
*
[ALSA] emu10k1: Front channels via fxbus 8 and 9
Mikael Magnusson
2005-11-04
1
-3
/
+20
*
[ALSA] Replace with kzalloc() - pci stuff
Takashi Iwai
2005-09-12
1
-4
/
+4
*
[ALSA] sparse address space annotations
Clemens Ladisch
2005-09-12
1
-6
/
+6
[next]