aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/cs46xx (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2-8/+0
2006-04-27[ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar1-1/+1
2006-03-22[ALSA] fix some memory leaksAdrian Bunk1-3/+7
2006-03-22[ALSA] semaphore -> mutex (PCI part)Ingo Molnar3-55/+61
2006-01-22[ALSA] Fix a typo in snd_assert()Andrew Morton1-1/+1
2006-01-03[ALSA] Optimize for config without PROC_FS (pci drivers)Takashi Iwai4-0/+21
2006-01-03[ALSA] cs46xx - Fix PM supportTakashi Iwai2-14/+20
2006-01-03[ALSA] Remove xxx_t typedefs: PCI CS46xxTakashi Iwai12-706/+749
2006-01-03[ALSA] Remove superfluous pcm_free callbacksTakashi Iwai1-32/+0
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-11-04[ALSA] Add missing KERN_* suffix to printkTakashi Iwai1-19/+19
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai1-4/+1
2005-09-12[ALSA] set owner field in struct pci_driverClemens Ladisch1-0/+1
2005-09-12[ALSA] Replace with kzalloc() - pci stuffTakashi Iwai1-2/+2
2005-09-12[ALSA] pci_find_device removeJiri Slaby1-4/+9
2005-09-12[ALSA] Remove superfluous PCI ID definitionsTakashi Iwai1-11/+0
2005-08-30[ALSA] PCM resume cleanupsJaroslav Kysela1-4/+4
2005-08-30[ALSA] use SNDRV_CTL_NAME_IEC958 macroClemens Ladisch1-3/+3
2005-08-30[ALSA] sound - fix .iface field of mixer control elementsClemens Ladisch2-2/+4
2005-07-28[ALSA] sound/pci: fix-up sleeping pathsNishanth Aravamudan1-10/+5
2005-06-22[ALSA] Remove redundant NULL checks before kfreeJesper Juhl1-2/+1