aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/via82xx_modem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-2/+2
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-02-08Merge branch 'topic/memory-device-fixes-2' into for-nextTakashi Iwai1-5/+3
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai1-4/+2
2019-02-06ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai1-5/+3
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-2/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+3
2017-08-12ALSA: pci: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-06-09ALSA: via82xx: Constify hw_constraintsTakashi Iwai1-2/+2
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-2/+2
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-09ALSA: via82xx-modem: Simplify PM callbacksTakashi Iwai1-15/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-02-26ALSA: via82xx_modem: Use standard printk helpersTakashi Iwai1-20/+25
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+1
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-13/+13
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-2/+2
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-9/+15
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-1/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+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-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2009-06-25sound: Use PCI_VDEVICEJoe Perches1-1/+1
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai1-1/+4
2009-02-05ALSA: Fix missing KERN_* prefix to printk in sound/pciTakashi Iwai1-1/+4
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-08-25ALSA: Clean up SG-buffer helper functions and macrosTakashi Iwai1-2/+3
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai1-1/+2
2008-04-24[ALSA] Fix synchronize_irq() bugs, redundanciesJeff Garzik1-1/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2007-10-16[ALSA] alsa-kernel: schedule_timeout() fixesRene Herman1-2/+2
2007-07-20[ALSA] Fix invalid schedule_timeout_interruptible()Takashi Iwai1-2/+2
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-3/+1
2007-02-09[ALSA] ac97 - Suppress power-saving mode on non-supporting driversTakashi Iwai1-1/+1
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-1/+1
2006-10-22[ALSA] Various fixes for suspend/resume of ALSA PCI driversTakashi Iwai1-3/+9
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-12[ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai1-1/+1
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-1/+1
2006-04-27[ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar1-1/+1
2006-01-03[ALSA] via82xx - Fix PM supportTakashi Iwai1-14/+21
2006-01-03[ALSA] Remove xxx_t typedefs: PCI VIA82xxTakashi Iwai1-101/+116
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-4/+2