aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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 into for-nextTakashi 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