summaryrefslogtreecommitdiff
path: root/sound/pci/cs46xx
AgeCommit message (Expand)AuthorFilesLines
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton2-20/+23
2012-08-20Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai6-12/+12
2012-08-10ALSA: cs46xx - signedness bug in snd_cs46xx_codec_read()Dan Carpenter1-1/+1
2012-07-03ALSA: Move some headers to local directories from include/soundTakashi Iwai8-4/+3447
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai2-7/+12
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-4/+4
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker1-0/+1
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
2010-11-01ALSA: cs46xx memory management fixes for cs46xx_dsp_spos_create()Jesper Juhl1-22/+11
2010-04-13ALSA: info - Check file position validity in common layerTakashi Iwai1-9/+3
2010-04-13ALSA: info - Use standard types for info callbacksTakashi Iwai1-3/+4
2010-02-18ALSA: cs46xx - fix some typosFlorian Zumbiehl1-4/+4
2010-02-18ALSA: cs46xx - Do test writes to register AC97_REC_GAIN inFlorian Zumbiehl1-1/+1
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2010-01-26ALSA: cs46xx: Fix cpu idling with resumeFlorian Zumbiehl1-0/+10
2009-12-22ALSA: cs46xx - Fix suspend/resume with new DSPTakashi Iwai4-23/+58
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-4/+5
2009-09-08ALSA: cs46xx - Fix minimum period sizeSophie Hamilton1-1/+1
2009-06-25sound: Use PCI_VDEVICEJoe Perches1-3/+3
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai2-4/+8
2009-02-05ALSA: Fix missing KERN_* prefix to printk in sound/pciTakashi Iwai2-4/+8
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-12-01ALSA: Fix a compile warning in cs46xx_lib.cTakashi Iwai1-1/+4
2008-10-10ALSA: cs46xx: Add PCI IDs for TerraTec and Hercules cardsVedran Miletic1-1/+18
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai3-92/+146
2008-04-24[ALSA] Fix possible races at free_irq in PCI driversTakashi Iwai1-3/+3
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai4-4/+0
2008-01-31[ALSA] sound/: Spelling fixesJoe Perches1-1/+1
2008-01-31[ALSA] sound: remove dead config symbol from sound codeJiri Olsa1-99/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela5-6/+6
2007-10-16[ALSA] Clean up MakefileTakashi Iwai1-4/+2
2007-10-16[ALSA] sound/pci/cs46xx/: fix an off-by-oneAdrian Bunk1-1/+1
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-9/+1
2007-07-20[ALSA] cs46xx - Fix PM resumeTakashi Iwai3-59/+191
2007-05-11[ALSA] Fix alsa-devel ML addressRene Herman1-1/+1
2007-05-11[ALSA] remove unused header file: sound/pci/cs46xx/imgs/cwcemb80.hRobert P. J. Day1-1607/+0
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2-2/+0
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-1/+10
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai2-34/+20
2006-07-12[ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai2-2/+7
2006-07-04[PATCH] fix AB-BA deadlock inversion at cs46xx_dsp_remove_scbArjan van de Ven1-2/+3
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-22[ALSA] Fix possible races in PCI driver removalTakashi Iwai1-2/+3
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai1-2/+2