aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ali5451
Commit message (Expand)AuthorAgeFilesLines
* ALSA: ali5451: remove irq enabling in pointer callbackDenis Efremov2013-03-061-1/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai2011-06-101-1/+1
* ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai2011-06-101-1/+1
* sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-091-1/+1
* ALSA: sound: Move dereference after NULL test and drop unnecessary NULL testsJulia Lawall2009-10-301-1/+1
* ALSA: ali5451: remove dead codeBartlomiej Zolnierkiewicz2009-08-231-65/+0
* ALSA: ali5451: fix timeout handling in snd_ali_{codecs,timer}_ready()Bartlomiej Zolnierkiewicz2009-08-231-6/+12
* dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang2009-04-071-2/+2
* Merge branch 'topic/misc' into for-linusTakashi Iwai2009-03-241-2/+2
|\
| * ALSA: sound/ali5451: typo: s/resouces/resources/Wolfram Sang2009-03-201-2/+2
* | ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai2009-01-121-3/+3
|/
* [ALSA] Fix synchronize_irq() bugs, redundanciesJeff Garzik2008-04-241-3/+1
* [ALSA] sound: ali5451.c fix shadowed variable warningsHarvey Harrison2008-04-241-14/+14
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-1/+1
* [ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai2007-10-161-9/+1
* [ALSA] ali5451 warning fixAndrew Morton2007-07-201-2/+1
* [ALSA] ali5451 - Fix invalid type of codec->irq fieldTakashi Iwai2007-07-201-2/+2
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-111-1/+1
* [ALSA] ali5451 - Fix possible NULL dereferenceTakashi Iwai2007-05-311-3/+3
* [ALSA] ali5451 - Code clean up, irq handler fixTakashi Iwai2007-05-111-445/+420
* [ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai2007-05-111-3/+1
* [ALSA] Add missing sysfs device assignment for ALSA PCI driversTakashi Iwai2007-03-061-0/+2
* [ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai2006-12-201-2/+3
* [ALSA] Various fixes for suspend/resume of ALSA PCI driversTakashi Iwai2006-10-221-1/+10
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+1
* [ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai2006-07-121-1/+1
* [PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [ALSA] Remove zero-initialization of static variablesTakashi Iwai2006-06-221-1/+1
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-221-1/+1
* [ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar2006-04-271-1/+1
* [PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre2006-03-281-2/+3
* [ALSA] ali5451: Add PCI_DEVICE and #defines in snd_ali_idsJon Mason2006-01-221-1/+1
* [ALSA] ali5451 - Fix PM supportTakashi Iwai2006-01-031-22/+24
* [ALSA] Remove xxx_t typedefs: PCI ALI5451Takashi Iwai2006-01-031-185/+183
* [ALSA] ali5451 - Fix and clean up codec accessorTakashi Iwai2006-01-031-53/+36
* [PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman2005-11-101-1/+0
* [ALSA] Fix schedule_timeout usageNishanth Aravamudan2005-11-041-8/+4
* [ALSA] Add missing KERN_* suffix to printkTakashi Iwai2005-11-041-19/+19
* [ALSA] Remove multi-card support for ali5451 and nm256Takashi Iwai2005-11-041-22/+15
* [ALSA] dev_class=SNDRV_PCM_CLASS_MODEM for modem PCMsSasha Khapyorsky2005-11-041-2/+3
* [ALSA] ali5451 - Don't build non-existing modem PCMTakashi Iwai2005-10-071-2/+4
* [ALSA] set owner field in struct pci_driverClemens Ladisch2005-09-121-0/+1
* [ALSA] pci_find_device removeJiri Slaby2005-09-121-7/+9
* [ALSA] Remove superfluous PCI ID definitionsTakashi Iwai2005-09-121-9/+1
* [PATCH] ALSA: convert kcalloc to kzallocPekka Enberg2005-09-071-1/+1
* [ALSA] make local objects staticClemens Ladisch2005-08-301-1/+1
* [ALSA] use SNDRV_CTL_NAME_IEC958 macroClemens Ladisch2005-08-301-2/+2
* [ALSA] sound/pci: fix-up sleeping pathsNishanth Aravamudan2005-07-281-2/+2