summaryrefslogtreecommitdiffstats
path: root/sound/pci/aw2
Commit message (Expand)AuthorAgeFilesLines
* ALSA: aw2: avoid casting function pointersArnd Bergmann2024-02-131-2/+3
* ALSA: aw2: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-2/+6
* ALSA: aw2: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-84/+18
* ALSA: pci: Simplify with dma_set_mask_and_coherent()Takashi Iwai2021-01-151-2/+1
* ALSA: pci/aw2-saa7146: remove 'set but not used' warningPierre-Louis Bossart2020-07-071-1/+1
* Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-01-282-38/+16
|\
| * ALSA: aw2: More constificationsTakashi Iwai2020-01-051-2/+2
| * ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
| * ALSA: aw2: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
| * ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
| * ALSA: aw2: Use managed buffer allocationTakashi Iwai2019-12-111-33/+12
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-061-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 456Thomas Gleixner2019-06-195-70/+5
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-28/+12
* ALSA: aw2: make snd_pcm_hardware constBhumika Goyal2017-08-121-2/+2
* ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal2017-02-211-1/+1
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-2/+2
* ALSA: remove deprecated use of pci apiQuentin Lambert2015-04-161-2/+2
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: Deletion of checks before the function call "iounmap"Markus Elfring2015-01-041-3/+1
* ALSA: aw2: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-11/+2
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: aw2: Use standard printk helpersTakashi Iwai2014-02-262-26/+22
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-2/+2
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-14/+14
* ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-241-20/+3
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-311-0/+1
* ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai2011-06-101-1/+1
* ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai2011-06-101-1/+1
* ALSA: aw2-alsa.c: use pci_ids.h defines and fix checkpatch.pl noiseH Hartley Sweeten2010-05-251-7/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-091-1/+1
* trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)ableThadeu Lima de Souza Cascardo2009-06-121-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai2009-03-241-3/+3
|\
| * ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai2009-01-121-3/+3
* | ALSA: aw2: do not grab every saa7146 based deviceAnssi Hannula2009-02-231-1/+1
|/
* ALSA: aw2 - Fix Oops at initializationTakashi Iwai2008-06-231-2/+2
* [ALSA] aw2: remove duplicate MODULE_LICENSEClemens Ladisch2008-04-241-1/+0
* [ALSA] sound/pci/aw2/aw2-alsa.c needs dma-mapping.hAndrew Morton2008-04-241-0/+1
* [ALSA] aw2 - Rename aw2-tsl.h to aw2-tsl.cTakashi Iwai2008-04-242-1/+2
* [ALSA] aw2 - Remove endian dependencyTakashi Iwai2008-04-241-6/+0
* [ALSA] aw2 - Add missing module parametersTakashi Iwai2008-04-241-0/+7
* [ALSA] Emagic Audiowerk 2 ALSA driver.Cedric Bregardis2008-04-246-0/+1643