aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/maestro3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-1/+0
2018-07-27ALSA: maestro3: Proper endian notationsTakashi Iwai1-3/+3
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+4
2017-09-07ALSA: maestro3: Use common error handling code in two functionsMarkus Elfring1-29/+28
2017-08-12ALSA: pci: make snd_pcm_hardware constBhumika Goyal1-2/+2
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-2/+2
2015-11-02ALSA: maestro3: Fix Allegro mute until master volume/mute is touchedOndrej Zary1-0/+10
2015-11-01ALSA: maestro3: Enable docking support for Dell Latitude C810Ondrej Zary1-4/+11
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-09ALSA: maestro3: Simplify PM callbacksTakashi Iwai1-15/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-02-26ALSA: maestro3: Use standard printk helpersTakashi Iwai1-18/+19
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2013-01-25ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai1-4/+6
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-12/+12
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-5/+5
2012-07-19Merge branch 'topic/pm-convert' into for-nextTakashi Iwai1-9/+15
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-9/+15
2012-06-18ALSA: maestro3: Remove unused AC97 register definitionsEzequiel Garcia1-68/+0
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-13/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-2/+2
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch1-2/+2
2011-06-14ALSA: es1968,maestro3 - Use work for hw-volume controlTakashi Iwai1-59/+12
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-08ALSA: maestro3: Clear interrupts before enabling themVille Syrjälä1-0/+1
2010-04-23ALSA: snd-maestro3: Make hardware volume buttons an input device (rev2)Hans de Goede1-2/+114
2010-04-22ALSA: snd-meastro3: Document hardware volume control a bitHans de Goede1-4/+18
2010-04-22ALSA: snd-meastro3: Ignore spurious HV interrupts during suspend / resumeHans de Goede1-0/+8
2010-04-22ALSA: snd-meastro3: Add amp_gpio quirk for Compaq EVO N600CHans de Goede1-0/+1
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2009-04-07dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang1-2/+2
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-12-18ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai1-1/+1
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai1-3/+7
2008-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-178/+8
2008-07-10firmware: convert maestro3 driver to use firmware loader exclusivelyDavid Woodhouse1-171/+0
2008-07-10maestro3: treat firmware data as constDavid Woodhouse1-14/+15
2008-06-06[ALSA] maestro3: Fix hw volume on HP OmniBookVille Syrjälä1-15/+27
2008-04-24[ALSA] Fix synchronize_irq() bugs, redundanciesJeff Garzik1-3/+1
2008-04-24[ALSA] sound: maestro3.c fix shadowed variable warningsHarvey Harrison1-17/+17
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] sound/pci: remove line duplications in definesNicolas Kaiser1-1/+0
2007-10-16[ALSA] remove incorrect usage of SNDRV_PCM_INFO_SYNC_START and snd_pcm_set_sync()Clemens Ladisch1-2/+0
2007-05-11[ALSA] add MODULE_FIRMWARE entriesClemens Ladisch1-0/+4