index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
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: 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
*
ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove
Takashi Iwai
2013-05-29
1
-1
/
+0
*
ALSA: hdsp - Remove obsolete settings functions
Adrian Knoth
2013-01-16
1
-339
/
+0
*
ALSA: hdsp - Use HDSP_TOGGLE_SETTING to alter settings
Adrian Knoth
2013-01-16
1
-15
/
+28
*
ALSA: hdsp - Implement generic function to toggle settings
Adrian Knoth
2013-01-16
1
-0
/
+59
*
ALSA: hdsp - Fix detection for RME RPM/Multiface/Digiface ioboxes
Adrian Knoth
2013-01-16
1
-26
/
+65
*
ALSA: pci: remove __dev* attributes
Bill Pemberton
2012-12-07
1
-7
/
+7
*
ALSA: hdsp: Add missing inclusion of linux/vmalloc.h
Takashi Iwai
2012-11-22
1
-0
/
+1
*
ALSA: hdsp: improve firmware caching
Takashi Iwai
2012-11-22
1
-28
/
+34
*
Merge branch 'topic/misc' into for-linus
Takashi Iwai
2012-05-21
1
-13
/
+2
|
\
|
*
ALSA: pci: clean up using module_pci_driver()
Takashi Iwai
2012-04-24
1
-13
/
+2
*
|
ALSA: hdsp - Provide ioctl_compat
Andre Schramm
2012-05-08
1
-0
/
+1
|
/
*
ALSA: hdsp - Fix potential Oops in snd_hdsp_info_pref_sync_ref()
Takashi Iwai
2012-01-09
1
-2
/
+1
*
ALSA: module_param: make bool parameters really bool
Rusty Russell
2011-12-19
1
-1
/
+1
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
1
-1
/
+1
|
\
|
*
sound: fix drivers needing module.h not moduleparam.h
Paul Gortmaker
2011-10-31
1
-1
/
+1
*
|
ALSA: hdsp - Correct HDSP_VERSION_BIT constant, thus partly fixing RPM detection
Adrian Knoth
2011-10-31
1
-1
/
+1
|
/
*
ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*
Takashi Iwai
2011-06-10
1
-1
/
+1
*
ALSA: Use KBUILD_MODNAME for pci_driver.name entries
Takashi Iwai
2011-06-10
1
-1
/
+1
*
ALSA: hdsp - Add support for RPM io box
Florian Faber
2010-12-01
1
-57
/
+481
*
Merge branch 'fix/misc' into topic/misc
Takashi Iwai
2010-10-11
1
-0
/
+1
|
\
|
*
ALSA: sound/pci/rme9652: prevent reading uninitialized stack memory
Dan Rosenberg
2010-09-25
1
-0
/
+1
*
|
sound: Remove unnecessary casts of private_data
Joe Perches
2010-09-07
1
-4
/
+4
|
/
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+0
*
sound: use DEFINE_PCI_DEVICE_TABLE
Alexey Dobriyan
2010-02-09
1
-1
/
+1
*
ALSA: hdsp - allow proc reporting with disconnected io box
Tim Blechmann
2009-08-12
1
-17
/
+22
*
Merge branch 'topic/hdsp' into for-linus
Takashi Iwai
2009-06-10
1
-2
/
+2
|
\
|
*
ALSA: hdsp: allow firmware loading from inside the kernel
Raphael Doursenaud
2009-05-12
1
-2
/
+2
[next]