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
/
rme9652
/
hdsp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: rme9652: use explicitly signed char
Jason A. Donenfeld
2022-10-25
1
-13
/
+13
*
ALSA: hdsp: remove redundant assignment to pointer kctl
Colin Ian King
2022-05-09
1
-1
/
+1
*
ALSA: hdsp: Fix the missing snd_card_free() call at probe error
Takashi Iwai
2022-04-12
1
-2
/
+6
*
ALSA: pci: rme: Fix unaligned buffer addresses
Takashi Iwai
2021-11-08
1
-18
/
+23
*
ALSA: pci: rme: Set up buffer type properly
Takashi Iwai
2021-08-09
1
-4
/
+2
*
ALSA: hdsp: Allocate resources with device-managed APIs
Takashi Iwai
2021-07-19
1
-64
/
+25
*
ALSA: hdsp: fix a test for copy_to_user() failure
Dan Carpenter
2021-06-22
1
-3
/
+2
*
ALSA: hdsp: Fix assignment in if condition
Takashi Iwai
2021-06-09
1
-39
/
+82
*
ALSA: Remove trailing semicolon in macros
Huilong Deng
2021-05-14
1
-1
/
+1
*
Merge tag 'tags/mute-led-rework' into for-next
Takashi Iwai
2021-03-30
1
-3
/
+0
|
\
|
*
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
2021-03-17
1
-3
/
+0
*
|
ALSA: hdsp: don't disable if not enabled
Tong Zhang
2021-03-22
1
-1
/
+2
|
/
*
ALSA: hdsp: hardware output loopback
Jasmin Fazlic
2021-02-02
1
-1
/
+73
*
ALSA: hdsp: Replace tasklet with work
Takashi Iwai
2020-09-09
1
-28
/
+27
*
ALSA: hdsp: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-02
1
-3
/
+3
*
ALSA: hdsp: remove redundant assignment to variable err
Colin Ian King
2020-02-10
1
-1
/
+2
*
Merge tag 'sound-fix-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-02-06
1
-4
/
+3
|
\
|
*
ALSA: hdsp: Make the firmware loading ioctl a bit more readable
Takashi Iwai
2020-02-02
1
-4
/
+3
*
|
Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2020-01-28
1
-12
/
+13
|
\
|
|
*
ALSA: hdsp: More constifications
Takashi Iwai
2020-01-05
1
-7
/
+7
|
*
ALSA: pci: Constify snd_kcontrol_new items
Takashi Iwai
2020-01-03
1
-4
/
+4
|
*
ALSA: hdsp: Make uapi/hdsp.h compilable again
Takashi Iwai
2019-12-20
1
-1
/
+1
|
*
ALSA: rme9652: Support PCM sync_stop
Takashi Iwai
2019-12-11
1
-0
/
+1
*
|
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-1
/
+1
|
/
*
ALSA: rme: Avoid non-standard macro usage
Takashi Iwai
2019-11-06
1
-6
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-15
/
+1
*
ALSA: pci: Clean up with new procfs helpers
Takashi Iwai
2019-02-06
1
-4
/
+1
*
ALSA: rme9652: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
2018-12-19
1
-4
/
+6
*
ALSA: Convert timers to use timer_setup()
Kees Cook
2017-10-26
1
-4
/
+4
*
ALSA: rme9652: Use common code in hdsp_get_iobox_version()
Markus Elfring
2017-09-07
1
-15
/
+11
*
ALSA: rme9652: Use common error handling code in two functions
Markus Elfring
2017-08-15
1
-7
/
+6
*
ALSA: rme9652: make snd_pcm_hardware const
Bhumika Goyal
2017-08-12
1
-2
/
+2
*
ALSA: hdsp: Constify hw_constraints
Takashi Iwai
2017-06-09
1
-4
/
+4
*
ALSA: hdsp: Convert to the new PCM ops
Takashi Iwai
2017-06-02
1
-17
/
+50
*
ALSA: pci: Constify snd_rawmidi_ops
Takashi Iwai
2017-01-12
1
-2
/
+2
*
ALSA: constify snd_pcm_ops structures
Julia Lawall
2016-09-02
1
-2
/
+2
*
ALSA: hdsp: Fix wrong boolean ctl value accesses
Takashi Iwai
2016-02-29
1
-2
/
+2
*
ALSA: hdsp: fix memory leak
Sudip Mukherjee
2015-09-11
1
-0
/
+1
*
ALSA: hdsp: silence a sprinft() overflow warning
Dan Carpenter
2015-08-22
1
-2
/
+2
*
ALSA: hdsp: silence and underflow warning
Dan Carpenter
2015-08-21
1
-1
/
+2
*
ALSA: Include linux/io.h instead of asm/io.h
Takashi Iwai
2015-01-28
1
-1
/
+1
*
ALSA: hdsp: Use setup_timer() and mod_timer()
Takashi Iwai
2015-01-19
1
-9
/
+5
*
ALSA: Deletion of checks before the function call "iounmap"
Markus Elfring
2015-01-04
1
-3
/
+1
*
ALSA: hdsp: Deletion of an unnecessary check before the function call "releas...
Markus Elfring
2014-11-17
1
-2
/
+1
*
ALSA: hdsp: Use snd_ctl_enum_info()
Takashi Iwai
2014-10-21
1
-118
/
+57
*
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-08-12
1
-1
/
+1
*
ALSA: hdsp: Use standard printk helpers
Takashi Iwai
2014-02-26
1
-49
/
+79
*
ALSA: pci: Convert to snd_card_new() with a device pointer
Takashi Iwai
2014-02-12
1
-3
/
+2
*
ALSA: Remove memory reservation code from memalloc helper
Takashi Iwai
2014-01-09
1
-8
/
+2
*
ALSA: hdsp - info leak in snd_hdsp_hwdep_ioctl()
Dan Carpenter
2013-10-16
1
-0
/
+1
[next]