aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/au88x0 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-17sound: fixed typosAndrea Gelmini1-1/+1
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan3-3/+3
2009-06-25sound: Use PCI_VDEVICEJoe Perches3-6/+3
2009-05-29ALSA: au88x0: fix wrong period_elapsed() callJaroslav Kysela1-1/+2
2009-05-29ALSA: au88x0: fix .pointer callbackJaroslav Kysela1-4/+3
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai3-16/+51
2009-02-17ALSA: au88x0 - Fix &&|| typoTakashi Iwai1-1/+1
2009-02-05ALSA: Fix missing KERN_* prefix to printk in sound/pciTakashi Iwai3-15/+50
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-10-21pci: use pci_ioremap_bar() in sound/Arjan van de Ven1-2/+1
2008-08-25ALSA: Clean up SG-buffer helper functions and macrosTakashi Iwai3-38/+21
2008-08-13ALSA: au88x0: clipping ceiling loop wrong in commentroel kluin1-1/+1
2008-05-27[ALSA] remove CVS keywordsAdrian Bunk1-2/+0
2008-04-24[ALSA] Fix synchronize_irq() bugs, redundanciesJeff Garzik1-2/+0
2008-04-24[ALSA] sound: au88x0_pcm.c fix integer as NULL pointer warningHarvey Harrison1-5/+5
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai5-5/+0
2008-01-31[ALSA] sound/: Spelling fixesJoe Perches1-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-10-16[ALSA] au88x0_synth.c bugfixAdrian Bunk1-2/+2
2007-10-16[ALSA] au88x0: mem leak fix in snd_vortex_create()Jesper Juhl1-0/+1
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-9/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-5/+1
2007-05-11[ALSA] Delete unused header file sound/pci/au88x0/au88x0_sb.hRobert P. J. Day1-40/+0
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-1/+1
2006-10-06[ALSA] sound/pci/au88x0/au88x0.c: ioremap balanced with iounmapAmol Lad1-0/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2-4/+3
2006-07-12[ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai6-21/+21
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-22[ALSA] au88x0 - Fix 64bit address of MPU401 MMIO portTakashi Iwai1-1/+1
2006-06-22[ALSA] Change an arugment of snd_mpu401_uart_new() to bit flagsTakashi Iwai1-1/+2
2006-06-22[ALSA] Remove ENTER_UART from au88x0 initAlan Horstmann1-3/+0
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai1-23/+6
2006-06-22[ALSA] au88x0 - Init before create componentsAlan Horstmann2-5/+10
2006-04-27[ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar3-3/+3
2006-04-12[ALSA] Overrun in sound/pci/au88x0/au88x0_pcm.cEric Sesterhenn1-1/+1
2006-04-12[ALSA] au88x0 - clean up __devinit/__devexitDale Sedivec3-9/+8
2006-03-22[ALSA] au88x0 - Fix structs for equalizerTakashi Iwai1-6/+3
2006-03-22[ALSA] au88x0 - 64bit arch fixesTakashi Iwai11-72/+81
2006-01-22[ALSA] au88x0 - Fix a compile warningTakashi Iwai1-1/+1
2006-01-03[ALSA] au88x0: Remove unneeded call to pci_dma_supported()Tobias Klauser2-4/+2
2006-01-03[ALSA] Remove xxx_t typedefs: PCI AU88x0Takashi Iwai8-78/+78
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 Iwai5-9/+9
2005-11-04[ALSA] au88x0: codec access procs for multiple AC97 codecsSasha Khapyorsky5-17/+12
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] pci_find_device removeJiri Slaby1-10/+16
2005-08-30[ALSA] Fix missing spin_unlockTakashi Iwai1-1/+3