aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/sis7019.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-27/+5
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2020-01-03ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai1-1/+1
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-11ALSA: sis7019: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: sis7019: Use managed buffer allocationTakashi Iwai1-23/+2
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-1/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 274Thomas Gleixner1-13/+1
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-1/+0
2017-08-12ALSA: pci: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-08-10ALSA: sis7019: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2015-04-16ALSA: remove deprecated use of pci apiQuentin Lambert1-5/+5
2015-01-11Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai1-13/+0
2015-01-09ALSA: sis7019: Simplify PM callbacksTakashi Iwai1-13/+0
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-4/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2013-06-05Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+2
2013-05-31ALSA: sis7019: fix error return code in sis_chip_create()Wei Yongjun1-1/+2
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-8/+8
2012-11-19various: Fix spelling of "asynchronous" in comments.Adam Buchbinder1-1/+1
2012-08-20Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+3
2012-08-20ALSA: sound/pci/sis7019.c: fix error return codeJulia Lawall1-2/+3
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-3/+3
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-10/+15
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-12/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-12-02ALSA: sis7019 - convert to dev_*() loggingDavid Dillow1-15/+14
2011-12-02ALSA: sis7019 - give slow codecs more time to resetDavid Dillow1-11/+53
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang1-2/+2
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai1-2/+2
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2010-06-28sis7019: increase reset delaysDavid Dillow1-3/+3
2010-06-28sis7019: fix capture issues with multiple periods per bufferDavid Dillow1-4/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang1-1/+1
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+2
2008-04-24[ALSA] Fix synchronize_irq() bugs, redundanciesJeff Garzik1-1/+0
2008-04-21ALSA: Storage class should be before const qualifierTobias Klauser1-3/+3
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] sis7019: support the SiS 7019 Audio AcceleratorDavid Dillow1-0/+1461