aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/ad1889.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-12ALSA: ad1889: Fix the missing snd_card_free() call at probe errorGravatar Takashi Iwai 1-2/+8
2021-07-19ALSA: ad1889: Allocate resources with device-managed APIsGravatar Takashi Iwai 1-119/+25
2021-06-09ALSA: ad1889: Fix assignment in if conditionGravatar Takashi Iwai 1-5/+10
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICEGravatar Leon Romanovsky 1-1/+0
2021-01-15ALSA: pci: Simplify with dma_set_mask_and_coherent()Gravatar Takashi Iwai 1-2/+1
2020-01-03ALSA: pci: Constify snd_ac97_bus_ops definitionsGravatar Takashi Iwai 1-1/+1
2020-01-03ALSA: pci: Constify snd_device_ops definitionsGravatar Takashi Iwai 1-1/+1
2019-12-11ALSA: ad1889: Support PCM sync_stopGravatar Takashi Iwai 1-1/+1
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsGravatar Takashi Iwai 1-2/+0
2019-12-11ALSA: ad1889: Use managed buffer allocationGravatar Takashi Iwai 1-22/+2
2019-11-06ALSA: pci: Avoid non-standard macro usageGravatar Takashi Iwai 1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Gravatar Thomas Gleixner 1-13/+1
2019-02-08Merge branch 'topic/memory-device-fixes-2' into for-nextGravatar Takashi Iwai 1-6/+1
2019-02-06ALSA: pci: Clean up with new procfs helpersGravatar Takashi Iwai 1-4/+2
2019-02-06ALSA: pci: Drop superfluous PCM preallocation error checksGravatar Takashi Iwai 1-6/+1
2018-04-16ALSA: ad1889: Replace mdelay with usleep_range in snd_ad1889_ac97_readyGravatar Jia-Ju Bai 1-1/+1
2018-04-16ALSA: ad1889: Replace mdelay with usleep_range in snd_ad1889_initGravatar Jia-Ju Bai 1-1/+1
2017-08-12ALSA: pci: make snd_pcm_hardware constGravatar Bhumika Goyal 1-2/+2
2016-09-02ALSA: ad1889: constify snd_pcm_ops structuresGravatar Julia Lawall 1-2/+2
2015-04-16ALSA: remove deprecated use of pci apiGravatar Quentin Lambert 1-2/+2
2015-04-05ALSA: Use const struct ac97_quirkGravatar Joe Perches 1-1/+1
2015-01-28ALSA: Include linux/io.h instead of asm/io.hGravatar Takashi Iwai 1-2/+1
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Gravatar Markus Elfring 1-4/+1
2015-01-02ASLA: ad1889: Remove always NULL parameterGravatar Lars-Peter Clausen 1-8/+2
2014-10-27ALSA: ad1889: Fix probable mask then right shift defectsGravatar Joe Perches 1-4/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 1-1/+1
2014-02-26ALSA: ad1889: Use standard printk helpersGravatar Takashi Iwai 1-17/+15
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerGravatar Takashi Iwai 1-3/+2
2013-10-29ALSA: ad1889: Fix right attenuation proc outputGravatar Takashi Iwai 1-1/+1
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeGravatar Takashi Iwai 1-1/+0
2012-12-07ALSA: ad1889: remove __dev* attributesGravatar Bill Pemberton 1-9/+9
2012-04-24ALSA: pci: clean up using module_pci_driver()Gravatar Takashi Iwai 1-14/+1
2011-12-19ALSA: module_param: make bool parameters really boolGravatar Rusty Russell 1-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersGravatar Paul Gortmaker 1-0/+1
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Gravatar Takashi Iwai 1-1/+1
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesGravatar Takashi Iwai 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEGravatar Alexey Dobriyan 1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Gravatar Yang Hongyang 1-2/+2
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Gravatar Takashi Iwai 1-3/+3
2008-10-21pci: use pci_ioremap_bar() in sound/Gravatar Arjan van de Ven 1-1/+1
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Gravatar Takashi Iwai 1-2/+4
2008-04-24[ALSA] Fix synchronize_irq() bugs, redundanciesGravatar Jeff Garzik 1-2/+0
2008-04-24[ALSA] sound: replace remaining __FUNCTION__ occurencesGravatar Harvey Harrison 1-2/+2
2008-01-31[ALSA] sound: fix ad1889 section mismatchGravatar Randy Dunlap 1-3/+3
2008-01-31[ALSA] Remove sound/driver.hGravatar Takashi Iwai 1-1/+0
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsGravatar Takashi Iwai 1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-3/+1
2006-07-12[ALSA] Fix section mismatch errors in ALSA PCI driversGravatar Takashi Iwai 1-4/+4
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1