aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-03-06ALSA: opl3: small array underflowDan Carpenter1-0/+2
2015-01-28ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai1-1/+1
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai8-9/+8
2015-01-19ALSA: serial-u16550: Use setup_timer() and mod_timer()Takashi Iwai1-5/+3
2015-01-19ALSA: opl3: Use setup_timer() and mod_timer()Takashi Iwai2-10/+5
2015-01-19ALSA: mtpav: Use setup_timer() and mod_timer()Takashi Iwai1-8/+4
2015-01-19ALSA: mpu401: Use setup_timer() and mod_timer()Takashi Iwai1-7/+4
2015-01-19ALSA: aloop: Use setup_timer() and mod_timer()Takashi Iwai1-2/+1
2015-01-19ALSA: dummy: use setup_timer and mod_timerRoman Kollar1-6/+4
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-2/+1
2015-01-02ALSA: ml403-ac97cr: Remove always NULL parameterLars-Peter Clausen1-7/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-10/+0
2014-11-30ALSA: virmidi: Fix wrong error checkTakashi Iwai1-1/+1
2014-11-29ALSA: virmidi: fixed code style issuesKyle Chamberlin1-8/+13
2014-11-11ALSA: vx: Fix missing kerneldoc parameter descriptionsTakashi Iwai1-0/+10
2014-10-21ALSA: vx: Use snd_ctl_elem_info()Takashi Iwai1-27/+8
2014-10-21ALSA: mts64: Use snd_ctl_elem_info()Takashi Iwai1-14/+4
2014-10-20ALSA: drivers: pcsp: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20ALSA: drivers: mpu401: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20ALSA: drivers: drop owner assignment from platform_driversWolfram Sang8-8/+0
2014-09-15ALSA: vx: Use nonatomic PCM opsTakashi Iwai4-92/+60
2014-02-12ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai10-33/+23
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai1-3/+1
2014-02-10ALSA: Replace with IS_ENABLED()Takashi Iwai1-1/+1
2014-02-07ALSA: pcsp: Include appropriate header file in pcsp/pcsp_input.cRashika Kheria1-0/+1
2013-11-14ALSA: pcsp: Fix the order of input device unregistrationTakashi Iwai1-1/+1
2013-10-29ALSA: pcsp: Fix initialization with nopcm=1Takashi Iwai1-1/+2
2013-10-29ALSA: opl3: Fix possible negative array index accessTakashi Iwai1-0/+5
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...Takashi 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
2010-10-18ALSA: snd-aloop: add cable#0 and cable#1 files to proc card treeJaroslav Kysela1-0/+84
2010-10-17Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-1/+7
2010-10-14ALSA: snd-aloop - fix issue in the timer start functionJaroslav Kysela1-1/+7
2010-10-11Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-18/+106
2010-10-11ALSA: snd-aloop: Fix hw_params restrictions and checkingJaroslav Kysela1-18/+106
2010-10-04Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-1/+1
2010-10-02ALSA: snd-aloop - fix "PCM Slave Active" element read valueJaroslav Kysela1-1/+1
2010-09-30Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-2/+4
2010-09-30ALSA: snd-aloop - fix capture buffer silenceJaroslav Kysela1-2/+4
2010-09-22Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-1/+1
2010-09-15ALSA: snd-aloop - fix the "PCM Playback Channels" kcontrolJaroslav Kysela1-1/+1
2010-09-07sound: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-08-18Merge branch 'topic/aloop' into topic/miscTakashi Iwai3-0/+1076
2010-08-09ALSA: introduce the snd-aloop module for the PCM loopbackJaroslav Kysela3-0/+1076
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-3/+21
2010-07-15ALSA: Kconfig: SND_AC97_POWER_SAVE description improvementMichael Witten1-3/+21
2010-07-15Kconfig: fixo typo in "Xilinx'"Michael Witten1-1/+1
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-58/+25
2010-05-10ALSA: opl4 - Fix a wrong argument in proc write callbackTakashi Iwai1-1/+1
2010-05-03Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar9-2/+7
2010-04-13ALSA: info - Implement common llseek for binary modeTakashi Iwai1-24/+0
2010-04-13ALSA: info - Check file position validity in common layerTakashi Iwai1-30/+16
2010-04-13ALSA: info - Use standard types for info callbacksTakashi Iwai1-8/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo9-2/+7
2010-03-02i8253: Convert i8253_lock to raw_spinlockThomas Gleixner3-9/+9
2010-02-12Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-110/+180
2010-02-02ALSA: dummy driver - add model parameterJaroslav Kysela1-110/+180
2010-01-18ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffersTakashi Iwai1-0/+2
2009-12-18sound: vx: use vmalloc buffer helper functionsClemens Ladisch1-54/+5
2009-12-01Merge branch 'topic/beep-rename' into topic/core-changeTakashi Iwai3-21/+48
2009-11-05ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela1-1/+1
2009-11-02ALSA: dummy - Fix descriptions of pcm_substreams parameterTakashi Iwai1-1/+1
2009-11-01ALSA: snd-pcsp: add nopcm modeStas Sergeev3-20/+47
2009-10-30ALSA: sound: Move dereference after NULL test and drop unnecessary NULL testsJulia Lawall1-2/+0
2009-10-30ALSA: pcsp - Fix nforce workaroundStas Sergeev2-32/+35
2009-10-08ALSA: opl3: circular locking in the snd_opl3_note_on() and snd_opl3_note_off()Krzysztof Helt1-8/+20
2009-09-08ALSA: dummy - Increase MAX_PCM_SUBSTREAMS to 128Takashi Iwai1-1/+1
2009-09-08ALSA: dummy - Add debug proc fileTakashi Iwai1-0/+132
2009-09-07ALSA: dummy - Fake buffer allocationsTakashi Iwai1-8/+98
2009-09-04ALSA: dummy - Fix the timer calculation in systimer modeTakashi Iwai1-8/+21
2009-09-03ALSA: dummy - Better jiffies handlingTakashi Iwai1-35/+43
2009-09-03ALSA: dummy - Support high-res timer modeTakashi Iwai1-141/+272
2009-06-16time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann1-0/+1
2009-05-29ALSA: clean up the logic for building sequencer modulesMichal Marek2-18/+2
2009-05-20ALSA: pcsp - fix printk format warning againTakashi Iwai1-1/+1
2009-05-14ALSA: pcsp: fix printk format warningRandy Dunlap1-1/+1
2009-05-05sound: serial-u16550: fix buffer overflowClemens Ladisch1-8/+3
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-1/+1
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai11-36/+49
2009-03-24Merge branch 'topic/hwdep-cleanup' into for-linusTakashi Iwai1-12/+0
2009-03-24Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai9-29/+29
2009-02-26ALSA: sound/drivers/vx: fix sparse warning: different signednessHannes Eder1-1/+1
2009-02-15Merge commit 'v2.6.29-rc5' into x86/apicIngo Molnar1-1/+2
2009-02-12ALSA: mtpav - Fix initial value for input hwportTakashi Iwai1-1/+2
2009-02-05ALSA: Add missing KERN_* prefix to printk in sound/driversTakashi Iwai10-35/+48
2009-02-05ALSA: Remove superfluous hwdep opsTakashi Iwai1-12/+0
2009-01-30x86: allow more than 8 cpus to be used on 32-bitYinghai Lu1-1/+1
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai9-29/+29
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2008-12-25Merge branch 'topic/convert-tasklet' into to-pushTakashi Iwai2-2/+2
2008-12-20Merge branch 'topic/pcsp-fix' into topic/miscTakashi Iwai2-30/+58
2008-12-18ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai2-2/+2
2008-11-28ALSA: ac97 - Remove EXPERIMENTAL from CONFIG_SND_AC97_POWER_SAVETakashi Iwai1-1/+1
2008-11-26ALSA: pcsp - Fix starting the stream with HRTIMER_CB_IRQSAFE_UNLOCKTakashi Iwai2-31/+58
2008-11-26Merge branch 'topic/misc' into topic/pcsp-fixTakashi Iwai3-48/+56
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra1-1/+0
2008-11-14ALSA: pcsp - Use HRTIMER_CB_IRQSAFE_UNLOCKEDTakashi Iwai1-1/+1
2008-11-07Merge branch 'topic/fix/misc' into topic/miscTakashi Iwai2-4/+4
2008-11-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2-4/+4
2008-11-03sound: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-11-03ALSA: Fix PIT lockup on some chipsets when using the PC-SpeakerZoltan Devai1-2/+2
2008-10-27Merge branch 'topic/misc-next' into topic/miscTakashi Iwai3-48/+56
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner1-2/+3
2008-10-20ALSA: pcsp - Fix locking messes in snd-pcspTakashi Iwai3-48/+56
2008-10-19ALSA: misc typo fixesMariusz Kozlowski1-1/+1
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven13-47/+82
2008-10-10ALSA: mtpav - Fix race in probeTakashi Iwai1-4/+4
2008-09-05hrtimer: convert sound/ to the new hrtimer apisArjan van de Ven1-2/+3
2008-08-15ALSA: dummy driver - do not use assignment in if conditionJaroslav Kysela1-11/+21
2008-08-15sound: Fix esoteric double free in the dummy sound driver.Daniel THOMPSON1-6/+4
2008-08-13ALSA: Kill snd_assert() in other placesTakashi Iwai12-28/+55
2008-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-2/+2
2008-07-10Fix a const pointer usage warning in the Digigram VX soundcard driverDavid Howells1-1/+1
2008-07-10vx: treat firmware data as constDavid Woodhouse1-2/+2
2008-07-10ALSA: Fix a const pointer usage warning in the Digigram VX soundcard driverDavid Howells1-1/+1
2008-05-27[ALSA] Fix AC97 kconfig itemsTakashi Iwai1-0/+21
2008-05-27sound: Convert to menuconfigTakashi Iwai1-37/+34
2008-05-25[ALSA] snd-pcsp - fix pcsp_treble_info() to honour an item numberStas Sergeev2-3/+6
2008-05-20snd-pcsp: use HRTIMER_CB_SOFTIRQStas Sergeev2-34/+5
2008-05-19[ALSA] ac97 - Add virtual master control to VT1616/VT1617A codec.Daniel Jacobowitz1-0/+1
2008-05-19snd-pcsp: silent misleading warningStas Sergeev1-1/+3
2008-05-19snd-pcsp: depend on CONFIG_EXPERIMENTALStas Sergeev1-0/+1
2008-05-19snd-pcsp: put back the compatibility code for the older alsa-libsStas Sergeev1-5/+14
2008-05-19snd-pcsp: adjust help texts to frighten usersStas Sergeev1-2/+12
2008-05-07pcspkr: fix dependanciesStas Sergeev1-2/+2
2008-05-05[ALSA] pcsp: Fix build with CONFIG_PM=nJohann Felix Soden1-0/+4
2008-04-29[ALSA] pcsp - Fix more dependencyTakashi Iwai1-0/+2
2008-04-29[ALSA] Add MPU401_INFO_NO_ACK bitflagTakashi Iwai1-1/+1
2008-04-24[ALSA] Define MPU401 registers in sound/mpu401_uart.hTakashi Iwai1-6/+4
2008-04-24[ALSA] pcsp: fix wording in DEBUG_PAGEALLOC warningStas Sergeev1-6/+2
2008-04-24[ALSA] pcsp - Fix dependency in KconfigTakashi Iwai1-0/+1
2008-04-24[ALSA] sound/drivers/dummy.c: fix negative snd_pcm_format_width() checkRoel Kluin1-4/+5
2008-04-24[ALSA] sound: fix platform driver hotplug/coldplugKay Sievers1-0/+4
2008-04-24[ALSA] pcsp: remove downsamplingStas Sergeev1-14/+5
2008-04-24[ALSA] sound/drivers/pcsp/pcsp.c build fixMariusz Kozlowski1-0/+1
2008-04-24[ALSA] [ML403-AC97CR] Remove duplicate snd_card_set_dev()Joachim Foerster1-2/+0
2008-04-24[ALSA] pcsp: locking fixStas Sergeev2-3/+4
2008-04-24[ALSA] pcsp: improve "enable" option handlingStas Sergeev1-11/+11
2008-04-24[ALSA] pcsp - clean upsStas Sergeev2-5/+1
2008-04-24[ALSA] Add PC-speaker sound driverStas Sergeev9-1/+963
2008-04-24[ALSA] snd-dummy - better realtime app supportAhmet İnan1-3/+3
2008-04-24[ALSA] mpu401: reduce tx loop timeoutClemens Ladisch1-6/+7
2008-04-24[ALSA] snd-dummy - improved timing, silence on prepareAhmet İnan1-11/+15
2008-02-22[ALSA] opl3 - Fix compilation without sequencer supportTakashi Iwai1-0/+8
2008-01-31[ALSA] sound: fix mts64 section mismatchesRandy Dunlap1-1/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai16-17/+0
2008-01-31[ALSA] sound: Use time_before, time_before_eq, etc.Julia Lawall1-1/+2
2008-01-31[ALSA] sound/: Spelling fixesJoe Perches1-3/+3
2008-01-31[ALSA] drivers - Add missing snd_card_set_dev()Takashi Iwai3-0/+6
2008-01-31[ALSA] Check value range in ctl callbacksTakashi Iwai1-4/+8
2008-01-31[ALSA] vxpocket - Check value range in ctl callbacksTakashi Iwai1-19/+48
2008-01-31[ALSA] [ML403-AC97CR] Fix capture/periodic overrun bugJoachim Foerster2-22/+4