summaryrefslogtreecommitdiffstats
path: root/sound/pci/mixart
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-308-112/+8Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-4/+2Star
* ALSA: mixart: Mark expected switch fall-throughGustavo A. R. Silva2018-08-091-1/+1
* ALSA: mixart: Mark expected switch fall-throughGustavo A. R. Silva2018-08-061-0/+1
* ALSA: mixart: Proper endian notationsTakashi Iwai2018-07-273-27/+27
* ALSA: mixart: Delete an error message for a failed memory allocation in snd_m...Markus Elfring2017-08-121-3/+1Star
* ALSA: mixart: make snd_pcm_hardware constBhumika Goyal2017-08-121-2/+2
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-08-041-2/+2
|\
| * Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-061-3/+3
| |\
| * | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-2/+2
* | | ALSA: mixart: fix string overflow warningArnd Bergmann2017-07-182-9/+5Star
| |/ |/|
* | ALSA: mixart: constify snd_kcontrol_new structuresBhumika Goyal2017-05-211-3/+3
|/
* ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal2017-02-211-3/+3
* ALSA: mixart: fix a comment typoGeliang Tang2016-12-281-1/+1
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-2/+2
* ALSA: mixart: don't print an unintialized variable on errorDan Carpenter2016-07-131-1/+1
* ALSA: mixart: silence an uninitialized variable warningDan Carpenter2016-03-161-1/+1
* ALSA: mixart: silence unitialized variable warningsDan Carpenter2016-03-151-2/+2
* 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: Deletion of checks before the function call "iounmap"Markus Elfring2015-01-041-4/+3Star
* ALSA: mixart: Fix kerneldoc commentsTakashi Iwai2014-11-111-4/+5
* ALSA: mixart: Use nonatomic PCM opsTakashi Iwai2014-09-154-64/+44Star
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: mixart: Remove unused variableSachin Kamat2014-07-011-3/+1Star
* ALSA: mixart: Use standard printk helpersTakashi Iwai2014-02-264-85/+163
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2Star
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0Star
* treewide: Fix typos in printk and commentMasanari Iida2013-03-181-1/+1
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-6/+6
* ALSA: mixart: hard dependency on the standard fw loaderTakashi Iwai2012-11-221-76/+0Star
* sound: Remove unnecessary semicolonPeter Senna Tschudin2012-10-061-1/+1
* ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-241-13/+2Star
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-11-011-0/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-11-011-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-2/+2
* ALSA: sound/mixart: avoid redefining {readl,write}_{le,be} accessorsFlorian Fainelli2010-11-111-0/+10
* ALSA: info - Implement common llseek for binary modeTakashi Iwai2010-04-131-51/+0Star
* ALSA: info - Check file position validity in common layerTakashi Iwai2010-04-131-12/+0Star
* ALSA: info - Use standard types for info callbacksTakashi Iwai2010-04-131-16/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-04-071-10/+14
|\
| * ALSA: mixart: range checking proc fileDan Carpenter2010-04-061-10/+14
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
|/
* sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-091-1/+1
* sound: Use PCI_VDEVICEJoe Perches2009-06-251-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1