aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: aloop: Fix Oops while PM resumeTakashi Iwai2013-02-281-1/+4
* 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-241-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
* ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai2012-07-028-8/+16
* ALSA: snd-aloop - improve the sample copy accurracyJaroslav Kysela2012-05-151-27/+35
* Documentation: remove references to /etc/modprobe.confLucas De Marchi2012-03-301-1/+2
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-1912-18/+18
* ALSA: convert sound/* to use module_platform_driver()Axel Lin2011-11-271-12/+1
* sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-10-313-0/+3
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-3110-0/+10
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-317-7/+7
* Merge branch 'topic/remove-irqf_disable' into for-linusTakashi Iwai2011-10-264-5/+5
|\
| * sound: irq: Remove IRQF_DISABLEDYong Zhang2011-09-224-5/+5
* | ALSA: aloop - Use vmalloc bufferTakashi Iwai2011-09-241-6/+7
|/
* ALSA: mpu401: clean up interrupt specificationClemens Ladisch2011-09-142-12/+11
* i8253: Make pcsp sound driver use the shared i8253_lockRalf Baechle2011-06-091-7/+1
* i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle2011-06-091-1/+1
* Fix common misspellingsLucas De Marchi2011-03-312-3/+3
* ALSA: aloop - Fix possible IRQ lock inversionTakashi Iwai2011-03-181-10/+9
* ALSA: use linux/io.h to fix compile warningsTakashi Iwai2011-02-021-2/+1
* ALSA: ml403-ac97cr: Use vsprintf extension %pR for struct resourceJoe Perches2010-12-141-2/+2
* Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-10-201-16/+123
|\
| * ALSA: snd-aloop - add pause supportJaroslav Kysela2010-10-201-5/+22
| * ALSA: snd-aloop - fix locking issues (running flag updates)Jaroslav Kysela2010-10-201-13/+19
| * ALSA: snd-aloop: add cable#0 and cable#1 files to proc card treeJaroslav Kysela2010-10-181-0/+84
* | Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-10-171-1/+7
|\|
| * ALSA: snd-aloop - fix issue in the timer start functionJaroslav Kysela2010-10-141-1/+7
* | Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-10-111-18/+106
|\|
| * ALSA: snd-aloop: Fix hw_params restrictions and checkingJaroslav Kysela2010-10-111-18/+106
* | Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-10-041-1/+1
|\|
| * ALSA: snd-aloop - fix "PCM Slave Active" element read valueJaroslav Kysela2010-10-021-1/+1
* | Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-09-301-2/+4
|\|
| * ALSA: snd-aloop - fix capture buffer silenceJaroslav Kysela2010-09-291-2/+4
* | Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-09-221-1/+1
|\|
| * ALSA: snd-aloop - fix the "PCM Playback Channels" kcontrolJaroslav Kysela2010-09-151-1/+1
* | sound: Remove unnecessary casts of private_dataJoe Perches2010-09-071-1/+1
* | Merge branch 'topic/aloop' into topic/miscTakashi Iwai2010-08-183-0/+1076
|\|
| * ALSA: introduce the snd-aloop module for the PCM loopbackJaroslav Kysela2010-08-093-0/+1076
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-08-071-3/+21
|\ \