aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/maestro3.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12ALSA: maestro3: Simplify with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai1-19/+10
2023-07-21ALSA: maestro3: Simplify with snd_ctl_find_id_mixer()Takashi Iwai1-11/+4
2022-04-12ALSA: maestro3: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-1/+7
2021-07-19ALSA: maestro3: Allocate resources with device-managed APIsTakashi Iwai1-83/+23
2021-06-09ALSA: maestro3: Fix assignment in if conditionTakashi Iwai1-7/+14
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-5/+0
2021-01-15ALSA: pci: Simplify with dma_set_mask_and_coherent()Takashi Iwai1-2/+1
2020-12-25ALSA: maestro: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen1-1/+1
2020-01-03ALSA: pci: Constify snd_pci_quirk tablesTakashi Iwai1-4/+4
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: maestro3: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: maestro3: Use managed buffer allocationTakashi Iwai1-7/+2
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_sy...Clemens Ladisch1-2/+0
2007-05-11[ALSA] add MODULE_FIRMWARE entriesClemens Ladisch1-0/+4
2007-05-11[ALSA] Don't use request_firmware if internal firmwares are definedTakashi Iwai1-16/+14
2007-05-11[ALSA] Enable Kconfig options for external firmwaresTakashi Iwai1-8/+6
2007-02-09[ALSA] maestro3 - Use quirk list helper functionTakashi Iwai1-167/+127
2007-02-09[ALSA] maestro3: add request_firmware()Clemens Ladisch1-6/+73
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-1/+1
2006-12-20[ALSA] use the ALIGN macroClemens Ladisch1-1/+1
2006-10-22[ALSA] Various fixes for suspend/resume of ALSA PCI driversTakashi Iwai1-5/+8
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-07-12[ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai1-5/+5
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-22[ALSA] Change an arugment of snd_mpu401_uart_new() to bit flagsTakashi Iwai1-1/+2
2006-04-27[ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar1-1/+1
2006-04-27[ALSA] sound/pci/: remove duplicate #include'sAdrian Bunk1-1/+0
2006-03-31[ALSA] maestro3.c: fix BUG, optimizationAndreas Mohr1-20/+37
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre1-0/+1
2006-03-22[PATCH] Intruduce DMA_28BIT_MASKTobias Klauser1-2/+3
2006-01-03[ALSA] maestro3 - Fix PM supportTakashi Iwai1-10/+18
2006-01-03[ALSA] Remove xxx_t typedefs: PCI Maestro3Takashi Iwai1-112/+111
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-11-04[ALSA] Fix schedule_timeout usageNishanth Aravamudan1-6/+3
2005-11-04[ALSA] Add missing KERN_* suffix to printkTakashi Iwai1-5/+5
2005-11-04[ALSA] Fix maestro3 hang after cold bootCharles R. Anderson1-1/+1
2005-09-12[ALSA] set owner field in struct pci_driverClemens Ladisch1-0/+1
2005-09-12[ALSA] Replace with kzalloc() - pci stuffTakashi Iwai1-1/+1
2005-09-12[ALSA] Remove superfluous PCI ID definitionsTakashi Iwai1-29/+0
2005-07-28[ALSA] maestro3 - Clean upTakashi Iwai1-13/+13
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-4/+4
2005-05-29[ALSA] maestro3: Add hardware volume control quirk listVille Syrjala1-21/+106
2005-05-29[ALSA] maestro3: HP OmniBook HW volume button magicVille Syrjala1-0/+12
2005-05-29[ALSA] maestro3: Add HW volume button supportVille Syrjala1-4/+103
2005-05-29[ALSA] maestro3: Fix interrupt ack and disableVille Syrjala1-2/+2
2005-05-29[ALSA] Replace pci_module_init() with pci_register_driver()Takashi Iwai1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2714