| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: pcxhr: More constifications | Takashi Iwai | 2020-01-05 | 3 | -5/+5 |
* | ALSA: pci: Constify snd_device_ops definitions | Takashi Iwai | 2020-01-03 | 1 | -1/+1 |
* | ALSA: pcxhr: Support PCM sync_stop | Takashi Iwai | 2019-12-11 | 1 | -0/+1 |
* | ALSA: pci: Drop superfluous ioctl PCM ops | Takashi Iwai | 2019-12-11 | 1 | -1/+0 |
* | ALSA: pcxhr: Use managed buffer allocation | Takashi Iwai | 2019-12-11 | 1 | -24/+7 |
* | ALSA: pci: Avoid non-standard macro usage | Takashi Iwai | 2019-11-06 | 1 | -2/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 10 | -140/+10 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | ALSA: pci: Clean up with new procfs helpers | Takashi Iwai | 2019-02-06 | 1 | -14/+7 |
* | sound: Use octal not symbolic permissions | Joe Perches | 2018-05-28 | 1 | -1/+1 |
* | ALSA: pcxhr: make snd_kcontrol_new const | Bhumika Goyal | 2017-08-16 | 1 | -2/+2 |
* | ALSA: pcxhr: Delete an error message for a failed memory allocation in pcxhr_... | Markus Elfring | 2017-08-12 | 1 | -3/+1 |
* | ALSA: pcxhr: make snd_pcm_hardware const | Bhumika Goyal | 2017-08-12 | 1 | -1/+1 |
* | ALSA: pcxhr: fix string overflow warnings | Arnd Bergmann | 2017-07-18 | 2 | -11/+11 |
* | Merge branch 'topic/for-4.12' into for-next | Takashi Iwai | 2017-03-20 | 2 | -14/+14 |
|\ |
|
| * | ALSA: pci: constify snd_kcontrol_new structures | Bhumika Goyal | 2017-02-21 | 2 | -14/+14 |
* | | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 2017-02-28 | 1 | -1/+1 |
|/ |
|
* | ALSA: constify snd_pcm_ops structures | Julia Lawall | 2016-09-02 | 1 | -1/+1 |
* | ALSA: pcxhr: Fix missing mutex unlock | Takashi Iwai | 2016-04-21 | 1 | -0/+1 |
* | ALSA: remove deprecated use of pci api | Quentin Lambert | 2015-04-16 | 1 | -1/+1 |
* | ALSA: Include linux/io.h instead of asm/io.h | Takashi Iwai | 2015-01-28 | 2 | -2/+2 |
* | ALSA: pcxhr: NULL dereference on probe failure | Dan Carpenter | 2014-12-10 | 1 | -1/+1 |
* | ALSA: pcxhr: Kill the rest snd_print*() | Takashi Iwai | 2014-10-28 | 1 | -21/+21 |
* | ALSA: pcxhr: convert timeval to ktime_t | Aya Mahfouz | 2014-10-28 | 2 | -8/+12 |
* | ALSA: pcxhr: Use snd_ctl_enum_info() | Takashi Iwai | 2014-10-21 | 1 | -16/+2 |
* | ALSA: pcxhr: Use nonatomic PCM ops | Takashi Iwai | 2014-09-15 | 4 | -78/+77 |
* | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2014-08-12 | 1 | -1/+1 |
* | ALSA: pcxhr: Use standard printk helpers | Takashi Iwai | 2014-02-26 | 5 | -98/+131 |
* | ALSA: pci: Convert to snd_card_new() with a device pointer | Takashi Iwai | 2014-02-12 | 1 | -2/+2 |
* | ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove | Takashi Iwai | 2013-05-29 | 1 | -1/+0 |
* | ALSA: Make snd_printd() and snd_printdd() inline | Takashi Iwai | 2013-01-25 | 1 | -2/+1 |
* | ALSA: pci: remove __dev* attributes | Bill Pemberton | 2012-12-07 | 1 | -7/+7 |
* | ALSA: pcxhr: hard dependency on the standard fw loader | Takashi Iwai | 2012-11-22 | 1 | -86/+0 |
* | ALSA: pcxhr: Add 8 new sound cards | Markus Bollinger | 2012-08-27 | 2 | -3/+27 |
* | ALSA: pcxhr: Add LTC support | Markus Bollinger | 2012-06-20 | 6 | -1/+83 |
* | ALSA: pcxhr: Fix a counter wrap | Markus Bollinger | 2012-06-20 | 1 | -8/+15 |
* | ALSA: pci: clean up using module_pci_driver() | Takashi Iwai | 2012-04-24 | 1 | -13/+2 |
* | ALSA: module_param: make bool parameters really bool | Rusty Russell | 2011-12-19 | 1 | -2/+2 |
* | sound: Add module.h to the previously silent sound users | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | sound: fix drivers needing module.h not moduleparam.h | Paul Gortmaker | 2011-11-01 | 1 | -1/+1 |
* | ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/* | Takashi Iwai | 2011-06-10 | 1 | -1/+1 |
* | ALSA: Use KBUILD_MODNAME for pci_driver.name entries | Takashi Iwai | 2011-06-10 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -6/+6 |
* | sound: use DEFINE_PCI_DEVICE_TABLE | Alexey Dobriyan | 2010-02-09 | 1 | -1/+1 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | Merge branch 'topic/pcxhr' into for-linus | Takashi Iwai | 2009-03-24 | 6 | -9/+90 |
|\ |
|
| * | ALSA: pcxhr: fix trivial typo | Tim Blechmann | 2009-01-31 | 1 | -1/+1 |
| * | ALSA: pcxhr - add support for gpio ports and minor bug fix | Markus Bollinger | 2009-01-23 | 5 | -8/+89 |
* | | Merge branch 'topic/hwdep-cleanup' into for-linus | Takashi Iwai | 2009-03-24 | 1 | -12/+0 |
|\ \ |
|
| * | | ALSA: Remove superfluous hwdep ops | Takashi Iwai | 2009-02-05 | 1 | -12/+0 |
| |/ |
|