aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/via82xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-12ALSA: via82xx: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+8
2021-07-19ALSA: via82xx: Allocate resources with device-managed APIsTakashi Iwai1-86/+30
2021-06-09ALSA: via82xx: Fix assignment in if conditionTakashi Iwai1-27/+51
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2020-07-15ALSA: via82xx: Replace the words whitelistTakashi Iwai1-3/+3
2020-07-07ALSA: pci/via82xx: remove 'set but not used' warningsPierre-Louis Bossart1-1/+1
2020-02-10ALSA: via82xx: Fix endianness annotationsTakashi Iwai1-2/+4
2020-01-05ALSA: via82xx: More constificationTakashi Iwai1-1/+1
2020-01-03ALSA: pci: Constify snd_pci_quirk tablesTakashi Iwai1-1/+1
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: via82xx: Support PCM sync_stopTakashi Iwai1-2/+1
2019-12-11ALSA: via82xx: Drop superfluous ioctl PCM opsTakashi Iwai1-5/+0
2019-12-11ALSA: via82xx: Use managed buffer allocationTakashi Iwai1-27/+18
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-6/+6
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai1-5/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai1-4/+2
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
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2017-04-20Annotate hardware config module parameters in sound/pci/David Howells1-1/+1
2017-02-21ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal1-3/+3
2016-11-13ALSA: pci: don't opencode IS_REACHABLE()Fabian Frederick1-1/+1
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-5/+5
2015-04-05ALSA: Use const struct ac97_quirkJoe Perches1-1/+1
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-09ALSA: via82xx: Simplify PM callbacksTakashi Iwai1-14/+0
2014-10-21ALSA: via82xx: Use snd_ctl_enum_info()Takashi Iwai1-8/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-02-26ALSA: via82xx: Use standard printk helpersTakashi Iwai1-30/+39
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+1
2013-08-27treewide: Fix printks with 0x%#Joe Perches1-1/+1
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-1/+1
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-25/+25
2012-09-06ALSA: Implement channel maps for standard onboard AC97 driversTakashi Iwai1-0/+23
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-5/+5
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-2/+2
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-09-20ALSA: via82xx: allow to disable the SRCClemens Ladisch1-0/+8
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch1-2/+3
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-07-12ALSA: via82xx: allow changing the initial DXS volumeClemens Ladisch1-2/+7
2010-03-01Merge branch 'topic/misc' into for-linusTakashi Iwai1-1/+1