aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/lola/lola.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-07-27ALSA: lola: Proper endian notationsTakashi Iwai1-2/+2
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-4/+2
2014-12-10ALSA: lola: NULL dereference on probe failureDan Carpenter1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-03-05ALSA: lola: NULL deref on allocation errorDan Carpenter1-1/+0
2014-02-26ALSA: lola: Use standard printk helpersTakashi Iwai1-21/+21
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2013-10-29ALSA: lola: Fix uninitialized variable access in error messageTakashi Iwai1-1/+1
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-7/+7
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-1/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-06-17Merge branch 'fix/hda' into topic/miscTakashi Iwai1-1/+1
2011-06-15ALSA: lola - Fix section mismatchTakashi Iwai1-1/+1
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-05-03ALSA: lola - Implement polling_mode like hd-audioTakashi Iwai1-1/+11
2011-05-03ALSA: lola - Allow granularity changesTakashi Iwai1-5/+22
2011-05-03ALSA: lola - Use SG-bufferTakashi Iwai1-1/+0
2011-05-03ALSA: lola - Add Lola-specific module optionsTakashi Iwai1-10/+35
2011-05-03ALSA: lola - Fix PCM stallsTakashi Iwai1-4/+13
2011-05-03ALSA: lola - Suppress the debug printTakashi Iwai1-4/+4
2011-05-03ALSA: Add the driver for Digigram Lola PCI-e boardsTakashi Iwai1-0/+731