summaryrefslogtreecommitdiffstats
path: root/sound/pci/via82xx.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: via82xx: Simplify with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai2024-02-121-13/+2
* ALSA: via82xx: Simplify with snd_ctl_find_id_mixer()Takashi Iwai2023-07-211-5/+1
* ALSA: via82xx: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-2/+8
* ALSA: via82xx: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-86/+30
* ALSA: via82xx: Fix assignment in if conditionTakashi Iwai2021-06-091-27/+51
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* ALSA: via82xx: Replace the words whitelistTakashi Iwai2020-07-151-3/+3
* ALSA: pci/via82xx: remove 'set but not used' warningsPierre-Louis Bossart2020-07-071-1/+1
* ALSA: via82xx: Fix endianness annotationsTakashi Iwai2020-02-101-2/+4
* ALSA: via82xx: More constificationTakashi Iwai2020-01-051-1/+1
* ALSA: pci: Constify snd_pci_quirk tablesTakashi Iwai2020-01-031-1/+1
* ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: via82xx: Support PCM sync_stopTakashi Iwai2019-12-111-2/+1
* ALSA: via82xx: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-5/+0
* ALSA: via82xx: Use managed buffer allocationTakashi Iwai2019-12-111-27/+18
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-061-6/+6
* ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-061-5/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-4/+2
* ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-2/+0
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+3
* ALSA: pci: make snd_pcm_hardware constBhumika Goyal2017-08-121-1/+1
* ALSA: via82xx: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-101-1/+1
|\
| * Annotate hardware config module parameters in sound/pci/David Howells2017-04-201-1/+1
* | ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal2017-02-211-3/+3
|/
* ALSA: pci: don't opencode IS_REACHABLE()Fabian Frederick2016-11-131-1/+1
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-5/+5
* ALSA: Use const struct ac97_quirkJoe Perches2015-04-051-1/+1
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: via82xx: Simplify PM callbacksTakashi Iwai2015-01-091-14/+0
* ALSA: via82xx: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-8/+2
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: via82xx: Use standard printk helpersTakashi Iwai2014-02-261-30/+39
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+1
* treewide: Fix printks with 0x%#Joe Perches2013-08-271-1/+1
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0
* ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai2013-01-251-1/+1
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-25/+25
* ALSA: Implement channel maps for standard onboard AC97 driversTakashi Iwai2012-09-061-0/+23
* ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2012-08-141-5/+5
* ALSA: Convert to new pm_ops for PCI driversTakashi Iwai2012-07-031-9/+15
* ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-241-13/+2
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-2/+2
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* ALSA: via82xx: allow to disable the SRCClemens Ladisch2011-09-201-0/+8
* ALSA: mpu401: clean up interrupt specificationClemens Ladisch2011-09-141-2/+3
* ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai2011-06-101-1/+1
* ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai2011-06-101-1/+1