summaryrefslogtreecommitdiffstats
path: root/sound/drivers
Commit message (Expand)AuthorAgeFilesLines
* ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declarationColin Ian King2019-04-201-1/+1
* ALSA: aloop: Add missing cable lock to ctl API callbacksTakashi Iwai2018-05-091-2/+15
* ALSA: aloop: Mark paused device as inactiveRobert Rosengren2018-05-091-3/+9
* ALSA: opl3: Hardening for potential Spectre v1Takashi Iwai2018-05-011-2/+5
* ALSA: aloop: Fix access to not-yet-ready substream via cableTakashi Iwai2018-03-281-1/+7
* ALSA: aloop: Sync stale timer before releaseTakashi Iwai2018-03-281-1/+8
* ALSA: aloop: Fix racy hw constraints adjustmentTakashi Iwai2018-01-171-30/+21
* ALSA: aloop: Fix inconsistent format due to incomplete ruleTakashi Iwai2018-01-171-7/+6
* ALSA: aloop: Release cable upon open error pathTakashi Iwai2018-01-171-13/+25
* ALSA: vx: Fix possible transfer overflowTakashi Iwai2017-11-211-2/+4
* ALSA: vx: Don't try to update capture stream before runningTakashi Iwai2017-11-211-1/+1
* ALSA: dummy: Fix a use-after-free at closingTakashi Iwai2016-06-241-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-181-4/+5
|\
| * sound: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim2016-03-171-4/+5
* | ALSA: portman2x4: fix NULL pointer dereferenceSudip Mukherjee2016-03-021-5/+6
* | ALSA: mts64: fix NULL pointer dereferenceSudip Mukherjee2016-02-291-5/+6
* | ALSA: mts64: use new parport device modelSudip Mukherjee2016-02-221-52/+43
* | ALSA: portman2x4 - use new parport device modelSudip Mukherjee2016-02-181-51/+42
|/
* ALSA: dummy: Implement timer backend switching more safelyTakashi Iwai2016-02-081-18/+19
* ALSA: dummy: Disable switching timer backend via sysfsTakashi Iwai2016-01-281-1/+1
* Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-01-171-2/+2
|\
| * ALSA: dummy: constify dummy_timer_ops structuresJulia Lawall2015-12-301-2/+2
* | treewide: Fix typos in printkMasanari Iida2015-12-081-1/+1
|/
* Merge tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2015-06-256-28/+16
|\
| * ALSA: opl4: Fix / cleanup ifdef CONFIG_PROC_FSTakashi Iwai2015-05-294-11/+7
| * ALSA: dummy: Replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSTakashi Iwai2015-05-291-2/+2
| * ALSA: aloop: Drop unnecessary ifdef CONFIG_PROC_FSTakashi Iwai2015-05-291-8/+0
| * ALSA: dummy: make local data staticTakashi Iwai2015-05-261-7/+7
* | ALSA: drivers: pcsp: Fix printout of resolutionThomas Gleixner2015-05-121-2/+2
* | sound: Use hrtimer_resolution instead of hrtimer_get_res()Thomas Gleixner2015-04-221-9/+6
|/
* Merge branch 'for-linus' into for-nextTakashi Iwai2015-03-091-0/+2
|\
| * ALSA: opl3: small array underflowDan Carpenter2015-03-061-0/+2
* | ALSA: seq: Define driver object in each driverTakashi Iwai2015-02-122-39/+28
|/
* ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai2015-01-281-1/+1
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-288-9/+8
* ALSA: serial-u16550: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-5/+3
* ALSA: opl3: Use setup_timer() and mod_timer()Takashi Iwai2015-01-192-10/+5
* ALSA: mtpav: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-8/+4
* ALSA: mpu401: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-7/+4
* ALSA: aloop: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-2/+1
* ALSA: dummy: use setup_timer and mod_timerRoman Kollar2015-01-191-6/+4
* ALSA: Deletion of checks before the function call "iounmap"Markus Elfring2015-01-041-2/+1
* ALSA: ml403-ac97cr: Remove always NULL parameterLars-Peter Clausen2015-01-021-7/+2
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1410-10/+0
|\
| * ALSA: drivers: pcsp: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| * ALSA: drivers: mpu401: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| * ALSA: drivers: drop owner assignment from platform_driversWolfram Sang2014-10-208-8/+0
* | ALSA: virmidi: Fix wrong error checkTakashi Iwai2014-11-301-1/+1
* | ALSA: virmidi: fixed code style issuesKyle Chamberlin2014-11-291-8/+13
* | ALSA: vx: Fix missing kerneldoc parameter descriptionsTakashi Iwai2014-11-111-0/+10