aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/lola (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-11ALSA: lola: Support PCM sync_stopTakashi Iwai1-1/+1
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-11ALSA: lola: Use managed buffer allocationTakashi Iwai1-6/+5
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai2-3/+3
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner6-84/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai1-11/+5
2018-07-27ALSA: lola: Proper endian notationsTakashi Iwai3-8/+8
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-1/+1
2017-08-12ALSA: lola: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-02-21ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal1-1/+1
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-1/+1
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-11-17ALSA: lola: Deletion of an unnecessary check before the function call "vfree"Markus Elfring1-2/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-05-21ALSA: lola: fix format type mismatch in sound/pci/lola/lola_proc.cToralf Förster1-1/+1
2014-03-05ALSA: lola: NULL deref on allocation errorDan Carpenter1-1/+0
2014-02-26ALSA: lola: Use standard printk helpersTakashi Iwai4-49/+55
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 Pemberton5-27/+27
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-24ALSA: lola - Fix for Lola280 boardMarkus Bollinger2-38/+94
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-04ALSA: lola - fix lola buildRandy Dunlap1-1/+2
2011-05-03ALSA: lola - Yet another linux/delay.h inclusionTakashi Iwai1-0/+1
2011-05-03ALSA: lola - Add missing inclusion of linux/delay.hTakashi Iwai1-0/+1
2011-05-03ALSA: lola - Implement polling_mode like hd-audioTakashi Iwai2-3/+14
2011-05-03ALSA: lola - Rename to Digital SRC Capture SwitchTakashi Iwai3-3/+17
2011-05-03ALSA: lola - Add sync in loop implementationTakashi Iwai1-17/+59
2011-05-03ALSA: lola - Add SRC refcountingTakashi Iwai2-7/+46
2011-05-03ALSA: lola - Allow granularity changesTakashi Iwai3-7/+27
2011-05-03ALSA: lola - Use SG-bufferTakashi Iwai2-23/+4
2011-05-03ALSA: lola - Add Lola-specific module optionsTakashi Iwai1-10/+35
2011-05-03ALSA: lola - Fix PCM stallsTakashi Iwai3-47/+74
2011-05-03ALSA: lola - Use a single BDLTakashi Iwai2-31/+49
2011-05-03ALSA: lola - Suppress the debug printTakashi Iwai1-4/+4
2011-05-03ALSA: lola - Changes in proc fileTakashi Iwai1-6/+142
2011-05-03ALSA: lola - Make SRC helper globalTakashi Iwai2-4/+5
2011-05-03ALSA: Add the driver for Digigram Lola PCI-e boardsTakashi Iwai7-0/+3095