aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa
AgeCommit message (Expand)AuthorFilesLines
2017-08-17ALSA: opti9xx: constify pnp_card_device_idArvind Yadav2-2/+2
2017-08-17ALSA: msnd: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: gus: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: es1688: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: cs4236: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: cmi8330: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: azt2320: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: als100: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: ad1816a: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: opl3sa2: constify pnp_device_id and pnp_card_device_idArvind Yadav1-2/+2
2017-08-17ALSA: es18xx: constify pnp_device_id and pnp_card_device_idArvind Yadav1-2/+2
2017-08-15sound: emu8000: constify emu8000_opsJulia Lawall1-1/+1
2017-08-12ALSA: wss: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-12ALSA: sb8: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-12ALSA: sb16: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-12ALSA: emu8000: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-08-12ALSA: msnd: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-12ALSA: gus: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-12ALSA: es18xx: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-12ALSA: es1688: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-12ALSA: ad1816a: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-04Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2017-07-18ALSA: opti9xx: fix format string overflow warningArnd Bergmann2-9/+12
2017-07-18ALSA: ad1848: fix format string overflow warningArnd Bergmann1-7/+11
2017-07-18ALSA: cs423x: fix format string overflow warningArnd Bergmann2-16/+22
2017-07-18ALSA: als100: fix format string overflow warningArnd Bergmann1-6/+7
2017-07-14Merge tag 'sound-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-26/+27
2017-07-07ALSA: msnd: Optimize / harden DSP and MIDI loopsTakashi Iwai2-26/+27
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds16-181/+211
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-12ALSA: seq: Allow the modular sequencer registrationTakashi Iwai3-2/+3
2017-06-09ALSA: synth: Select snd-emux-synth explicitlyTakashi Iwai1-0/+1
2017-06-09ALSA: seq: Reorganize kconfig and buildTakashi Iwai1-0/+6
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai1-3/+3
2017-06-09ALSA: wss: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: sb: Constify hw_constraintsTakashi Iwai1-3/+3
2017-06-09ALSA: gus: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: es18xx: Constify hw_constraintsTakashi Iwai1-4/+4
2017-06-09ALSA: es1688: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: cs423x: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-02ALSA: sb: Convert to the new PCM opsTakashi Iwai1-81/+109
2017-06-02ALSA: gus: Convert to the new PCM opsTakashi Iwai1-38/+59
2017-05-24ALSA: sb: remove needless evaluation in implementation for copy callbackTakashi Sakamoto1-25/+3
2017-05-24ALSA: gus: remove unused local flagTakashi Sakamoto1-27/+22
2017-05-21ALSA: sound/isa: constify snd_kcontrol_new structuresBhumika Goyal5-7/+7
2017-05-17ALSA: sb: Use IS_REACHABLE()Takashi Iwai2-2/+2
2017-05-17ALSA: cmi8238: Use IS_ENABLED()Takashi Iwai1-1/+1
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds23-145/+145
2017-04-20Annotate hardware config module parameters in sound/isa/David Howells23-145/+145
2017-03-20ALSA: es1688: Use strcpy() instead of sprintf()Nicolas Iooss1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar6-1/+9
2017-01-12ALSA: isa: Constify snd_rawmidi_opsTakashi Iwai4-7/+7
2016-06-01ALSA: adlib: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: galaxy: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: sc6000: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: gusclassic: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: gusextreme: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: gusmax: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: cs4231: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: cmi8328: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: ad1848: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: jazz16: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: sb8: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-05-08ALSA: isa/wavefront: prevent some out of bound writesDan Carpenter1-0/+9
2016-04-11ALSA: sscape: Use correct format identifier for size_tWilliam Breathitt Gray1-1/+1
2016-01-27ALSA: Add missing dependency on CONFIG_SND_TIMERTakashi Iwai1-0/+4
2015-06-12ALSA: gus: use swap() in snd_ics_put_double()Fabian Frederick1-6/+3
2015-03-24sound: Deparenthesize negative error returnsJoe Perches2-16/+16
2015-03-09Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+2
2015-03-05ALSA: msnd: add some missing curly bracesDan Carpenter1-1/+2
2015-02-12ALSA: seq: Define driver object in each driverTakashi Iwai1-20/+15
2015-01-28ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai2-2/+2
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai18-19/+18
2015-01-28ALSA: sscape: add missing include of linux/io.hArnd Bergmann1-0/+1
2015-01-19ALSA: wavefront: Use setup_timer() and mod_timer()Takashi Iwai1-7/+5
2015-01-19ALSA: sb: Use setup_timer() and mod_timer()Takashi Iwai2-14/+8
2015-01-12ALSA: log emu8000 DRAM size at level INFODavid Flater1-1/+1
2015-01-12ALSA: fix emu8000 DRAM sizing for AWE64 ValueDavid Flater1-16/+15
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-2/+1
2015-01-04ALSA: sb: Delete an unnecessary check before the function call "snd_emux_free"Markus Elfring1-2/+1
2015-01-02ALSA: wss: Remove (almost) always NULL parametersLars-Peter Clausen16-64/+48
2015-01-02ASoC: sb16: Simplify snd_sb16dsp_pcm()Lars-Peter Clausen3-8/+4
2015-01-02ALSA: sb8: Remove always NULL parametersLars-Peter Clausen4-13/+5
2015-01-02ALSA: msnd: Remove always NULL parameterLars-Peter Clausen3-7/+3
2015-01-02ALSA: gus: Remove always NULL parametersLars-Peter Clausen6-17/+9
2015-01-02ALSA: es18xx: Remove always NULL parameterLars-Peter Clausen1-8/+2
2015-01-02ALSA: es1688: Remove almost always NULL parameterLars-Peter Clausen3-10/+5
2015-01-02ALSA: ad1816a: Remove always NULL parametersLars-Peter Clausen2-10/+4
2014-12-26ALSA: gus: Remove unused gus_instr.cTakashi Iwai1-172/+0
2014-11-21ALSA: sb: Deletion of unnecessary checks before two function callsMarkus Elfring2-4/+2
2014-11-21ALSA: es1688_lib: Deletion of an unnecessary check before the function call "...Markus Elfring1-2/+1
2014-11-04ALSA: es18xx: Add GPO controlsOndrej Zary1-10/+42
2014-10-21ALSA: wss: Use snd_ctl_enum_info()Takashi Iwai1-11/+5
2014-10-21ALSA: sb16: Use snd_ctl_enum_info()Takashi Iwai2-33/+8
2014-10-21ALSA: msnd: Use snd_ctl_enum_info()Takashi Iwai1-9/+2
2014-10-21ALSA: es18xx: Use snd_ctl_enum_info()Takashi Iwai1-21/+5
2014-10-21ALSA: es1688: Use snd_ctl_enum_info()Takashi Iwai1-8/+2
2014-10-21ALSA: ad1816a: Use snd_ctl_enum_info()Takashi Iwai1-8/+2
2014-05-30ALSA: gus: remove checks for CONFIG_SND_DEBUG_ROMPaul Bolle1-6/+0
2014-05-14ALSA: sb_mixer: missing return statementDan Carpenter1-6/+8
2014-04-14ALSA: es18xx driver should use udelay errorLi, Zhen-Hua1-5/+5
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2014-02-12ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai26-136/+96
2013-11-13ALSA: isa: not allocating enough spaceDan Carpenter1-1/+1
2013-11-12ALSA: msnd: Avoid duplicated driver nameTakashi Iwai1-2/+2
2013-11-07ALSA: sb16 - info leak in snd_sb_csp_ioctl()Dan Carpenter1-0/+1
2013-11-06ALSA: cmi8328: Fix compile warnings without CONFIG_PMTakashi Iwai1-0/+2
2013-09-11Merge remote-tracking branch 'asoc/fix/fsl' into asoc-linusMark Brown1-2/+1
2013-08-28ALSA: opti9xx: Fix conflicting driver object nameTakashi Iwai1-6/+2
2013-08-08ALSA: don't push static constants on stack for %*phAndy Shevchenko1-2/+1
2013-05-29ALSA: ISA: Remove superfluous *_set_drvdata(NULL) callsTakashi Iwai23-26/+0
2012-12-07ALSA: Remove the rest of __devinit* in commentsTakashi Iwai1-4/+4
2012-12-07ALSA: isa: remove __dev* attributesBill Pemberton33-432/+433
2012-10-30Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+0
2012-10-25ALSA: sound/isa: remove CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-10-21ALSA: sound/isa/opti9xx/miro.c: eliminate possible double freeJulia Lawall1-1/+0
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin2-2/+2
2012-08-28ALSA: emu8000: fix emu8000 DRAM sized 512 KiB too smallDavid Flater1-3/+12
2012-08-28Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2012-08-24ALSA: cmi8328: Fix build error with CONFIG_GAMEPORT=nTakashi Iwai1-1/+2
2012-08-21ALSA: introduce snd-cmi8328: C-Media CMI8328 driverOndrej Zary3-0/+496
2012-08-21ALSA: snd-als100: fix suspend/resumeOndrej Zary1-1/+1
2012-08-20ALSA: snd-ad1816a: Implement suspend/resumeOndrej Zary2-2/+52
2012-08-20ALSA: snd-ad1816a: remove useless struct snd_card_ad1816aOndrej Zary2-35/+13
2012-08-06ALSA: print small buffers via %*ph[C]Andy Shevchenko1-3/+2
2012-08-03ALSA: isa: Move snd_legacy_find_free_ioport to initval.hOndrej Zary2-27/+2
2012-07-30ALSA: es1688 - freeup resources on init failureFengguang Wu1-11/+23
2012-07-17ALSA: opti9xx: Fix section mismatch by PM supportTakashi Iwai1-1/+1
2012-07-17ALSA: snd-opti9xx: Implement suspend/resumeOndrej Zary1-4/+63
2012-07-16ALSA: wss_lib: Fix resume on Yamaha OPL3-SAxOndrej Zary1-0/+4
2012-07-16ALSA: wss_lib: fix suspend/resumeOndrej Zary1-1/+0
2012-06-18ALSA: snd-opti9xx: fixes for MED3931 card (opti931)Ondrej Zary1-9/+8
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-04-10ALSA: sound/isa/sscape.c: add missing resource-release codeJulia Lawall1-2/+4
2012-04-08Merge branch 'master' into for-nextJiri Kosina2-2/+1
2012-03-29ALSA: fix isa/opti9xx module param typeRandy Dunlap1-1/+1
2012-03-28Email/web address changeJonathan Woithe1-1/+1
2012-02-06ALSA: emu8000: Remove duplicate linux/moduleparam.h include from emu8000_patch.cJesper Juhl1-1/+0
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell24-34/+34
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker5-0/+5
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker11-0/+11
2011-10-31sound: add moduleparam.h to users of module_param/MODULE_PARM_DESCPaul Gortmaker1-0/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker20-20/+20
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang11-11/+11
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch19-30/+21
2011-07-26snd_msnd ->mode is fmode_t, not mode_tAl Viro1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-09-09Merge branch 'fix/misc' into topic/miscTakashi Iwai1-2/+6
2010-09-08ALSA: msnd-classic: Fix invalid cfg parameterTakashi Iwai1-2/+6
2010-09-07sound: Remove unnecessary casts of private_dataJoe Perches4-5/+5
2010-08-13ALSA: ISA: Remove snd-sgalaxyRené Herman3-381/+0
2010-08-13ALSA: ISA: New Aztech Sound Galaxy driverRené Herman6-1/+891
2010-07-29ALSA: msnd: check request_region() return valueKulikov Vasiliy1-1/+4
2010-07-29ALSA: sb: check get_user() return valueKulikov Vasiliy1-3/+6
2010-05-20Merge branch 'topic/misc' into for-linusTakashi Iwai6-342/+222
2010-05-20Merge branch 'topic/core-cleanup' into for-linusTakashi Iwai1-40/+8
2010-05-17ALSA: es1688: add pedantic range checksDan Carpenter1-4/+7
2010-05-10ALSA: Merge es1688 and es968 driversKrzysztof Helt5-293/+181
2010-05-10ALSA: es1688: allocate snd_es1688 structure as a part of snd_card structureKrzysztof Helt3-52/+41
2010-04-26ALSA: es968: fix wrong PnP dma indexKrzysztof Helt1-1/+1
2010-04-13ALSA: info - Implement common llseek for binary modeTakashi Iwai1-26/+0
2010-04-13ALSA: info - Check file position validity in common layerTakashi Iwai1-10/+4
2010-04-13ALSA: info - Use standard types for info callbacksTakashi Iwai1-8/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo14-10/+4
2010-03-08sound: fix opti92x-ad1848 buildRandy Dunlap1-1/+2
2010-03-05ALSA: fix jazz16 compile (udelay)Meelis Roos1-0/+1
2010-03-03ALSA: opti92x: use PnP data to select Master Control portKrzysztof Helt2-43/+79
2010-02-16Merge branch 'topic/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Jaroslav Kysela11-671/+843
2010-01-08sbawe: fix memory detection part 2Krzysztof Helt1-4/+7
2009-12-25ALSA: jazz16: refine dma and irq selectionKrzysztof Helt2-2/+22
2009-12-22Merge branch 'fix/misc' into topic/miscTakashi Iwai2-4/+4
2009-12-21ALSA: jazz16: Add support for Media Vision Jazz16 chipsetKrzysztof Helt6-16/+510
2009-12-21ALSA: sbawe: fix memory detectionKrzysztof Helt1-3/+3
2009-12-19ALSA: Use kzalloc for allocating only one thingJulia Lawall1-1/+1
2009-12-15Merge branch 'fixes' of git://git.alsa-project.org/alsa-kernel into for-linusTakashi Iwai3-3/+3
2009-12-14Merge branch 'next/isa' into topic/miscTakashi Iwai9-658/+316
2009-12-14ALSA: sb_mixer: convert pointer tables to mixer control tablesKrzysztof Helt1-215/+115
2009-12-14ALSA: sound/isa/gus: Correct code taking the size of a pointerJulia Lawall1-1/+2
2009-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-8/+10
2009-12-12ALSA: opti93x: use dB scale for mixer controlsKrzysztof Helt1-14/+22
2009-12-11ALSA: opti93x: move controls definitions to opti93x driverKrzysztof Helt2-65/+100
2009-12-11ALSA: dt019x: merge into the als100 driverKrzysztof Helt4-375/+90
2009-12-10ALSA: opti93x: fix irq releasing if the irq cannot be allocatedKrzysztof Helt1-8/+10
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-45/+67
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-3/+3
2009-12-08ALSA: opti93x: set MC indirect registers base from PnP dataKrzysztof Helt1-45/+67
2009-12-04Merge branch 'topic/misc' into for-linusTakashi Iwai7-565/+757
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa3-3/+3
2009-12-02ALSA: opti9xx: remove snd_opti9xx fieldsKrzysztof Helt1-67/+43
2009-11-30ALSA: opti-miro: add PnP detectionKrzysztof Helt1-11/+192
2009-11-30ALSA: opti-miro: separate comon probing codeKrzysztof Helt1-126/+147
2009-11-27ALSA: opti-miro: fix OOPS if hardware is not detectedKrzysztof Helt1-1/+2
2009-11-23ALSA: opti-miro: expose ACI mixer to outside driversKrzysztof Helt1-105/+145
2009-11-23ALSA: opti-miro: make miro.h header available outside the alsa directoryKrzysztof Helt2-74/+1
2009-11-21ALSA: opti-miro: remove snd_card pointer from snd_miro structureKrzysztof Helt1-30/+23
2009-11-19ALSA: cs4236: add dB scale for all volume controlsKrzysztof Helt1-44/+108
2009-11-18ALSA: opti-miro: Fix missing semicolonTakashi Iwai1-1/+1
2009-11-18ALSA: opti-miro: use variables directly in the probe functionKrzysztof Helt1-16/+17
2009-11-18ALSA: cs4236: update control namesKrzysztof Helt2-32/+25