| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: pci: Drop superfluous ifdef CONFIG_PROC_FS | Takashi Iwai | 2015-05-29 | 1 | -5/+0 |
* | ALSA: cmipci: remove a stray space character | Dan Carpenter | 2015-02-25 | 1 | -1/+1 |
* | ALSA: Include linux/io.h instead of asm/io.h | Takashi Iwai | 2015-01-28 | 1 | -1/+1 |
* | ALSA: cmipci: Simplify PM callbacks | Takashi Iwai | 2015-01-09 | 1 | -15/+0 |
* | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2014-08-12 | 1 | -2/+2 |
* | ALSA: cmipci: Use standard printk helpers | Takashi Iwai | 2014-02-26 | 1 | -17/+19 |
* | ALSA: pci: Convert to snd_card_new() with a device pointer | Takashi Iwai | 2014-02-12 | 1 | -3/+2 |
* | ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove | Takashi Iwai | 2013-05-29 | 1 | -1/+0 |
* | ALSA: pci: remove __dev* attributes | Bill Pemberton | 2012-12-07 | 1 | -24/+24 |
* | ALSA: cmipci: Implement channel mapping | Takashi Iwai | 2012-09-06 | 1 | -0/+6 |
* | ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEP | Takashi Iwai | 2012-08-14 | 1 | -3/+3 |
* | ALSA: Convert to new pm_ops for PCI drivers | Takashi Iwai | 2012-07-03 | 1 | -9/+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: fix drivers needing module.h not moduleparam.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | ALSA: mpu401: clean up interrupt specification | Clemens Ladisch | 2011-09-14 | 1 | -2/+3 |
* | 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 | -4/+4 |
* | ALSA: cmipci: use enum control info helper | Clemens Ladisch | 2011-01-10 | 1 | -16/+9 |
* | ALSA: cmipci: work around invalid PCM pointer | Clemens Ladisch | 2010-03-24 | 1 | -3/+11 |
* | sound: use DEFINE_PCI_DEVICE_TABLE | Alexey Dobriyan | 2010-02-09 | 1 | -2/+2 |
* | ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep" | Jaroslav Kysela | 2009-11-05 | 1 | -2/+2 |
* | sound: Use PCI_VDEVICE | Joe Perches | 2009-06-25 | 1 | -5/+5 |
* | ALSA: Fix Trivial Warnining in sound/pci/cmipci.c | Subrata Modak | 2009-04-27 | 1 | -1/+1 |
* | ALSA: Convert to snd_card_create() in sound/pci/* | Takashi Iwai | 2009-01-12 | 1 | -3/+3 |
* | ALSA: Kill snd_assert() in sound/pci/* | Takashi Iwai | 2008-08-13 | 1 | -3/+6 |
* | [ALSA] Fix synchronize_irq() bugs, redundancies | Jeff Garzik | 2008-04-24 | 1 | -2/+0 |
* | [ALSA] sound: cmipci.c fix shadowed variable warning | Harvey Harrison | 2008-04-24 | 1 | -5/+6 |
* | [ALSA] Remove sound/driver.h | Takashi Iwai | 2008-01-31 | 1 | -1/+0 |
* | [ALSA] cmipci: document 'Modem' control version check | Clemens Ladisch | 2008-01-31 | 1 | -0/+4 |
* | [ALSA] cmipci: disable 'Modem' control on version 39 or newer chips | Clemens Ladisch | 2008-01-31 | 1 | -7/+5 |
* | [ALSA] cmipci - allow capture of raw spdif subframes | Timofei Bondarenko | 2008-01-31 | 1 | -1/+8 |
* | [ALSA] cmipci - utilize ADC48K44K bit | Timofei Bondarenko | 2008-01-31 | 1 | -0/+7 |
* | [ALSA] cmipci at 96kHz | Timofei Bondarenko | 2008-01-31 | 1 | -19/+64 |
* | [ALSA] cmipci: fix FLINKON/OFF bits | Clemens Ladisch | 2007-11-19 | 1 | -3/+2 |
* | [ALSA] cmipci: fix distortion on rear channels | Clemens Ladisch | 2007-10-16 | 1 | -1/+67 |
* | [ALSA] cmipci: clean up struct cmipci_pcm | Clemens Ladisch | 2007-10-16 | 1 | -13/+12 |
* | [ALSA] cmipci: fix lookup of double rates | Clemens Ladisch | 2007-10-16 | 1 | -0/+3 |
* | [ALSA] cmipci: reorganize set_dac_channels() | Clemens Ladisch | 2007-10-16 | 1 | -30/+19 |
* | [ALSA] cmipci: remove 5.0 format | Clemens Ladisch | 2007-10-16 | 1 | -3/+3 |
* | [ALSA] cmipci: allow 96 kHz playback on non-multichannel rear | Clemens Ladisch | 2007-10-16 | 1 | -6/+6 |
* | [ALSA] cmipci: initialize 0x90 registers | Clemens Ladisch | 2007-10-16 | 1 | -0/+4 |
* | [ALSA] cmipci: reset the chip when initializing | Clemens Ladisch | 2007-10-16 | 1 | -0/+2 |
* | [ALSA] cmipci: show more registers in proc file | Clemens Ladisch | 2007-10-16 | 1 | -10/+9 |
* | [ALSA] cmipci: update register definitions | Clemens Ladisch | 2007-10-16 | 1 | -64/+109 |
* | [ALSA] cmipci: fix version 37 detection | Clemens Ladisch | 2007-10-16 | 1 | -1/+1 |
* | [ALSA] cmipci: add msbits constraint for 24-bit format | Clemens Ladisch | 2007-10-16 | 1 | -1/+3 |
* | [ALSA] cmipci: show real chip name in card name | Clemens Ladisch | 2007-10-16 | 1 | -6/+8 |
* | [ALSA] cmipci: check that the legacy MIDI port works | Clemens Ladisch | 2007-10-16 | 1 | -0/+7 |