aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/lx6464es (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-05ALSA: lx6464es: More constificationsTakashi Iwai1-2/+2
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-11ALSA: lx6464es: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: lx6464es: Use managed buffer allocationTakashi Iwai1-11/+3
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-1/+1
2019-09-08ALSA: lx6464es - add support for LX6464ESe pci express variantTim Blechmann1-0/+8
2019-07-10ALSA: lx6464es: Remove unneeded variable errHariprasad Kelam1-2/+1
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai6-82/+6
2019-06-11ALSA: lx6464es - Remove set but not used variables 'orun_mask, urun_mask'YueHaibing1-5/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 29Thomas Gleixner5-82/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-08Merge branch 'topic/memory-device-fixes-2' into for-nextTakashi Iwai1-5/+3
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai1-7/+1
2019-02-06ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai1-5/+3
2018-06-21ALSA: lx6464es: Missing error code in snd_lx6464es_create()Dan Carpenter1-0/+1
2018-06-14ALSA: lx6464es: add error handling for pci_ioremap_barZhouyang Jia1-0/+7
2017-08-12ALSA: lx6464es: 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-2/+2
2016-04-15ALSA: lx646es: Fix possible uninitialized variable referenceTakashi Iwai1-1/+1
2015-10-21ALSA: lx6464es: Use snd_pcm_hw_constraint_single()Lars-Peter Clausen1-2/+2
2015-05-26ALSA: lx6464es: Use NULL for pointersTakashi Iwai1-2/+2
2015-05-26ALSA: lx6464es: Fix duplicated SSID entriesTakashi Iwai1-6/+6
2015-04-16ALSA: remove deprecated use of pci apiQuentin Lambert1-1/+1
2014-11-11ALSA: Fix invalid kerneldoc markersTakashi Iwai1-1/+1
2014-09-15ALSA: lx6464es: Use nonatomic PCM opsTakashi Iwai4-200/+108
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-04-18ALSA: lx_core: Translate comments from french to englishMaxime Ripard1-11/+11
2014-04-18ALSA: lx_core: Remove useless #if 0 .. #endifMaxime Ripard1-6/+0
2014-04-18ALSA: lx_core: Remove dead codeMaxime Ripard1-4/+0
2014-04-18ALSA: lx_core: Fix dev_dbg typoMaxime Ripard1-1/+1
2014-04-18ALSA: lx_core: Switch to using BIT macroMaxime Ripard1-3/+4
2014-04-18ALSA: lx_core: Remove unused definesMaxime Ripard1-5/+0
2014-02-26ALSA: lx6464es: Use standard printk helpersTakashi Iwai2-117/+129
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2014-02-07ALSA: lx6464es: Remove unused function in pci/lx6464es/lx_core.cRashika Kheria1-84/+0
2013-11-06ALSA: lx6464es: Fix pointer cast compile warningsTakashi Iwai2-4/+4
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton3-17/+17
2012-08-14ALSA: lx6464es: Add a missing error checkTakashi Iwai1-0/+2
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-15/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-11-22ALSA: lx6464es - fix device communication via command busTim Blechmann1-4/+12
2011-11-22ALSA: lx6464es - command buffer API cleanupTim Blechmann2-6/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-25ALSA: lx6464es - include mac address in device nameTim Blechmann4-16/+23
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
2010-11-01ALSA: lx6464es - make 1 bit signed bitfield unsignedTim Blechmann3-4/+4