aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-31ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interruptGaosheng Cui1-0/+3
2022-09-27ALSA: aloop: Replace runtime->status->state reference to runtime->stateTakashi Iwai1-2/+2
2022-09-12ALSA: dummy: Add customizable volume min/max.YJ Lee1-10/+24
2022-09-12ALSA: dummy: Fix trailing whitespaces.YJ Lee1-4/+4
2022-09-06Merge branch 'for-linus' into for-nextTakashi Iwai1-3/+4
2022-09-02ALSA: aloop: Fix random zeros in capture data when using jiffies timerPattara Teerapong1-3/+4
2022-08-24ALSA: vx: Drop superfluous GFP setupTakashi Iwai1-2/+1
2022-05-12ALSA: Add generic serial MIDI driver using serial bus APIDaniel Kaehn3-0/+394
2022-04-12ALSA: mtpav: Don't call card private_free at probe error pathTakashi Iwai1-2/+2
2022-01-06ALSA: virmidi: Remove duplicated codeStefan Sauer1-3/+0
2021-12-13ALSA: drivers: opl3: Fix incorrect use of vp->stateColin Ian King1-1/+1
2021-09-28ALSA: pcsp: Make hrtimer forwarding more robustThomas Gleixner1-1/+1
2021-07-19ALSA: pcsp: Allocate resources with device-managed APIsTakashi Iwai3-46/+18
2021-07-19ALSA: dummy: Allocate resources with device-managed APIsTakashi Iwai1-17/+7
2021-07-19ALSA: aloop: Allocate resources with device-managed APIsTakashi Iwai1-18/+8
2021-07-19ALSA: mpu401: Allocate resources with device-managed APIsTakashi Iwai1-29/+5
2021-07-19ALSA: serial-u16550: Allocate resources with device-managed APIsTakashi Iwai1-48/+9
2021-07-19ALSA: mtpav: Allocate resources with device-managed APIsTakashi Iwai1-21/+9
2021-07-19ALSA: virmidi: Allocate resources with device-managed APIsTakashi Iwai1-15/+6
2021-07-19ALSA: vx: Manage vx_core object with devresTakashi Iwai1-2/+10
2021-07-19ALSA: aloop: Fix spelling mistake "synchronization" -> "synchronization"Colin Ian King1-1/+1
2021-06-09ALSA: serial: Fix assignment in if conditionTakashi Iwai4-29/+43
2021-06-09ALSA: opl3: Fix assignment in if conditionTakashi Iwai3-20/+37
2021-06-09ALSA: vx: Fix assignment in if conditionTakashi Iwai4-48/+95
2021-06-09ALSA: mpu401: Fix assignment in if conditionTakashi Iwai2-9/+19
2021-05-27ALSA: drivers: opl3: fix useless self-comparisonPierre-Louis Bossart1-2/+1
2021-04-09Merge branch 'for-linus' into for-nextTakashi Iwai1-3/+8
2021-04-07ALSA: aloop: Fix initialization of controlsJonas Holmberg1-3/+8
2021-03-30Merge tag 'tags/mute-led-rework' into for-nextTakashi Iwai8-8/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky8-8/+0
2021-03-03ALSA: vx: fix kernel-doc warningPierre-Louis Bossart1-1/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2-2/+2
2020-12-25ALSA: vx: Use roundup() instead of open-coding itLars-Peter Clausen1-2/+1
2020-12-25ALSA: dummy: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen1-1/+1
2020-12-25ALSA: aloop: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen1-1/+1
2020-11-21ALSA: aloop: Constify ops structsRikard Falkeborn1-3/+3
2020-11-21ALSA: pcsp: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-10-06ALSA: portman2x4: fix repeated word 'if'Randy Dunlap1-1/+1
2020-09-09ALSA: aloop: Replace tasklet with workTakashi Iwai1-12/+11
2020-09-09ALSA: pcsp: Replace tasklet with workTakashi Iwai1-7/+5
2020-09-09Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2020-09-03ALSA: vx: vx_pcm: remove redundant assignmentPierre-Louis Bossart1-1/+0
2020-09-03ALSA: vx: vx_pcm: remove redundant assignmentPierre-Louis Bossart1-1/+0
2020-09-03ALSA: vx: vx_core: clarify operator precedencePierre-Louis Bossart1-2/+2
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-3/+4
2020-08-03Merge branch 'for-next' into for-linusTakashi Iwai7-2002/+4
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-08Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+2
2020-07-07ALSA: vx_core: remove warning for empty loop bodyPierre-Louis Bossart1-1/+2
2020-07-07ALSA: opl3: fix infoleak in opl3xidongwang1-0/+2
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-1999/+0
2020-05-28sound: ac97: Remove sound driver for ancient platformMichal Simek5-1999/+0
2020-05-07ALSA: portman2x4: Use bitwise instead of arithmetic operator for flagsSamuel Zou1-1/+1
2020-02-10ALSA: dummy: Use standard macros for fixing PCM format castTakashi Iwai1-3/+3
2020-02-10ALSA: aloop: Fix PCM format assignmentTakashi Iwai1-3/+3
2020-02-06Merge tag 'sound-fix-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2020-02-01ALSA: dummy: Fix PCM format loop in proc outputTakashi Iwai1-1/+1
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds24-164/+92
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2020-01-05ALSA: serial-u16550: More constificationTakashi Iwai1-1/+1
2020-01-05ALSA: opl4: More constificationTakashi Iwai1-1/+1
2020-01-05ALSA: mts64: More constificationsTakashi Iwai1-2/+2
2020-01-05ALSA: opl3: More constificationsTakashi Iwai2-4/+4
2020-01-05ALSA: vx: More constificationsTakashi Iwai4-9/+9
2020-01-05ALSA: dummy: More constificationsTakashi Iwai1-12/+12
2020-01-03ALSA: seq: oss: Constify snd_seq_oss_callback definitionsTakashi Iwai1-1/+1
2020-01-03ALSA: opl3: Constify snd_opl3_drum_voice definitionsTakashi Iwai1-13/+13
2020-01-03ALSA: dummy: Constify snd_pcm_ops definitionsTakashi Iwai1-3/+3
2020-01-03ALSA: drivers: Constify snd_kcontrol_new itemsTakashi Iwai5-13/+13
2020-01-03ALSA: vx: Constify snd_vx_hardware and snd_vx_ops definitionsTakashi Iwai1-2/+3
2020-01-03ALSA: seq: Constify struct snd_midi_opTakashi Iwai3-3/+3
2020-01-03ALSA: info: Make snd_info_entry_ops as constTakashi Iwai1-1/+1
2020-01-03ALSA: drivers: Constify snd_ac97_bus_ops definitionsTakashi Iwai1-1/+1
2020-01-03ALSA: Constify snd_timer_hardware definitionsTakashi Iwai1-2/+2
2020-01-03ALSA: drivers: Constify snd_device_ops definitionsTakashi Iwai5-5/+5
2019-12-17Merge tag 'y2038-alsa-v8-signed' of git://git.kernel.org:/pub/scm/linux/kerne...Takashi Iwai1-1/+1
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang1-1/+1
2019-12-11ALSA: drivers: Drop superfluous ioctl PCM opsTakashi Iwai5-8/+0
2019-12-11ALSA: vx: Use managed buffer allocationTakashi Iwai1-24/+3
2019-12-11ALSA: pcsp: Use managed buffer allocationTakashi Iwai1-11/+6
2019-12-11ALSA: ml403: Use managed buffer allocationTakashi Iwai1-25/+4
2019-12-11ALSA: dummy: Use managed buffer allocationTakashi Iwai1-12/+2
2019-12-11ALSA: aloop: Use managed buffer allocationTakashi Iwai1-10/+2
2019-11-27ALSA: aloop: Avoid pointer dereference before null-checkAndrew Gabbasov1-4/+4
2019-11-24ALSA: aloop: Fix dependency on timer APITakashi Iwai1-0/+1
2019-11-22ALSA: aloop: Avoid unexpected timer event callback taskletsAndrew Gabbasov1-3/+4
2019-11-22ALSA: aloop: Remove redundant locking in timer open functionAndrew Gabbasov1-15/+8
2019-11-20ALSA: aloop: Support runtime change of snd_timer via info interfaceAndrew Gabbasov1-3/+34
2019-11-20ALSA: aloop: Support selection of snd_timer instead of jiffiesTimo Wischer1-1/+476
2019-11-20ALSA: aloop: Move CABLE_VALID_BOTH to the top of fileTimo Wischer1-4/+4
2019-11-20ALSA: aloop: Rename all jiffies timer specific functionsTimo Wischer1-13/+15
2019-11-20ALSA: aloop: Use callback functions for timer specific implementationsTimo Wischer1-19/+94
2019-11-20ALSA: aloop: Support return of error code for timer start and stopTimo Wischer1-11/+19
2019-11-20ALSA: aloop: Describe units of variablesTimo Wischer1-2/+4
2019-11-06ALSA: vx: Convert to the common vmalloc memallocTakashi Iwai1-5/+5
2019-11-06ALSA: aloop: Convert to the common vmalloc memallocTakashi Iwai1-4/+4
2019-11-06ALSA: drivers: Remove superfluous snd_dma_continuous_data()Takashi Iwai3-4/+4
2019-10-07sound: Fix Kconfig indentationKrzysztof Kozlowski1-10/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-6/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner25-368/+25
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner1-15/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner3-42/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-03-25ALSA: aloop: Support S24 sample formatsTimo Wischer1-1/+3
2019-03-18ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declarationColin Ian King1-1/+1
2019-02-06ALSA: drivers: Clean up with new procfs helpersTakashi Iwai3-20/+5
2019-02-06ALSA: opl4: Remove superfluous snd_info_register() callsTakashi Iwai1-4/+0
2019-01-15ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai4-11/+0
2018-08-08ALSA: opl3: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-03ALSA: drivers: Remove empty init and exitTakashi Iwai4-59/+0
2018-07-26ALSA: opl3: Declare common variables properlyTakashi Iwai6-10/+6
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2-3/+0
2018-07-16ALSA: opl3: remove redundant pointer opl3Colin Ian King2-18/+0
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-2/+2
2018-05-28ALSA: aloop: Reduced duplicated PCM ops definitionTakashi Iwai1-16/+3
2018-05-28sound: Use octal not symbolic permissionsJoe Perches4-8/+8
2018-04-30ALSA: aloop: Add missing cable lock to ctl API callbacksTakashi Iwai1-2/+15
2018-04-25ALSA: opl3: Hardening for potential Spectre v1Takashi Iwai1-2/+5
2018-03-27ALSA: aloop: Mark paused device as inactiveRobert Rosengren1-3/+9
2018-03-22ALSA: aloop: Fix access to not-yet-ready substream via cableTakashi Iwai1-1/+7
2018-03-22ALSA: aloop: Sync stale timer before releaseTakashi Iwai1-1/+8
2018-01-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-15/+12
2018-01-27Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-48/+50
2018-01-16ALSA/dummy: Replace tasklet with softirq hrtimerThomas Gleixner1-15/+12
2018-01-09Merge branch 'for-linus' into for-nextTakashi Iwai1-48/+50
2018-01-05ALSA: aloop: Fix racy hw constraints adjustmentTakashi Iwai1-30/+21
2018-01-05ALSA: aloop: Fix inconsistent format due to incomplete ruleTakashi Iwai1-7/+6
2018-01-05ALSA: aloop: Release cable upon open error pathTakashi Iwai1-13/+25
2017-11-29ALSA: drivers: make array 'names' const, reduces object code sizeColin Ian King1-1/+1
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai7-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-10-24ALSA: drivers: Convert timers to use timer_setup()Kees Cook8-24/+19
2017-08-31ALSA: vx: Put missing KERN_CONT prefixTakashi Iwai1-2/+2
2017-08-31ALSA: opl3: Put missing KERN_CONT prefixTakashi Iwai1-2/+2
2017-08-22ALSA: pcsp: Use common error handling code in snd_card_pcsp_probe()Markus Elfring1-16/+13
2017-08-19ALSA: drivers: constify snd_pcm_ops structuresArvind Yadav2-4/+4
2017-08-17ALSA: drivers: make snd_pcm_hardware constBhumika Goyal5-7/+7
2017-08-17ALSA: drivers: mpu401: constify pnp_device_idArvind Yadav1-1/+1
2017-08-12ALSA: mpu401: Adjust four checks for null pointersMarkus Elfring1-4/+4
2017-08-12ALSA: mpu401: Use common error handling code in snd_mpu401_uart_new()Markus Elfring1-6/+9
2017-08-12ALSA: mpu401: Delete an error message for a failed memory allocation in snd_m...Markus Elfring1-1/+0
2017-08-12ALSA: opl3: Delete an error message for a failed memory allocation in snd_opl...Markus Elfring1-3/+1
2017-07-06ALSA: opl4: Move inline before return typeJoe Perches1-1/+1
2017-06-28ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfigTakashi Iwai1-1/+3
2017-06-12ALSA: seq: Allow the modular sequencer registrationTakashi Iwai4-4/+6
2017-06-09ALSA: seq: Reorganize kconfig and buildTakashi Iwai1-0/+13
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai2-3/+6
2017-06-09ALSA: vx: vx_pcm: constify vx_pcm_playback_ops and vx_pcm_capture_ops.Arvind Yadav1-2/+2
2017-06-09ALSA : pcsp: pcsp_lib: constify snd_pcsp_playback_opsArvind Yadav1-1/+1
2017-06-02ALSA: dummy: Convert to new PCM copy opsTakashi Iwai1-6/+14
2017-05-30ALSA: declare snd_kcontrol_new structures as constBhumika Goyal1-12/+12
2017-05-17ALSA: opl3: Kill unused set_fs()Takashi Iwai1-14/+0
2017-05-17ALSA: opl4: Use IS_REACHABLE()Takashi Iwai2-3/+3
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-6/+6
2017-04-20Annotate hardware config module parameters in sound/drivers/David Howells3-6/+6
2017-02-28ALSA: vx: remove 'out of memory' messageMihai Burduselu1-3/+1
2017-01-12ALSA: drivers: Constify snd_rawmidi_opsTakashi Iwai5-10/+10
2017-01-04ALSA: vx: Don't try to update capture stream before runningTakashi Iwai1-1/+1
2017-01-04ALSA: vx: Fix possible transfer overflowTakashi Iwai1-2/+4
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-11-12ALSA: opl3: don't opencode IS_REACHABLE()Fabian Frederick1-1/+1
2016-06-24ALSA: dummy: Fix a use-after-free at closingTakashi Iwai1-0/+1
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+5
2016-03-17sound: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim1-4/+5
2016-03-02ALSA: portman2x4: fix NULL pointer dereferenceSudip Mukherjee1-5/+6
2016-02-29ALSA: mts64: fix NULL pointer dereferenceSudip Mukherjee1-5/+6
2016-02-22ALSA: mts64: use new parport device modelSudip Mukherjee1-52/+43
2016-02-18ALSA: portman2x4 - use new parport device modelSudip Mukherjee1-51/+42
2016-02-08ALSA: dummy: Implement timer backend switching more safelyTakashi Iwai1-18/+19
2016-01-28ALSA: dummy: Disable switching timer backend via sysfsTakashi Iwai1-1/+1
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-2/+2
2015-12-30ALSA: dummy: constify dummy_timer_ops structuresJulia Lawall1-2/+2
2015-12-08treewide: Fix typos in printkMasanari Iida1-1/+1
2015-06-25Merge tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds6-28/+16
2015-05-29ALSA: opl4: Fix / cleanup ifdef CONFIG_PROC_FSTakashi Iwai4-11/+7
2015-05-29ALSA: dummy: Replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSTakashi Iwai1-2/+2
2015-05-29ALSA: aloop: Drop unnecessary ifdef CONFIG_PROC_FSTakashi Iwai1-8/+0
2015-05-26ALSA: dummy: make local data staticTakashi Iwai1-7/+7
2015-05-12ALSA: drivers: pcsp: Fix printout of resolutionThomas Gleixner1-2/+2
2015-04-22sound: Use hrtimer_resolution instead of hrtimer_get_res()Thomas Gleixner1-9/+6
2015-03-09Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+2
2015-03-06ALSA: opl3: small array underflowDan Carpenter1-0/+2
2015-02-12ALSA: seq: Define driver object in each driverTakashi Iwai2-39/+28
2015-01-28ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai1-1/+1
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai8-9/+8
2015-01-19ALSA: serial-u16550: Use setup_timer() and mod_timer()Takashi Iwai1-5/+3
2015-01-19ALSA: opl3: Use setup_timer() and mod_timer()Takashi Iwai2-10/+5
2015-01-19ALSA: mtpav: Use setup_timer() and mod_timer()Takashi Iwai1-8/+4
2015-01-19ALSA: mpu401: Use setup_timer() and mod_timer()Takashi Iwai1-7/+4
2015-01-19ALSA: aloop: Use setup_timer() and mod_timer()Takashi Iwai1-2/+1
2015-01-19ALSA: dummy: use setup_timer and mod_timerRoman Kollar1-6/+4
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-2/+1
2015-01-02ALSA: ml403-ac97cr: Remove always NULL parameterLars-Peter Clausen1-7/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-10/+0
2014-11-30ALSA: virmidi: Fix wrong error checkTakashi Iwai1-1/+1
2014-11-29ALSA: virmidi: fixed code style issuesKyle Chamberlin1-8/+13
2014-11-11ALSA: vx: Fix missing kerneldoc parameter descriptionsTakashi Iwai1-0/+10
2014-10-21ALSA: vx: Use snd_ctl_elem_info()Takashi Iwai1-27/+8