aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/pci/emu10k1/emu10k1_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-10ALSA: emu10k1: Fix endianness annotationsTakashi Iwai1-1/+3
2020-01-05ALSA: emu10k1: More constificationsTakashi Iwai1-6/+6
2020-01-03ALSA: emu10k1: Constify snd_emu_chip_detailsTakashi Iwai1-1/+1
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-11ALSA: emu10k1: Support PCM sync_stopTakashi Iwai1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-04-17ALSA: emu10k1: Drop superfluous id-uniquification behaviorTakashi Iwai1-15/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-4/+5
2018-02-14ALSA: emu10k1: add a IOMMU workaroundMaciej S. Szmigiero1-5/+44
2018-02-14ALSA: emu10k1: add optional debug printouts with DMA addressesMaciej S. Szmigiero1-0/+8
2018-02-14ALSA: emu10k1: use dma_set_mask_and_coherent()Maciej S. Szmigiero1-2/+1
2018-02-14ALSA: emu10k1: remove reserved_pageMaciej S. Szmigiero1-11/+0
2016-11-15ALSA: emu10k1: Use workqueue instead of kthread for emu1010 fw pollingTakashi Iwai1-76/+56
2016-11-15ALSA: emu10k1: Simplify firmware loader codeTakashi Iwai1-62/+40
2016-11-15ALSA: emu10k1: Fix emu1010 dock attach checkTakashi Iwai1-6/+6
2016-01-29ALSA: emu10k1: correctly handling failed thread creationInsu Yun1-0/+8
2015-05-29ALSA: emu10k1: Fix/cleanup ifdef CONFIG_PROC_FSTakashi Iwai1-1/+1
2015-04-29Merge branch 'for-linus' into for-nextTakashi Iwai1-5/+12
2015-04-29ALSA: emu10k1: Emu10k2 32 bit DMA modePeter Zubaj1-5/+12
2015-04-27Merge branch 'for-4.2' into for-nextTakashi Iwai1-2/+2
2015-04-27ALSA: emu10k1: Fix card shortname string buffer overflowTakashi Iwai1-2/+2
2015-04-16ALSA: remove deprecated use of pci apiQuentin Lambert1-2/+2
2015-04-11ALSA: emu10k1: handle dock disconnectsMichael Gernoth1-0/+9
2015-04-05ALSA: emu10k1: add Audigy 5/RxMichael Gernoth1-0/+16
2014-11-03ALSA: emu10k1: Deletion of unnecessary checks before three function callsMarkus Elfring1-6/+3
2014-02-26ALSA: emu10k1: Use standard printk helpersTakashi Iwai1-28/+45
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-1/+0
2013-04-24ALSA: emu10k1: Fix dock firmware loadingTakashi Iwai1-6/+33
2013-02-25ALSA: emu10k1: Load firmware when it was already cachedFlorian Zeitz1-5/+6
2013-02-22ALSA: emu10k1: Fix regression in emu1010 firmware loadingMihail Zenkov1-0/+5
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-2/+2
2012-11-22ALSA: emu10k1: Add missing ifdef for emu->suspend referenceTakashi Iwai1-0/+2
2012-11-22ALSA: emu10k1: don't update firmware during suspend/resumeTakashi Iwai1-0/+2
2012-11-22ALSA: emu10k1: cache emu1010 firmwareTakashi Iwai1-52/+36
2012-10-17ALSA: emu10k1: add chip details for E-mu 1010 PCIe cardMaxim Kachur1-0/+9
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-4/+4
2011-12-31ALSA: emu10k1 - add another Audigy 2 ZS IDTim Yamin1-0/+12
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-06-14Merge branch 'test/pci-rename' into topic/miscTakashi Iwai1-1/+1
2011-06-12ALSA: emu10k1: Add details for E-mu 0404 PCIe versionFlorian Zeitz1-0/+8
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai1-1/+1
2011-02-25ALSA: emu10k1 - emu10k1_main.c remove one to many l's in the word.Justin P. Mattock1-1/+1
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2009-03-24Merge branch 'topic/emu10k1' into for-linusTakashi Iwai1-6/+5
2009-02-26ALSA: sound/pci/emu10k1: fix sparse warning: different signednessHannes Eder1-6/+4
2009-02-24ALSA: emu10k1 - Fix digital/analog switch on audigy2 ZSTakashi Iwai1-0/+1
2009-02-05ALSA: emu10k1 - Add missing KERN_* prefix to printkTakashi Iwai1-2/+3
2008-11-07Merge branch 'topic/fix/misc' into topic/miscTakashi Iwai1-0/+3
2008-11-03ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy modelsTakashi Iwai1-0/+3
2008-10-23ALSA: emu10k1: fix coding style for emu10k1_main.cVedran Miletic1-165/+182