aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/isa/sb (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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 Iwai6-6/+6
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: sb: Delete an unnecessary check before the function call "snd_emux_free"Markus Elfring1-2/+1
2015-01-02ASoC: sb16: Simplify snd_sb16dsp_pcm()Lars-Peter Clausen2-7/+3
2015-01-02ALSA: sb8: Remove always NULL parametersLars-Peter Clausen4-13/+5
2014-11-21ALSA: sb: Deletion of unnecessary checks before two function callsMarkus Elfring2-4/+2
2014-10-21ALSA: sb16: Use snd_ctl_enum_info()Takashi Iwai2-33/+8
2014-05-14ALSA: sb_mixer: missing return statementDan Carpenter1-6/+8
2014-02-12ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai3-15/+10
2013-11-07ALSA: sb16 - info leak in snd_sb_csp_ioctl()Dan Carpenter1-0/+1
2013-05-29ALSA: ISA: Remove superfluous *_set_drvdata(NULL) callsTakashi Iwai3-3/+0
2012-12-07ALSA: Remove the rest of __devinit* in commentsTakashi Iwai1-4/+4
2012-12-07ALSA: isa: remove __dev* attributesBill Pemberton4-37/+37
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-08-28ALSA: emu8000: fix emu8000 DRAM sized 512 KiB too smallDavid Flater1-3/+12
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 Russell3-4/+4
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2-0/+2
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker5-0/+5
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 Gortmaker2-2/+2
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch2-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-09-07sound: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-07-29ALSA: sb: check get_user() return valueKulikov Vasiliy1-3/+6
2010-05-10ALSA: Merge es1688 and es968 driversKrzysztof Helt2-250/+0
2010-04-26ALSA: es968: fix wrong PnP dma indexKrzysztof Helt1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-2/+1
2010-03-05ALSA: fix jazz16 compile (udelay)Meelis Roos1-0/+1
2010-02-16Merge branch 'topic/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into develJaroslav Kysela5-231/+629
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 Iwai1-3/+3
2009-12-21ALSA: jazz16: Add support for Media Vision Jazz16 chipsetKrzysztof Helt5-16/+494
2009-12-21ALSA: sbawe: fix memory detectionKrzysztof Helt1-3/+3
2009-12-14ALSA: sb_mixer: convert pointer tables to mixer control tablesKrzysztof Helt1-215/+115
2009-11-05ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela1-2/+2
2009-05-29ALSA: clean up the logic for building sequencer modulesMichal Marek1-9/+1
2009-04-14ALSA: sound/isa: use memdup_user()Li Zefan1-9/+10
2009-03-24Merge branch 'topic/isa-misc' into for-linusTakashi Iwai1-38/+118
2009-02-23ALSA: ALS4000, slight mixer improvementsAndreas Mohr1-38/+118
2009-01-12ALSA: Return proper error code at probe in sound/isa/*Takashi Iwai1-9/+10
2009-01-12ALSA: Convert to snd_card_create() in sound/isa/*Takashi Iwai3-10/+14