aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-21ALSA: mts64: Use snd_ctl_elem_info()Takashi Iwai1-14/+4
2014-10-20ALSA: drivers: pcsp: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20ALSA: drivers: mpu401: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20ALSA: drivers: drop owner assignment from platform_driversWolfram Sang8-8/+0
2014-09-15ALSA: vx: Use nonatomic PCM opsTakashi Iwai4-92/+60
2014-02-12ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai10-33/+23
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai1-3/+1
2014-02-10ALSA: Replace with IS_ENABLED()Takashi Iwai1-1/+1
2014-02-07ALSA: pcsp: Include appropriate header file in pcsp/pcsp_input.cRashika Kheria1-0/+1
2013-11-14ALSA: pcsp: Fix the order of input device unregistrationTakashi Iwai1-1/+1
2013-10-29ALSA: pcsp: Fix initialization with nopcm=1Takashi Iwai1-1/+2
2013-10-29ALSA: opl3: Fix possible negative array index accessTakashi Iwai1-0/+5
2013-07-21ALSA: replace strict_strto*() with kstrto*()Jingoo Han1-1/+1
2013-06-21ALSA: vx_core: off by one in vx_read_status()Dan Carpenter1-1/+1
2013-05-29ALSA: Remove the rest of *_set_drvdata(NULL) callsTakashi Iwai1-1/+0
2013-05-23ALSA: virmidi: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-23ALSA: serial-u16550: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-23ALSA: pcsp: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-23ALSA: mtpav: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-23ALSA: mpu401: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-23ALSA: ml403-ac97cr: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-23ALSA: aloop: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-04-29ALSA: pcm_format_to_bits strong-typed conversionEldad Zack1-1/+1
2013-04-24ALSA: sound kconfig typoPavel Machek1-1/+1
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-1/+5
2013-02-05Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+4
2013-02-04ALSA: aloop: Fix Oops while PM resumeTakashi Iwai1-1/+4
2013-01-25ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai1-2/+1
2012-12-07ALSA: drivers: remove __dev* attributesBill Pemberton14-99/+99
2012-11-22ALSA: vx: hard dependency on the standard fw loaderTakashi Iwai2-139/+1
2012-10-25ALSA: sound/drivers: remove CONFIG_EXPERIMENTALKees Cook1-1/+0
2012-10-21ALSA: aloop - Close races at restarting the streamTakashi Iwai1-17/+19
2012-10-21Merge branch 'dummy-ctl-inactive' of git://git.alsa-project.org/alsa-kprivate...Takashi Iwai1-2/+71
2012-10-20ALSA: dummy: allow disabling mixer controlsClemens Ladisch1-2/+71
2012-10-06ALSA: aloop - add locking to timer accessOmair Mohammed Abdullah1-0/+6
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin2-2/+2
2012-09-05ALSA: opl4: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-6/+3
2012-08-09ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai3-4/+4
2012-07-25ALSA: mpu401: Fix missing initialization of irq fieldTakashi Iwai1-0/+1
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-1/+1
2012-07-03ALSA: convert PM ops of platform_driver to new pm opsTakashi Iwai3-21/+27
2012-07-02ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai8-8/+16
2012-05-15ALSA: snd-aloop - improve the sample copy accurracyJaroslav Kysela1-27/+35
2012-03-30Documentation: remove references to /etc/modprobe.confLucas De Marchi1-1/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell12-18/+18
2011-11-27ALSA: convert sound/* to use module_platform_driver()Axel Lin1-12/+1
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker3-0/+3
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker10-0/+10
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker7-7/+7
2011-10-26Merge branch 'topic/remove-irqf_disable' into for-linusTakashi Iwai4-5/+5
2011-09-24ALSA: aloop - Use vmalloc bufferTakashi Iwai1-6/+7
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang4-5/+5
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch2-12/+11
2011-06-09i8253: Make pcsp sound driver use the shared i8253_lockRalf Baechle1-7/+1
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2-3/+3
2011-03-18ALSA: aloop - Fix possible IRQ lock inversionTakashi Iwai1-10/+9
2011-02-02ALSA: use linux/io.h to fix compile warningsTakashi Iwai1-2/+1
2010-12-14ALSA: ml403-ac97cr: Use vsprintf extension %pR for struct resourceJoe Perches1-2/+2
2010-10-20Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-16/+123
2010-10-20ALSA: snd-aloop - add pause supportJaroslav Kysela1-5/+22
2010-10-20ALSA: snd-aloop - fix locking issues (running flag updates)Jaroslav Kysela1-13/+19
2010-10-18ALSA: snd-aloop: add cable#0 and cable#1 files to proc card treeJaroslav Kysela1-0/+84
2010-10-17Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-1/+7
2010-10-14ALSA: snd-aloop - fix issue in the timer start functionJaroslav Kysela1-1/+7
2010-10-11Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-18/+106
2010-10-11ALSA: snd-aloop: Fix hw_params restrictions and checkingJaroslav Kysela1-18/+106
2010-10-04Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-1/+1
2010-10-02ALSA: snd-aloop - fix "PCM Slave Active" element read valueJaroslav Kysela1-1/+1
2010-09-30Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-2/+4
2010-09-30ALSA: snd-aloop - fix capture buffer silenceJaroslav Kysela1-2/+4
2010-09-22Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-1/+1
2010-09-15ALSA: snd-aloop - fix the "PCM Playback Channels" kcontrolJaroslav Kysela1-1/+1
2010-09-07sound: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-08-18Merge branch 'topic/aloop' into topic/miscTakashi Iwai3-0/+1076
2010-08-09ALSA: introduce the snd-aloop module for the PCM loopbackJaroslav Kysela3-0/+1076
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-3/+21
2010-07-15ALSA: Kconfig: SND_AC97_POWER_SAVE description improvementMichael Witten1-3/+21
2010-07-15Kconfig: fixo typo in "Xilinx'"Michael Witten1-1/+1
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-58/+25
2010-05-10ALSA: opl4 - Fix a wrong argument in proc write callbackTakashi Iwai1-1/+1
2010-05-03Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar9-2/+7
2010-04-13ALSA: info - Implement common llseek for binary modeTakashi Iwai1-24/+0
2010-04-13ALSA: info - Check file position validity in common layerTakashi Iwai1-30/+16
2010-04-13ALSA: info - Use standard types for info callbacksTakashi Iwai1-8/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo9-2/+7
2010-03-02i8253: Convert i8253_lock to raw_spinlockThomas Gleixner3-9/+9
2010-02-12Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-110/+180
2010-02-02ALSA: dummy driver - add model parameterJaroslav Kysela1-110/+180
2010-01-18ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffersTakashi Iwai1-0/+2
2009-12-18sound: vx: use vmalloc buffer helper functionsClemens Ladisch1-54/+5
2009-12-01Merge branch 'topic/beep-rename' into topic/core-changeTakashi Iwai3-21/+48
2009-11-05ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela1-1/+1
2009-11-02ALSA: dummy - Fix descriptions of pcm_substreams parameterTakashi Iwai1-1/+1
2009-11-01ALSA: snd-pcsp: add nopcm modeStas Sergeev3-20/+47
2009-10-30ALSA: sound: Move dereference after NULL test and drop unnecessary NULL testsJulia Lawall1-2/+0
2009-10-30ALSA: pcsp - Fix nforce workaroundStas Sergeev2-32/+35
2009-10-08ALSA: opl3: circular locking in the snd_opl3_note_on() and snd_opl3_note_off()Krzysztof Helt1-8/+20