aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ens1370.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-13/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-2/+2
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai1-1/+1
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai1-1/+1
2011-03-30ALSA: ens1371: fix Creative Ectiva supportClemens Ladisch1-4/+19
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2009-06-25sound: Use PCI_VDEVICE for CREATIVE and ECTIVAJoe Perches1-1/+1
2009-06-25sound: Use PCI_VDEVICEJoe Perches1-3/+3
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai1-1/+2
2009-02-05ALSA: Fix missing KERN_* prefix to printk in sound/pciTakashi Iwai1-1/+2
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-07-17ALSA: ALSA: ens1370: communicate PCI device to AC97Rene Herman1-0/+1
2008-07-17ALSA: ens1370: SRC stands for Sample Rate ConverterRene Herman1-1/+1
2008-04-24[ALSA] Fix synchronize_irq() bugs, redundanciesJeff Garzik1-1/+2
2008-04-24[ALSA] sound: ens1370.c fix shadowed variable warningHarvey Harrison1-3/+3
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-36/+4
2007-07-20[ALSA] fix ensoniq section mismatchRandy Dunlap1-2/+2
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-3/+1
2007-05-11[ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai1-6/+2
2007-02-09[ALSA] ens1371 - Clean up quirksTakashi Iwai1-84/+70
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-1/+1
2006-10-22[ALSA] Various fixes for suspend/resume of ALSA PCI driversTakashi Iwai1-3/+9
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-07-12[ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai1-1/+1
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-1/+1
2006-04-27[ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar1-1/+1
2006-03-22[ALSA] semaphore -> mutex (PCI part)Ingo Molnar1-15/+17
2006-03-22[ALSA] ens1370 - Fix resumeTakashi Iwai1-0/+7
2006-01-03[ALSA] ens1371: fix compilation without SUPPORT_JOYSTICKClemens Ladisch1-6/+10
2006-01-03[ALSA] ens1371: added spdif and lineio module optionsJaroslav Kysela1-6/+16
2006-01-03[ALSA] ens137x - Fix and ADD PM supportTakashi Iwai1-18/+25
2006-01-03[ALSA] Remove xxx_t typedefs: PCI ENS137xTakashi Iwai1-218/+269
2006-01-03[ALSA] Remove superfluous pcm_free callbacksTakashi Iwai1-16/+0
2006-01-03[ALSA] Fix missing suspend/resume-code for ens1371Kurt J. Bosch1-51/+123
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-11-04[ALSA] Fix schedule_timeout usageNishanth Aravamudan1-2/+1
2005-11-04[ALSA] Add missing KERN_* suffix to printkTakashi Iwai1-7/+7
2005-09-12[ALSA] set owner field in struct pci_driverClemens Ladisch1-0/+1
2005-09-12[ALSA] Replace with kzalloc() - pci stuffTakashi Iwai1-1/+1
2005-09-12[ALSA] Remove superfluous PCI ID definitionsTakashi Iwai1-7/+0
2005-08-30[ALSA] use PCM interface for IEC958 controlsClemens Ladisch1-3/+3
2005-08-30[ALSA] use SNDRV_CTL_NAME_IEC958 macroClemens Ladisch1-1/+1
2005-08-30[ALSA] sound - fix .iface field of mixer control elementsClemens Ladisch1-3/+3
2005-07-28[ALSA] sound/pci: fix-up sleeping pathsNishanth Aravamudan1-11/+1
2005-07-28[ALSA] ens1371 - added extra delay for ac97 codec initializationJaroslav Kysela1-0/+10