summaryrefslogtreecommitdiffstats
path: root/sound/pci/asihpi
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pci/asihpi: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-021-5/+4
* ALSA: asihpi: delete duplicated wordRandy Dunlap2020-07-191-1/+1
* ALSA: pci/asihpi: remove 'set but not used' warningPierre-Louis Bossart2020-07-071-2/+2
* ALSA: pci/asihpi: fix kernel-docPierre-Louis Bossart2020-07-071-12/+14
* ALSA: pci/asihpi: remove 'set but not used' warningsPierre-Louis Bossart2020-07-071-7/+5
* ALSA: asihpi: More constificationsTakashi Iwai2020-01-052-3/+3
* ALSA: asihpi: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-17/+0
* ALSA: asihpi: Use managed buffer allocationTakashi Iwai2019-12-111-7/+3
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-061-2/+2
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-0823-262/+23
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-8/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 273Thomas Gleixner2019-06-0521-254/+21
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | ALSA: asihpi: Remove unneeded variable changeHariprasad Kelam2019-07-051-5/+2
|/
* ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-4/+2
* ALSA: asihpi: clean up indentation, replace spaces with tabColin Ian King2018-11-191-1/+1
* ALSA: asihpi: don't pass GFP_DMA32 to dma_alloc_coherentChristoph Hellwig2018-10-141-1/+1
* ALSA: asihpi: remove redundant variable max_streamsColin Ian King2018-08-011-5/+0
* ALSA: asihpi: Fix PCM format notationsTakashi Iwai2018-07-271-11/+13
* sound: Use octal not symbolic permissionsJoe Perches2018-05-282-8/+8
* ALSA: asihpi: Hardening for potential Spectre v1Takashi Iwai2018-04-252-5/+12
* Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-132-0/+2
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | ALSA: asihpi: clean up a couple of build warningsColin Ian King2017-10-161-3/+0
* | Merge branch 'for-linus' into for-nextTakashi Iwai2017-10-091-4/+8
|\|
| * ALSA: asihpi: fix a potential double-fetch bug when copying puhmMeng Xu2017-09-191-4/+8
* | ALSA: asihpi: Convert timers to use timer_setup()Kees Cook2017-10-051-7/+5
|/
* ALSA: asihpi: Kill BUG_ON() usagesTakashi Iwai2017-09-071-5/+1
* ALSA: asihpi: Put missing KERN_CONT prefixTakashi Iwai2017-08-311-2/+2
* ALSA: asihpi: fix kernel memory disclosureVlad Tsyrklevich2016-10-181-1/+1
* ALSA: squash lines for simple wrapper functionsMasahiro Yamada2016-09-071-5/+2
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-2/+2
* x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-031-0/+1
* ALSA: asihpi: Fix duplicate const for clock sourcesKrzysztof Kozlowski2015-03-241-1/+1
* ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai2015-01-281-1/+1
* ALSA: asihpi: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-8/+5
* ALSA: Deletion of checks before the function call "iounmap"Markus Elfring2015-01-041-4/+2
* ALSA: asihpi: Remove always NULL parameterLars-Peter Clausen2015-01-021-7/+2
* ALSA: asihpi: fix an information leak in asihpi_hpi_ioctl()Eliot Blennerhassett2014-12-312-2/+7
* ALSA: asihpi: update to HPI version 4.14Eliot Blennerhassett2014-12-181-3/+3
* ALSA: asihpi: increase tuner pad cache sizeEliot Blennerhassett2014-12-181-3/+3
* ALSA: asihpi: relax firmware version checkEliot Blennerhassett2014-12-181-14/+12
* ALSA: asihpi: Deletion of an unnecessary check before the function call "vfree"Markus Elfring2014-12-021-2/+1
* ALSA: asihpi: used parts of message/response are zeroed before useEliot Blennerhassett2014-11-221-10/+20
* ALSA: asihpi: don't fail probe if adapter mode read failsEliot Blennerhassett2014-11-221-7/+6
* ALSA: asihpi: Use standard printk helpersEliot Blennerhassett2014-11-221-19/+13
* ALSA: asihpi: Turn off msg/resp logging after DSP has crashed.Eliot Blennerhassett2014-11-221-3/+12
* ALSA: asihpi: Add support for stream interrupt.Eliot Blennerhassett2014-11-226-50/+321
* ALSA: asihpi: Refactor control cache code.Eliot Blennerhassett2014-11-221-44/+63
* ALSA: asihpi: Use CONFIG_64BIT directlyEliot Blennerhassett2014-11-222-10/+10