summaryrefslogtreecommitdiffstats
path: root/sound/pci/cmipci.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: cmipci: Simplify with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai2024-02-121-9/+2
* ALSA: cmipci: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-3/+5
* ALSA: cmipci: Simplify with snd_ctl_find_id_mixer()Takashi Iwai2023-07-211-5/+1
* ALSA: cmipci: Fix kctl->id initializationTakashi Iwai2023-06-061-3/+3
* ALSA: cmipci: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-2/+6
* ALSA: cmipci: Restore aux vol on suspend/resumeJonathan Teh2022-03-141-2/+1
* ALSA: cmipci: Drop stale variable assignmentTakashi Iwai2021-11-141-3/+1
* ALSA: cmipci: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-76/+28
* ALSA: cmipci: Fix assignment in if conditionTakashi Iwai2021-06-091-28/+55
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-4/+0
* ALSA: cmipci: More constificationsTakashi Iwai2020-01-051-4/+4
* ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-031-8/+8
* ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: cmipci: Allow disabling MPU port via module optionTakashi Iwai2019-12-171-2/+3
* ALSA: cmipci: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
* ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-5/+0
* ALSA: cmipci: Use managed buffer allocationTakashi Iwai2019-12-111-26/+10
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-061-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-4/+1
* ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-4/+0
* ALSA: cmipci: Allocate with GFP_KERNEL instead of GFP_ATOMICTakashi Iwai2018-04-161-1/+1
* ALSA: cmipci: Use common error handling code in snd_cmipci_probe()Markus Elfring2017-08-221-8/+11
* ALSA: pci: make snd_pcm_hardware constBhumika Goyal2017-08-121-6/+6
* ALSA: cmipci: Constify hw_constraintsTakashi Iwai2017-06-091-6/+6
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-101-3/+3
|\
| * Annotate hardware config module parameters in sound/pci/David Howells2017-04-201-3/+3
* | 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: pci: Drop superfluous ifdef CONFIG_PROC_FSTakashi Iwai2015-05-291-5/+0
* ALSA: cmipci: remove a stray space characterDan Carpenter2015-02-251-1/+1
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: cmipci: Simplify PM callbacksTakashi Iwai2015-01-091-15/+0
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-2/+2
* ALSA: cmipci: Use standard printk helpersTakashi Iwai2014-02-261-17/+19
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-24/+24
* ALSA: cmipci: Implement channel mappingTakashi Iwai2012-09-061-0/+6
* ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2012-08-141-3/+3
* 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: 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
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* ALSA: cmipci: use enum control info helperClemens Ladisch2011-01-101-16/+9