summaryrefslogtreecommitdiffstats
path: root/sound/pci/maestro3.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pci: Simplify with dma_set_mask_and_coherent()Takashi Iwai2021-01-151-2/+1
* ALSA: maestro: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2020-12-251-1/+1
* ALSA: pci: Constify snd_pci_quirk tablesTakashi Iwai2020-01-031-4/+4
* ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: maestro3: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
* ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: maestro3: Use managed buffer allocationTakashi Iwai2019-12-111-7/+2
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-061-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-1/+0
* ALSA: maestro3: Proper endian notationsTakashi Iwai2018-07-271-3/+3
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+4
* ALSA: maestro3: Use common error handling code in two functionsMarkus Elfring2017-09-071-29/+28
* ALSA: pci: make snd_pcm_hardware constBhumika Goyal2017-08-121-2/+2
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-2/+2
* ALSA: maestro3: Fix Allegro mute until master volume/mute is touchedOndrej Zary2015-11-021-0/+10
* ALSA: maestro3: Enable docking support for Dell Latitude C810Ondrej Zary2015-11-011-4/+11
* 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: maestro3: Simplify PM callbacksTakashi Iwai2015-01-091-15/+0
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: maestro3: Use standard printk helpersTakashi Iwai2014-02-261-18/+19
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0
* ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai2013-01-251-4/+6
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-12/+12
* ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2012-08-141-5/+5
* Merge branch 'topic/pm-convert' into for-nextTakashi Iwai2012-07-191-9/+15
|\
| * ALSA: Convert to new pm_ops for PCI driversTakashi Iwai2012-07-031-9/+15
* | ALSA: maestro3: Remove unused AC97 register definitionsEzequiel Garcia2012-06-181-68/+0
|/
* ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-241-13/+2
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-2/+2
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* ALSA: mpu401: clean up interrupt specificationClemens Ladisch2011-09-141-2/+2
* ALSA: es1968,maestro3 - Use work for hw-volume controlTakashi Iwai2011-06-141-59/+12
* 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: maestro3: Clear interrupts before enabling themVille Syrjälä2010-05-081-0/+1
* ALSA: snd-maestro3: Make hardware volume buttons an input device (rev2)Hans de Goede2010-04-231-2/+114
* ALSA: snd-meastro3: Document hardware volume control a bitHans de Goede2010-04-221-4/+18
* ALSA: snd-meastro3: Ignore spurious HV interrupts during suspend / resumeHans de Goede2010-04-221-0/+8
* ALSA: snd-meastro3: Add amp_gpio quirk for Compaq EVO N600CHans de Goede2010-04-221-0/+1
* sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-091-1/+1
* dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang2009-04-071-2/+2
* ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai2009-01-121-3/+3
* ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai2008-12-181-1/+1
* ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai2008-08-131-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-07-141-178/+8
|\
| * firmware: convert maestro3 driver to use firmware loader exclusivelyDavid Woodhouse2008-07-101-171/+0