aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/azt3328.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-21/+2
2012-02-25ALSA: azt3328 - Fix NULL ptr dereference on cards without OPL3Alban Bedel1-2/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch1-2/+3
2011-08-10ALSA: azt3328 - adjust error handling code to include debugging codeJulia Lawall1-4/+7
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-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-11Merge branch 'fix/misc' into topic/miscTakashi Iwai1-22/+16
2011-02-19ALSA: azt3328: add custom AC97 semi-emulation use standard ALSA AC97 layerAndreas Mohr1-48/+402
2011-01-25ALSA: azt3328 - fix broken AZF_FMT_XLATE macroAndreas Mohr1-22/+16
2011-01-02ALSA: azt3328: improve snd_azf3328_codec_setdmaa()Andreas Mohr1-15/+51
2011-01-02ALSA: azt3328: use proper private_data hookup for codec identificationAndreas Mohr1-144/+90
2011-01-02ALSA: azt3328: use a helper variable to remove one indirection in hotpathAndreas Mohr1-9/+12
2011-01-02ALSA: azt3328: cosmetics: use a helper variable for codec setupAndreas Mohr1-9/+12
2011-01-02ALSA: azt3328: _setfmt() updateAndreas Mohr1-16/+25
2011-01-02ALSA: azt3328: cosmetics, minor updatesAndreas Mohr1-12/+19
2010-11-22ALSA: azt3328: period bug fix (for PA), add missing ACK on stop timerAndreas Mohr1-8/+18
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2009-11-05ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela1-2/+2
2009-07-15ALSA: azt3328: fix previous breakage, improve suspend, cleanupsAndreas Mohr1-76/+124
2009-07-06ALSA: azt3328: large codec cleanup, add I2S port etc.Andreas Mohr1-454/+524
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang1-2/+2
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai1-4/+4
2009-02-05ALSA: Fix missing KERN_* prefix to printk in sound/pciTakashi Iwai1-4/+4
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai1-2/+4
2008-06-26ALSA: PCI168 snd-azt3328: some more fixupsAndreas Mohr1-45/+64
2008-05-19[ALSA] PCI168 snd-azt3328 Linux driver: another huge updateAndreas Mohr1-396/+796
2008-04-24[ALSA] Fix synchronize_irq() bugs, redundanciesJeff Garzik1-1/+2
2008-04-24[ALSA] sound: replace remaining __FUNCTION__ occurencesHarvey Harrison1-2/+2
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-05-11[ALSA] azt3328.c: small cleanup patchAndreas Mohr1-9/+21
2007-05-11[ALSA] Fix conflicts between const and __devinitdataTakashi Iwai1-2/+2
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-2/+3
2006-10-22[ALSA] Various fixes for suspend/resume of ALSA PCI driversTakashi Iwai1-3/+8
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] Change an arugment of snd_mpu401_uart_new() to bit flagsTakashi Iwai1-2/+2
2006-06-22[ALSA] azt3328.c: use kernel coding styleAndreas Mohr1-47/+23
2006-06-22[ALSA] azt3328.c: add 3D sound mixer switch/rename controlsAndreas Mohr1-10/+31
2006-06-22[ALSA] azt3328.c: add suspend/resume supportAndreas Mohr1-3/+116
2006-04-27[ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar1-1/+1
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre1-2/+3
2006-01-03[ALSA] Remove xxx_t typedefs: PCI AZT3328Takashi Iwai1-105/+111
2006-01-03[ALSA] Remove superfluous pcm_free callbacksTakashi Iwai1-9/+0
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-11-04[ALSA] AZT3328 driver updateAndreas Mohr1-325/+656