aboutsummaryrefslogtreecommitdiff
path: root/sound/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-10-06ALSA: aloop - add locking to timer accessGravatar Omair Mohammed Abdullah 1-0/+6
2012-10-06sound: Remove unnecessary semicolonGravatar Peter Senna Tschudin 2-2/+2
2012-09-05ALSA: opl4: use list_move_tail instead of list_del/list_add_tailGravatar Wei Yongjun 1-6/+3
2012-08-09ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMGravatar Takashi Iwai 3-4/+4
2012-07-25ALSA: mpu401: Fix missing initialization of irq fieldGravatar Takashi Iwai 1-0/+1
2012-07-03ALSA: Convert to new pm_ops for PCI driversGravatar Takashi Iwai 1-1/+1
2012-07-03ALSA: convert PM ops of platform_driver to new pm opsGravatar Takashi Iwai 3-21/+27
2012-07-02ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsGravatar Takashi Iwai 8-8/+16
2012-05-15ALSA: snd-aloop - improve the sample copy accurracyGravatar Jaroslav Kysela 1-27/+35
2012-03-30Documentation: remove references to /etc/modprobe.confGravatar Lucas De Marchi 1-1/+2
2011-12-19ALSA: module_param: make bool parameters really boolGravatar Rusty Russell 12-18/+18
2011-11-27ALSA: convert sound/* to use module_platform_driver()Gravatar Axel Lin 1-12/+1
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededGravatar Paul Gortmaker 3-0/+3
2011-10-31sound: Add module.h to the previously silent sound usersGravatar Paul Gortmaker 10-0/+10
2011-10-31sound: fix drivers needing module.h not moduleparam.hGravatar Paul Gortmaker 7-7/+7
2011-10-26Merge branch 'topic/remove-irqf_disable' into for-linusGravatar Takashi Iwai 4-5/+5
2011-09-24ALSA: aloop - Use vmalloc bufferGravatar Takashi Iwai 1-6/+7
2011-09-22sound: irq: Remove IRQF_DISABLEDGravatar Yong Zhang 4-5/+5
2011-09-14ALSA: mpu401: clean up interrupt specificationGravatar Clemens Ladisch 2-12/+11
2011-06-09i8253: Make pcsp sound driver use the shared i8253_lockGravatar Ralf Baechle 1-7/+1
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesGravatar Ralf Baechle 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 2-3/+3
2011-03-18ALSA: aloop - Fix possible IRQ lock inversionGravatar Takashi Iwai 1-10/+9
2011-02-02ALSA: use linux/io.h to fix compile warningsGravatar Takashi Iwai 1-2/+1
2010-12-14ALSA: ml403-ac97cr: Use vsprintf extension %pR for struct resourceGravatar Joe Perches 1-2/+2
2010-10-20Merge remote branch 'alsa/devel' into topic/miscGravatar Takashi Iwai 1-16/+123
2010-10-20ALSA: snd-aloop - add pause supportGravatar Jaroslav Kysela 1-5/+22
2010-10-20ALSA: snd-aloop - fix locking issues (running flag updates)Gravatar Jaroslav Kysela 1-13/+19
2010-10-18ALSA: snd-aloop: add cable#0 and cable#1 files to proc card treeGravatar Jaroslav Kysela 1-0/+84
2010-10-17Merge remote branch 'alsa/devel' into topic/miscGravatar Takashi Iwai 1-1/+7
2010-10-14ALSA: snd-aloop - fix issue in the timer start functionGravatar Jaroslav Kysela 1-1/+7
2010-10-11Merge remote branch 'alsa/devel' into topic/miscGravatar Takashi Iwai 1-18/+106
2010-10-11ALSA: snd-aloop: Fix hw_params restrictions and checkingGravatar Jaroslav Kysela 1-18/+106
2010-10-04Merge remote branch 'alsa/devel' into topic/miscGravatar Takashi Iwai 1-1/+1
2010-10-02ALSA: snd-aloop - fix "PCM Slave Active" element read valueGravatar Jaroslav Kysela 1-1/+1
2010-09-30Merge remote branch 'alsa/devel' into topic/miscGravatar Takashi Iwai 1-2/+4
2010-09-30ALSA: snd-aloop - fix capture buffer silenceGravatar Jaroslav Kysela 1-2/+4
2010-09-22Merge remote branch 'alsa/devel' into topic/miscGravatar Takashi Iwai 1-1/+1
2010-09-15ALSA: snd-aloop - fix the "PCM Playback Channels" kcontrolGravatar Jaroslav Kysela 1-1/+1
2010-09-07sound: Remove unnecessary casts of private_dataGravatar Joe Perches 1-1/+1
2010-08-18Merge branch 'topic/aloop' into topic/miscGravatar Takashi Iwai 3-0/+1076
2010-08-09ALSA: introduce the snd-aloop module for the PCM loopbackGravatar Jaroslav Kysela 3-0/+1076
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-3/+21
2010-07-15ALSA: Kconfig: SND_AC97_POWER_SAVE description improvementGravatar Michael Witten 1-3/+21
2010-07-15Kconfig: fixo typo in "Xilinx'"Gravatar Michael Witten 1-1/+1
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-58/+25
2010-05-10ALSA: opl4 - Fix a wrong argument in proc write callbackGravatar Takashi Iwai 1-1/+1
2010-05-03Merge commit 'v2.6.34-rc6' into core/lockingGravatar Ingo Molnar 9-2/+7
2010-04-13ALSA: info - Implement common llseek for binary modeGravatar Takashi Iwai 1-24/+0
2010-04-13ALSA: info - Check file position validity in common layerGravatar Takashi Iwai 1-30/+16