aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/pci/asihpi/hpioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner1-8/+1
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-2/+2
2018-04-25ALSA: asihpi: Hardening for potential Spectre v1Takashi Iwai1-1/+3
2017-09-19ALSA: asihpi: fix a potential double-fetch bug when copying puhmMeng Xu1-4/+8
2016-10-18ALSA: asihpi: fix kernel memory disclosureVlad Tsyrklevich1-1/+1
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell1-0/+1
2015-01-28ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai1-1/+1
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-4/+2
2014-12-31ALSA: asihpi: fix an information leak in asihpi_hpi_ioctl()Eliot Blennerhassett1-0/+2
2014-12-02ALSA: asihpi: Deletion of an unnecessary check before the function call "vfree"Markus Elfring1-2/+1
2014-11-22ALSA: asihpi: don't fail probe if adapter mode read failsEliot Blennerhassett1-7/+6
2014-11-22ALSA: asihpi: Add support for stream interrupt.Eliot Blennerhassett1-9/+115
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-3/+3
2012-10-28ALSA: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-9/+8
2011-12-22ALSA: asihpi - Remove redundant struct members.Eliot Blennerhassett1-36/+26
2011-12-22ALSA: asihpi - Split hpi version info into separate header file.Eliot Blennerhassett1-0/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-08-02ALSA: asihpi - Clarify adapter index validity checkEliot Blennerhassett1-7/+12
2011-07-27ALSA: asihpi - off by one in asihpi_hpi_ioctl()Dan Carpenter1-1/+1
2011-07-27ALSA: asihpi - bug fix pa use before init.Eliot Blennerhassett1-7/+4
2011-07-22ALSA: asihpi - Remove spurious adapter index checkEliot Blennerhassett1-7/+3
2011-04-05ALSA: asihpi: Minor cleanupsEliot Blennerhassett1-6/+3
2011-04-05ALSA: asihpi: Simplify driver unload cleanupEliot Blennerhassett1-26/+28
2011-03-18ALSA: sound/pci/asihpi: check adapter index in hpi_ioctlDan Rosenberg1-0/+5
2011-02-10ALSA: asihpi - Ensure all adapter data is cleared on device removal.Eliot Blennerhassett1-3/+3
2011-02-10ALSA: asihpi - Replace adapter list with single item in subsys response.Eliot Blennerhassett1-1/+1
2011-02-10ALSA: asihpi - Remove unused subsys pointer from all HPI functions.Eliot Blennerhassett1-1/+1
2011-02-10ALSA: asihpi - Interrelated HPI tidy up.Eliot Blennerhassett1-39/+36
2010-11-22ALSA: sound/pci/asihpi/hpioctl.c: Remove unnecessary casts of pci_get_drvdataJoe Perches1-1/+1
2010-07-29ALSA: asihpi: check return value of get_user()Kulikov Vasiliy1-4/+13
2010-07-06ALSA: asihpi - Use version string instead of printf formattingEliot Blennerhassett1-3/+1
2010-04-22ALSA: Add support of AudioScience ASI boardsEliot Blennerhassett1-0/+484