summaryrefslogtreecommitdiffstats
path: root/sound/pci/pcxhr
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pci: Use *-y instead of *-objs in MakefileTakashi Iwai11 days1-1/+1
* ALSA: pcxhr: "fix" PCXHR_REG_TO_PORT definitionAlexey Dobriyan2021-09-161-1/+1
* ALSA: pcxhr: use __func__ to get funcion's name in an output messageJason Wang2021-07-311-24/+23
* ALSA: pcxhr: Fix assignment in if conditionTakashi Iwai2021-06-092-11/+20
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* ALSA: pcxhr: More constificationsTakashi Iwai2020-01-053-5/+5
* ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: pcxhr: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
* ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* ALSA: pcxhr: Use managed buffer allocationTakashi Iwai2019-12-111-24/+7
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-061-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3010-140/+10
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-14/+7
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-1/+1
* ALSA: pcxhr: make snd_kcontrol_new constBhumika Goyal2017-08-161-2/+2
* ALSA: pcxhr: Delete an error message for a failed memory allocation in pcxhr_...Markus Elfring2017-08-121-3/+1
* ALSA: pcxhr: make snd_pcm_hardware constBhumika Goyal2017-08-121-1/+1
* ALSA: pcxhr: fix string overflow warningsArnd Bergmann2017-07-182-11/+11
* Merge branch 'topic/for-4.12' into for-nextTakashi Iwai2017-03-202-14/+14
|\
| * ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal2017-02-212-14/+14
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
|/
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-1/+1
* ALSA: pcxhr: Fix missing mutex unlockTakashi Iwai2016-04-211-0/+1
* ALSA: remove deprecated use of pci apiQuentin Lambert2015-04-161-1/+1
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-282-2/+2
* ALSA: pcxhr: NULL dereference on probe failureDan Carpenter2014-12-101-1/+1
* ALSA: pcxhr: Kill the rest snd_print*()Takashi Iwai2014-10-281-21/+21
* ALSA: pcxhr: convert timeval to ktime_tAya Mahfouz2014-10-282-8/+12
* ALSA: pcxhr: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-16/+2
* ALSA: pcxhr: Use nonatomic PCM opsTakashi Iwai2014-09-154-78/+77
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: pcxhr: Use standard printk helpersTakashi Iwai2014-02-265-98/+131
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-2/+2
* 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-2/+1
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-7/+7
* ALSA: pcxhr: hard dependency on the standard fw loaderTakashi Iwai2012-11-221-86/+0
* ALSA: pcxhr: Add 8 new sound cardsMarkus Bollinger2012-08-272-3/+27
* ALSA: pcxhr: Add LTC supportMarkus Bollinger2012-06-206-1/+83
* ALSA: pcxhr: Fix a counter wrapMarkus Bollinger2012-06-201-8/+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: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-311-0/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* 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-6/+6
* sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-091-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1