aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/cmipci.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12ALSA: cmipci: Simplify with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai1-9/+2
2023-09-15ALSA: cmipci: Fix -Wformat-truncation warningTakashi Iwai1-3/+5
2023-07-21ALSA: cmipci: Simplify with snd_ctl_find_id_mixer()Takashi Iwai1-5/+1
2023-06-06ALSA: cmipci: Fix kctl->id initializationTakashi Iwai1-3/+3
2022-04-12ALSA: cmipci: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+6
2022-03-14ALSA: cmipci: Restore aux vol on suspend/resumeJonathan Teh1-2/+1
2021-11-14ALSA: cmipci: Drop stale variable assignmentTakashi Iwai1-3/+1
2021-07-19ALSA: cmipci: Allocate resources with device-managed APIsTakashi Iwai1-76/+28
2021-06-09ALSA: cmipci: Fix assignment in if conditionTakashi Iwai1-28/+55
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-4/+0
2020-01-05ALSA: cmipci: More constificationsTakashi Iwai1-4/+4
2020-01-03ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai1-8/+8
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-17ALSA: cmipci: Allow disabling MPU port via module optionTakashi Iwai1-2/+3
2019-12-11ALSA: cmipci: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-5/+0
2019-12-11ALSA: cmipci: Use managed buffer allocationTakashi Iwai1-26/+10
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai1-4/+1
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-4/+0
2018-04-16ALSA: cmipci: Allocate with GFP_KERNEL instead of GFP_ATOMICTakashi Iwai1-1/+1
2017-08-22ALSA: cmipci: Use common error handling code in snd_cmipci_probe()Markus Elfring1-8/+11
2017-08-12ALSA: pci: make snd_pcm_hardware constBhumika Goyal1-6/+6
2017-06-09ALSA: cmipci: Constify hw_constraintsTakashi Iwai1-6/+6
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2017-04-20Annotate hardware config module parameters in sound/pci/David Howells1-3/+3
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-05-29ALSA: pci: Drop superfluous ifdef CONFIG_PROC_FSTakashi Iwai1-5/+0
2015-02-25ALSA: cmipci: remove a stray space characterDan Carpenter1-1/+1
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-09ALSA: cmipci: Simplify PM callbacksTakashi Iwai1-15/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-2/+2
2014-02-26ALSA: cmipci: Use standard printk helpersTakashi Iwai1-17/+19
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-24/+24
2012-09-06ALSA: cmipci: Implement channel mappingTakashi Iwai1-0/+6
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-3/+3
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-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
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-01-10ALSA: cmipci: use enum control info helperClemens Ladisch1-16/+9
2010-03-24ALSA: cmipci: work around invalid PCM pointerClemens Ladisch1-3/+11
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-2/+2
2009-11-05ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela1-2/+2
2009-06-25sound: Use PCI_VDEVICEJoe Perches1-5/+5
2009-04-27ALSA: Fix Trivial Warnining in sound/pci/cmipci.cSubrata Modak1-1/+1
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai1-3/+6
2008-04-24[ALSA] Fix synchronize_irq() bugs, redundanciesJeff Garzik1-2/+0
2008-04-24[ALSA] sound: cmipci.c fix shadowed variable warningHarvey Harrison1-5/+6
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] cmipci: document 'Modem' control version checkClemens Ladisch1-0/+4
2008-01-31[ALSA] cmipci: disable 'Modem' control on version 39 or newer chipsClemens Ladisch1-7/+5
2008-01-31[ALSA] cmipci - allow capture of raw spdif subframesTimofei Bondarenko1-1/+8
2008-01-31[ALSA] cmipci - utilize ADC48K44K bitTimofei Bondarenko1-0/+7
2008-01-31[ALSA] cmipci at 96kHzTimofei Bondarenko1-19/+64
2007-11-19[ALSA] cmipci: fix FLINKON/OFF bitsClemens Ladisch1-3/+2
2007-10-16[ALSA] cmipci: fix distortion on rear channelsClemens Ladisch1-1/+67
2007-10-16[ALSA] cmipci: clean up struct cmipci_pcmClemens Ladisch1-13/+12
2007-10-16[ALSA] cmipci: fix lookup of double ratesClemens Ladisch1-0/+3
2007-10-16[ALSA] cmipci: reorganize set_dac_channels()Clemens Ladisch1-30/+19
2007-10-16[ALSA] cmipci: remove 5.0 formatClemens Ladisch1-3/+3
2007-10-16[ALSA] cmipci: allow 96 kHz playback on non-multichannel rearClemens Ladisch1-6/+6
2007-10-16[ALSA] cmipci: initialize 0x90 registersClemens Ladisch1-0/+4
2007-10-16[ALSA] cmipci: reset the chip when initializingClemens Ladisch1-0/+2
2007-10-16[ALSA] cmipci: show more registers in proc fileClemens Ladisch1-10/+9
2007-10-16[ALSA] cmipci: update register definitionsClemens Ladisch1-64/+109
2007-10-16[ALSA] cmipci: fix version 37 detectionClemens Ladisch1-1/+1
2007-10-16[ALSA] cmipci: add msbits constraint for 24-bit formatClemens Ladisch1-1/+3
2007-10-16[ALSA] cmipci: show real chip name in card nameClemens Ladisch1-6/+8
2007-10-16[ALSA] cmipci: check that the legacy MIDI port worksClemens Ladisch1-0/+7
2007-10-16[ALSA] cmipci: do not check for integrated FM/MIDI ports with chip version 37Clemens Ladisch1-3/+3
2007-10-16[ALSA] cmipci: add 96 kHz supportClemens Ladisch1-3/+35
2007-10-16[ALSA] cmipci: remove invalid channels constraintClemens Ladisch1-1/+0
2007-10-16[ALSA] cmipci: show actual chip name in card longnameClemens Ladisch1-7/+35
2007-10-16[ALSA] cmipci: remove has_dual_dacClemens Ladisch1-8/+3
2007-10-16[ALSA] cmipci: reorganize chip version detectionClemens Ladisch1-24/+20
2007-10-16[ALSA] cmipci: make the test for integrated MIDI port address more robustClemens Ladisch1-6/+9
2007-10-16[ALSA] cmipci: fix handling of FM/MIDI port addressesClemens Ladisch1-7/+15
2007-10-16[ALSA] cmipci: fix MIDI device nameClemens Ladisch1-9/+7
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-9/+1
2007-03-06[ALSA] cmipci - Allow to disable integrated FM portTakashi Iwai1-7/+11
2007-01-09[ALSA] _snd_cmipci_uswitch_put doesn't set zero flagsTimofei V. Bondarenko1-1/+2
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/+8
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
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] cmipci - Fix a typo in 'PC Speaker Playback Switch' controlTakashi Iwai1-1/+1
2006-06-22[ALSA] Change an arugment of snd_mpu401_uart_new() to bit flagsTakashi Iwai1-1/+3
2006-06-22[ALSA] cmipci - Disable integrated mpu401 as defaultTakashi Iwai1-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-03-22[ALSA] semaphore -> mutex (PCI part)Ingo Molnar1-12/+13
2006-01-03[ALSA] cmipci - Add PM supportTakashi Iwai1-6/+98
2006-01-03[ALSA] Remove xxx_t typedefs: PCI CMIPCITakashi Iwai1-242/+264
2006-01-03[ALSA] Remove superfluous pcm_free callbacksTakashi Iwai1-8/+0
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-11-04[ALSA] Add missing KERN_* suffix to printkTakashi Iwai1-1/+1
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai1-4/+2
2005-11-04[ALSA] cmipci: use FM/MIDI ports in PCI port spaceClemens Ladisch1-50/+68
2005-09-12[ALSA] set owner field in struct pci_driverClemens Ladisch1-0/+1
2005-09-12[ALSA] Replace with kzalloc() - pci stuffTakashi Iwai1-1/+1
2005-09-12[ALSA] Remove superfluous PCI ID definitionsTakashi Iwai1-26/+0
2005-08-30[ALSA] sound - fix .iface field of mixer control elementsClemens Ladisch1-1/+1
2005-07-28[ALSA] cmipci - Add Mic Boost capture switchTakashi Iwai1-2/+7
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-6/+8
2005-05-29[ALSA] Replace pci_module_init() with pci_register_driver()Takashi Iwai1-20/+139
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2956