aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/via82xx.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+3
2017-08-12ALSA: pci: make snd_pcm_hardware constGravatar Bhumika Goyal 1-1/+1
2017-06-09ALSA: via82xx: Constify hw_constraintsGravatar Takashi Iwai 1-2/+2
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-04-20Annotate hardware config module parameters in sound/pci/Gravatar David Howells 1-1/+1
2017-02-21ALSA: pci: constify snd_kcontrol_new structuresGravatar Bhumika Goyal 1-3/+3
2016-11-13ALSA: pci: don't opencode IS_REACHABLE()Gravatar Fabian Frederick 1-1/+1
2016-09-02ALSA: constify snd_pcm_ops structuresGravatar Julia Lawall 1-5/+5
2015-04-05ALSA: Use const struct ac97_quirkGravatar Joe Perches 1-1/+1
2015-01-28ALSA: Include linux/io.h instead of asm/io.hGravatar Takashi Iwai 1-1/+1
2015-01-09ALSA: via82xx: Simplify PM callbacksGravatar Takashi Iwai 1-14/+0
2014-10-21ALSA: via82xx: Use snd_ctl_enum_info()Gravatar Takashi Iwai 1-8/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 1-1/+1
2014-02-26ALSA: via82xx: Use standard printk helpersGravatar Takashi Iwai 1-30/+39
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerGravatar Takashi Iwai 1-3/+1
2013-08-27treewide: Fix printks with 0x%#Gravatar Joe Perches 1-1/+1
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeGravatar Takashi Iwai 1-1/+0
2013-01-25ALSA: Make snd_printd() and snd_printdd() inlineGravatar Takashi Iwai 1-1/+1
2012-12-07ALSA: pci: remove __dev* attributesGravatar Bill Pemberton 1-25/+25
2012-09-06ALSA: Implement channel maps for standard onboard AC97 driversGravatar Takashi Iwai 1-0/+23
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPGravatar Takashi Iwai 1-5/+5
2012-07-03ALSA: Convert to new pm_ops for PCI driversGravatar Takashi Iwai 1-9/+15
2012-04-24ALSA: pci: clean up using module_pci_driver()Gravatar Takashi Iwai 1-13/+2
2011-12-19ALSA: module_param: make bool parameters really boolGravatar Rusty Russell 1-2/+2
2011-10-31sound: fix drivers needing module.h not moduleparam.hGravatar Paul Gortmaker 1-1/+1
2011-09-20ALSA: via82xx: allow to disable the SRCGravatar Clemens Ladisch 1-0/+8
2011-09-14ALSA: mpu401: clean up interrupt specificationGravatar Clemens Ladisch 1-2/+3
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Gravatar Takashi Iwai 1-1/+1
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesGravatar Takashi Iwai 1-1/+1
2010-07-12ALSA: via82xx: allow changing the initial DXS volumeGravatar Clemens Ladisch 1-2/+7
2010-03-01Merge branch 'topic/misc' into for-linusGravatar Takashi Iwai 1-1/+1
2010-02-22ALSA: via82xx: add quirk for D1289 motherboardGravatar Clemens Ladisch 1-0/+6
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEGravatar Alexey Dobriyan 1-1/+1
2009-10-30sound: via82xx: deactivate DXS controls of inactive streamsGravatar Clemens Ladisch 1-7/+52
2009-10-06sound: via82xx: move DXS volume controls to PCM interfaceGravatar Clemens Ladisch 1-9/+18
2009-06-25sound: Use PCI_VDEVICEGravatar Joe Perches 1-2/+2
2009-06-22ALSA: via82xx: add option to disable 500ms delay in snd_via82xx_codec_waitGravatar Simon Arlott 1-1/+5
2009-05-05sound: via82xx: fix DXS volume rangeGravatar Clemens Ladisch 1-1/+1
2009-03-24Merge branch 'topic/misc' into for-linusGravatar Takashi Iwai 1-10/+13
2009-02-09ALSA: via82xx - Clean up quirk listGravatar Takashi Iwai 1-9/+9
2009-02-05ALSA: Fix missing KERN_* prefix to printk in sound/pciGravatar Takashi Iwai 1-1/+4
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Gravatar Takashi Iwai 1-3/+3
2008-08-25ALSA: via82xx - check continuous pages in buffer setupGravatar Takashi Iwai 1-10/+9
2008-08-25ALSA: via82xx - ignore buffer preallocation errorsGravatar Takashi Iwai 1-23/+15
2008-08-25ALSA: Clean up SG-buffer helper functions and macrosGravatar Takashi Iwai 1-2/+3
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Gravatar Takashi Iwai 1-3/+5
2008-07-10ALSA: via82xx - Add VIA audio device #1841 to ac97_quirk listGravatar Walter Sheets 1-0/+6
2008-04-24[ALSA] Fix synchronize_irq() bugs, redundanciesGravatar Jeff Garzik 1-1/+1
2008-01-31[ALSA] Remove sound/driver.hGravatar Takashi Iwai 1-1/+0
2008-01-31[ALSA] via82xx: minor optimization in snd_via82xx_freeGravatar Marcin Ślusarz 1-1/+1