summaryrefslogtreecommitdiffstats
path: root/sound/drivers
Commit message (Expand)AuthorAgeFilesLines
* ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declarationColin Ian King2019-04-271-1/+1
* ALSA: aloop: Add missing cable lock to ctl API callbacksTakashi Iwai2018-05-161-2/+15
* ALSA: aloop: Mark paused device as inactiveRobert Rosengren2018-05-161-3/+9
* ALSA: aloop: Fix access to not-yet-ready substream via cableTakashi Iwai2018-04-081-1/+7
* ALSA: aloop: Sync stale timer before releaseTakashi Iwai2018-04-081-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-07-121-0/+1
* ALSA: dummy: Implement timer backend switching more safelyTakashi Iwai2016-03-021-18/+19
* ALSA: dummy: Disable switching timer backend via sysfsTakashi Iwai2016-02-151-1/+1
* ALSA: vx: Use nonatomic PCM opsTakashi Iwai2014-09-154-92/+60
* ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-1210-33/+23
* ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai2014-02-121-3/+1
* ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-101-1/+1
* ALSA: pcsp: Include appropriate header file in pcsp/pcsp_input.cRashika Kheria2014-02-071-0/+1
* ALSA: pcsp: Fix the order of input device unregistrationTakashi Iwai2013-11-141-1/+1
* ALSA: pcsp: Fix initialization with nopcm=1Takashi Iwai2013-10-291-1/+2
* ALSA: opl3: Fix possible negative array index accessTakashi Iwai2013-10-291-0/+5
* ALSA: replace strict_strto*() with kstrto*()Jingoo Han2013-07-211-1/+1
* ALSA: vx_core: off by one in vx_read_status()Dan Carpenter2013-06-211-1/+1
* ALSA: Remove the rest of *_set_drvdata(NULL) callsTakashi Iwai2013-05-291-1/+0
* ALSA: virmidi: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: serial-u16550: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: pcsp: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: mtpav: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: mpu401: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: ml403-ac97cr: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: aloop: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: pcm_format_to_bits strong-typed conversionEldad Zack2013-04-291-1/+1
* ALSA: sound kconfig typoPavel Machek2013-04-241-1/+1
* ALSA: add/change some comments describing function return valuesYacine Belkadi2013-03-121-1/+5
* Merge branch 'for-linus' into for-nextTakashi Iwai2013-02-051-1/+4
|\
| * ALSA: aloop: Fix Oops while PM resumeTakashi Iwai2013-02-041-1/+4
* | ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai2013-01-251-2/+1
|/
* ALSA: drivers: remove __dev* attributesBill Pemberton2012-12-0714-99/+99
* ALSA: vx: hard dependency on the standard fw loaderTakashi Iwai2012-11-222-139/+1
* ALSA: sound/drivers: remove CONFIG_EXPERIMENTALKees Cook2012-10-251-1/+0
* ALSA: aloop - Close races at restarting the streamTakashi Iwai2012-10-211-17/+19
* Merge branch 'dummy-ctl-inactive' of git://git.alsa-project.org/alsa-kprivate...Takashi Iwai2012-10-211-2/+71
|\
| * ALSA: dummy: allow disabling mixer controlsClemens Ladisch2012-10-201-2/+71
* | ALSA: aloop - add locking to timer accessOmair Mohammed Abdullah2012-10-061-0/+6
* | sound: Remove unnecessary semicolonPeter Senna Tschudin2012-10-062-2/+2
* | ALSA: opl4: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-051-6/+3
|/
* ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai2012-08-093-4/+4
* ALSA: mpu401: Fix missing initialization of irq fieldTakashi Iwai2012-07-251-0/+1
* ALSA: Convert to new pm_ops for PCI driversTakashi Iwai2012-07-031-1/+1
* ALSA: convert PM ops of platform_driver to new pm opsTakashi Iwai2012-07-033-21/+27