aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/aw2 (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 Torvalds2-38/+16
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2020-01-05ALSA: aw2: More constificationsTakashi Iwai1-2/+2
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-11ALSA: aw2: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: aw2: Use managed buffer allocationTakashi Iwai1-33/+12
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-3/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 456Thomas Gleixner5-70/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-06ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai1-28/+12
2017-08-12ALSA: aw2: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-02-21ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal1-1/+1
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-2/+2
2015-04-16ALSA: remove deprecated use of pci apiQuentin Lambert1-2/+2
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-3/+1
2014-10-21ALSA: aw2: Use snd_ctl_enum_info()Takashi Iwai1-11/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-02-26ALSA: aw2: Use standard printk helpersTakashi Iwai2-26/+22
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-2/+2
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-14/+14
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-20/+3
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
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
2010-05-25ALSA: aw2-alsa.c: use pci_ids.h defines and fix checkpatch.pl noiseH Hartley Sweeten1-7/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2009-06-12trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)ableThadeu Lima de Souza Cascardo1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-03-24Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai1-3/+3
2009-02-23ALSA: aw2: do not grab every saa7146 based deviceAnssi Hannula1-1/+1
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-06-23ALSA: aw2 - Fix Oops at initializationTakashi Iwai1-2/+2
2008-04-24[ALSA] aw2: remove duplicate MODULE_LICENSEClemens Ladisch1-1/+0
2008-04-24[ALSA] sound/pci/aw2/aw2-alsa.c needs dma-mapping.hAndrew Morton1-0/+1
2008-04-24[ALSA] aw2 - Rename aw2-tsl.h to aw2-tsl.cTakashi Iwai2-1/+2
2008-04-24[ALSA] aw2 - Remove endian dependencyTakashi Iwai1-6/+0
2008-04-24[ALSA] aw2 - Add missing module parametersTakashi Iwai1-0/+7
2008-04-24[ALSA] Emagic Audiowerk 2 ALSA driver.Cedric Bregardis6-0/+1643