summaryrefslogtreecommitdiff
path: root/sound/pci/azt3328.c
Commit message (Expand)AuthorAge
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-29
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-07
* ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2012-08-14
* ALSA: Convert to new pm_ops for PCI driversTakashi Iwai2012-07-03
* ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-24
* ALSA: azt3328 - Fix NULL ptr dereference on cards without OPL3Alban Bedel2012-02-25
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-19
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-31
* ALSA: mpu401: clean up interrupt specificationClemens Ladisch2011-09-14
* ALSA: azt3328 - adjust error handling code to include debugging codeJulia Lawall2011-08-10
* ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai2011-06-10
* ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai2011-06-10
* Fix common misspellingsLucas De Marchi2011-03-31
* Merge branch 'fix/misc' into topic/miscTakashi Iwai2011-03-11
|\
| * ALSA: azt3328 - fix broken AZF_FMT_XLATE macroAndreas Mohr2011-01-25
* | ALSA: azt3328: add custom AC97 semi-emulation use standard ALSA AC97 layerAndreas Mohr2011-02-19
|/
* ALSA: azt3328: improve snd_azf3328_codec_setdmaa()Andreas Mohr2011-01-02
* ALSA: azt3328: use proper private_data hookup for codec identificationAndreas Mohr2011-01-02
* ALSA: azt3328: use a helper variable to remove one indirection in hotpathAndreas Mohr2011-01-02
* ALSA: azt3328: cosmetics: use a helper variable for codec setupAndreas Mohr2011-01-02
* ALSA: azt3328: _setfmt() updateAndreas Mohr2011-01-02
* ALSA: azt3328: cosmetics, minor updatesAndreas Mohr2011-01-02
* ALSA: azt3328: period bug fix (for PA), add missing ACK on stop timerAndreas Mohr2010-11-22
* sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-09
* ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela2009-11-05
* ALSA: azt3328: fix previous breakage, improve suspend, cleanupsAndreas Mohr2009-07-15
* ALSA: azt3328: large codec cleanup, add I2S port etc.Andreas Mohr2009-07-06
* dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang2009-04-07
* Merge branch 'topic/misc' into for-linusTakashi Iwai2009-03-24
|\
| * ALSA: Fix missing KERN_* prefix to printk in sound/pciTakashi Iwai2009-02-05
* | ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai2009-01-12
|/
* ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai2008-08-13
* ALSA: PCI168 snd-azt3328: some more fixupsAndreas Mohr2008-06-26
* [ALSA] PCI168 snd-azt3328 Linux driver: another huge updateAndreas Mohr2008-05-19
* [ALSA] Fix synchronize_irq() bugs, redundanciesJeff Garzik2008-04-24
* [ALSA] sound: replace remaining __FUNCTION__ occurencesHarvey Harrison2008-04-24
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-31
* [ALSA] azt3328.c: small cleanup patchAndreas Mohr2007-05-11
* [ALSA] Fix conflicts between const and __devinitdataTakashi Iwai2007-05-11
* [ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai2006-12-20
* [ALSA] Various fixes for suspend/resume of ALSA PCI driversTakashi Iwai2006-10-22
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* [ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai2006-07-12
* [PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner2006-07-02
* [ALSA] Change an arugment of snd_mpu401_uart_new() to bit flagsTakashi Iwai2006-06-22
* [ALSA] azt3328.c: use kernel coding styleAndreas Mohr2006-06-22
* [ALSA] azt3328.c: add 3D sound mixer switch/rename controlsAndreas Mohr2006-06-22
* [ALSA] azt3328.c: add suspend/resume supportAndreas Mohr2006-06-22
* [ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar2006-04-27
* [PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre2006-03-28