summaryrefslogtreecommitdiffstats
path: root/sound/drivers
Commit message (Expand)AuthorAgeFilesLines
* ALSA: drivers: Constify snd_device_ops definitionsTakashi Iwai2020-01-035-5/+5
* Merge tag 'y2038-alsa-v8-signed' of git://git.kernel.org:/pub/scm/linux/kerne...Takashi Iwai2019-12-171-1/+1
|\
| * ALSA: Replace timespec with timespec64Baolin Wang2019-12-111-1/+1
* | ALSA: drivers: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-115-8/+0
* | ALSA: vx: Use managed buffer allocationTakashi Iwai2019-12-111-24/+3
* | ALSA: pcsp: Use managed buffer allocationTakashi Iwai2019-12-111-11/+6
* | ALSA: ml403: Use managed buffer allocationTakashi Iwai2019-12-111-25/+4
* | ALSA: dummy: Use managed buffer allocationTakashi Iwai2019-12-111-12/+2
* | ALSA: aloop: Use managed buffer allocationTakashi Iwai2019-12-111-10/+2
|/
* ALSA: aloop: Avoid pointer dereference before null-checkAndrew Gabbasov2019-11-271-4/+4
* ALSA: aloop: Fix dependency on timer APITakashi Iwai2019-11-241-0/+1
* ALSA: aloop: Avoid unexpected timer event callback taskletsAndrew Gabbasov2019-11-221-3/+4
* ALSA: aloop: Remove redundant locking in timer open functionAndrew Gabbasov2019-11-221-15/+8
* ALSA: aloop: Support runtime change of snd_timer via info interfaceAndrew Gabbasov2019-11-201-3/+34
* ALSA: aloop: Support selection of snd_timer instead of jiffiesTimo Wischer2019-11-201-1/+476
* ALSA: aloop: Move CABLE_VALID_BOTH to the top of fileTimo Wischer2019-11-201-4/+4
* ALSA: aloop: Rename all jiffies timer specific functionsTimo Wischer2019-11-201-13/+15
* ALSA: aloop: Use callback functions for timer specific implementationsTimo Wischer2019-11-201-19/+94
* ALSA: aloop: Support return of error code for timer start and stopTimo Wischer2019-11-201-11/+19
* ALSA: aloop: Describe units of variablesTimo Wischer2019-11-201-2/+4
* ALSA: vx: Convert to the common vmalloc memallocTakashi Iwai2019-11-061-5/+5
* ALSA: aloop: Convert to the common vmalloc memallocTakashi Iwai2019-11-061-4/+4
* ALSA: drivers: Remove superfluous snd_dma_continuous_data()Takashi Iwai2019-11-063-4/+4
* sound: Fix Kconfig indentationKrzysztof Kozlowski2019-10-071-10/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-6/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3025-368/+25
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner2019-05-241-15/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-243-42/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* ALSA: aloop: Support S24 sample formatsTimo Wischer2019-03-251-1/+3
* ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declarationColin Ian King2019-03-181-1/+1
* ALSA: drivers: Clean up with new procfs helpersTakashi Iwai2019-02-063-20/+5
* ALSA: opl4: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-061-4/+0
* ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-154-11/+0
* ALSA: opl3: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* ALSA: drivers: Remove empty init and exitTakashi Iwai2018-08-034-59/+0
* ALSA: opl3: Declare common variables properlyTakashi Iwai2018-07-266-10/+6
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-182-3/+0
* ALSA: opl3: remove redundant pointer opl3Colin Ian King2018-07-162-18/+0
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-2/+2
* ALSA: aloop: Reduced duplicated PCM ops definitionTakashi Iwai2018-05-281-16/+3
* sound: Use octal not symbolic permissionsJoe Perches2018-05-284-8/+8
* ALSA: aloop: Add missing cable lock to ctl API callbacksTakashi Iwai2018-04-301-2/+15
* ALSA: opl3: Hardening for potential Spectre v1Takashi Iwai2018-04-251-2/+5
* ALSA: aloop: Mark paused device as inactiveRobert Rosengren2018-03-271-3/+9
* ALSA: aloop: Fix access to not-yet-ready substream via cableTakashi Iwai2018-03-221-1/+7
* ALSA: aloop: Sync stale timer before releaseTakashi Iwai2018-03-221-1/+8
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-01-291-15/+12
|\
| * Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-01-271-48/+50
| |\