summaryrefslogtreecommitdiff
path: root/sound/pci/lola
Commit message (Expand)AuthorAgeFilesLines
* ALSA: lola: Bounds check loop iterator against streams array sizeKees Cook2022-05-211-1/+2
* ALSA: lola: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-2/+8
* ALSA: lola: add a check for the return of vmalloc()Xiaoke Wang2022-03-041-0/+2
* ALSA: lola: Allocate resources with device-managed APIsTakashi Iwai2021-07-193-108/+44
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-082-2/+2
* ALSA: lola: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2020-12-251-1/+1
* ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: lola: Support PCM sync_stopTakashi Iwai2019-12-111-1/+1
* ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* ALSA: lola: Use managed buffer allocationTakashi Iwai2019-12-111-6/+5
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-062-3/+3
* ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-061-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-306-84/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-11/+5
* ALSA: lola: Proper endian notationsTakashi Iwai2018-07-273-8/+8
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-1/+1
* ALSA: lola: make snd_pcm_hardware constBhumika Goyal2017-08-121-1/+1
* ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal2017-02-211-1/+1
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-1/+1
* ALSA: Deletion of checks before the function call "iounmap"Markus Elfring2015-01-041-4/+2
* ALSA: lola: NULL dereference on probe failureDan Carpenter2014-12-101-1/+1
* ALSA: lola: Deletion of an unnecessary check before the function call "vfree"Markus Elfring2014-11-171-2/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: lola: fix format type mismatch in sound/pci/lola/lola_proc.cToralf Förster2014-05-211-1/+1
* ALSA: lola: NULL deref on allocation errorDan Carpenter2014-03-051-1/+0
* ALSA: lola: Use standard printk helpersTakashi Iwai2014-02-264-49/+55
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2
* ALSA: lola: Fix uninitialized variable access in error messageTakashi Iwai2013-10-291-1/+1
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-075-27/+27
* ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-241-13/+2
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* ALSA: lola - Fix for Lola280 boardMarkus Bollinger2011-06-242-38/+94
* Merge branch 'fix/hda' into topic/miscTakashi Iwai2011-06-171-1/+1
|\
| * ALSA: lola - Fix section mismatchTakashi Iwai2011-06-151-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
|/
* ALSA: lola - fix lola buildRandy Dunlap2011-05-041-1/+2
* ALSA: lola - Yet another linux/delay.h inclusionTakashi Iwai2011-05-031-0/+1
* ALSA: lola - Add missing inclusion of linux/delay.hTakashi Iwai2011-05-031-0/+1
* ALSA: lola - Implement polling_mode like hd-audioTakashi Iwai2011-05-032-3/+14
* ALSA: lola - Rename to Digital SRC Capture SwitchTakashi Iwai2011-05-033-3/+17
* ALSA: lola - Add sync in loop implementationTakashi Iwai2011-05-031-17/+59
* ALSA: lola - Add SRC refcountingTakashi Iwai2011-05-032-7/+46
* ALSA: lola - Allow granularity changesTakashi Iwai2011-05-033-7/+27
* ALSA: lola - Use SG-bufferTakashi Iwai2011-05-032-23/+4
* ALSA: lola - Add Lola-specific module optionsTakashi Iwai2011-05-031-10/+35