index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
pci
/
asihpi
/
hpioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-08
ALSA: asihpi: Use standard print API
Takashi Iwai
1
-1
/
+1
2022-11-28
ALSA: asihpi: fix missing pci_disable_device()
Liu Shixin
1
-1
/
+1
2020-10-12
Merge branch 'for-next' into for-linus
Takashi Iwai
1
-3
/
+13
2020-09-21
ALSA: asihpi: fix iounmap in error handler
Tom Rix
1
-2
/
+2
2020-09-09
ALSA: asihpi: Replace tasklet with threaded irq
Takashi Iwai
1
-3
/
+13
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
1
-8
/
+1
2018-05-28
sound: Use octal not symbolic permissions
Joe Perches
1
-2
/
+2
2018-04-25
ALSA: asihpi: Hardening for potential Spectre v1
Takashi Iwai
1
-1
/
+3
2017-09-19
ALSA: asihpi: fix a potential double-fetch bug when copying puhm
Meng Xu
1
-4
/
+8
2016-10-18
ALSA: asihpi: fix kernel memory disclosure
Vlad Tsyrklevich
1
-1
/
+1
2015-06-03
x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>
Stephen Rothwell
1
-0
/
+1
2015-01-28
ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*
Takashi Iwai
1
-1
/
+1
2015-01-04
ALSA: Deletion of checks before the function call "iounmap"
Markus Elfring
1
-4
/
+2
2014-12-31
ALSA: asihpi: fix an information leak in asihpi_hpi_ioctl()
Eliot Blennerhassett
1
-0
/
+2
2014-12-02
ALSA: asihpi: Deletion of an unnecessary check before the function call "vfree"
Markus Elfring
1
-2
/
+1
2014-11-23
ALSA: asihpi: don't fail probe if adapter mode read fails
Eliot Blennerhassett
1
-7
/
+6
2014-11-23
ALSA: asihpi: Add support for stream interrupt.
Eliot Blennerhassett
1
-9
/
+115
2013-05-29
ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove
Takashi Iwai
1
-1
/
+0
2012-12-07
ALSA: pci: remove __dev* attributes
Bill Pemberton
1
-3
/
+3
2012-10-28
ALSA: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Joe Perches
1
-9
/
+8
2011-12-22
ALSA: asihpi - Remove redundant struct members.
Eliot Blennerhassett
1
-36
/
+26
2011-12-22
ALSA: asihpi - Split hpi version info into separate header file.
Eliot Blennerhassett
1
-0
/
+1
2011-11-01
sound: Add module.h to the previously silent sound users
Paul Gortmaker
1
-0
/
+1
2011-08-02
ALSA: asihpi - Clarify adapter index validity check
Eliot Blennerhassett
1
-7
/
+12
2011-07-27
ALSA: asihpi - off by one in asihpi_hpi_ioctl()
Dan Carpenter
1
-1
/
+1
2011-07-27
ALSA: asihpi - bug fix pa use before init.
Eliot Blennerhassett
1
-7
/
+4
2011-07-22
ALSA: asihpi - Remove spurious adapter index check
Eliot Blennerhassett
1
-7
/
+3
2011-04-05
ALSA: asihpi: Minor cleanups
Eliot Blennerhassett
1
-6
/
+3
2011-04-05
ALSA: asihpi: Simplify driver unload cleanup
Eliot Blennerhassett
1
-26
/
+28
2011-03-18
ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
Dan Rosenberg
1
-0
/
+5
2011-02-10
ALSA: asihpi - Ensure all adapter data is cleared on device removal.
Eliot Blennerhassett
1
-3
/
+3
2011-02-10
ALSA: asihpi - Replace adapter list with single item in subsys response.
Eliot Blennerhassett
1
-1
/
+1
2011-02-10
ALSA: asihpi - Remove unused subsys pointer from all HPI functions.
Eliot Blennerhassett
1
-1
/
+1
2011-02-10
ALSA: asihpi - Interrelated HPI tidy up.
Eliot Blennerhassett
1
-39
/
+36
2010-11-22
ALSA: sound/pci/asihpi/hpioctl.c: Remove unnecessary casts of pci_get_drvdata
Joe Perches
1
-1
/
+1
2010-07-29
ALSA: asihpi: check return value of get_user()
Kulikov Vasiliy
1
-4
/
+13
2010-07-06
ALSA: asihpi - Use version string instead of printf formatting
Eliot Blennerhassett
1
-3
/
+1
2010-04-22
ALSA: Add support of AudioScience ASI boards
Eliot Blennerhassett
1
-0
/
+484