summaryrefslogtreecommitdiffstats
path: root/sound/pci/emu10k1/emupcm.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: emu10k1: use more existing defines instead of open-coded numbersOswald Buddenhagen2023-04-281-6/+6
* Merge branch 'for-linus' into for-nextTakashi Iwai2023-04-271-5/+9
|\
| * ALSA: emu10k1: don't create old pass-through playback device on AudigyOswald Buddenhagen2023-04-061-3/+7
| * ALSA: emu10k1: fix capture interrupt handler unlinkingOswald Buddenhagen2023-04-061-2/+2
* | ALSA: emu10k1: remove some bogus definesOswald Buddenhagen2023-04-231-1/+0
* | ALSA: emu10k1: comment updatesOswald Buddenhagen2023-04-231-15/+11
* | ALSA: emu10k1: remove unused emu->pcm_playback_efx_substream fieldOswald Buddenhagen2023-04-221-2/+0
* | ALSA: emu10k1: drop redundant snd_emu10k1_efx_playback_pointer()Oswald Buddenhagen2023-04-221-18/+1
* | ALSA: emu10k1: drop redundant snd_emu10k1_efx_playback_hw_free()Oswald Buddenhagen2023-04-221-31/+1
|/
* ALSA: emu10k1: Fix out of bounds access in snd_emu10k1_pcm_channel_alloc()Tasos Sahanidis2022-09-071-1/+1
* ALSA: emu10k1: Fix assignment in if conditionTakashi Iwai2021-06-091-8/+16
* ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-3/+2
* ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-6/+0
* ALSA: emu10k1: Use managed buffer allocationTakashi Iwai2019-12-111-34/+7
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-061-5/+5
* ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-061-2/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-7/+15
* ALSA: emu10k1: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flagTakashi Iwai2018-09-041-1/+2
* ALSA: emu10k1: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-061-2/+2
* ALSA: emu10k1: remove redundant variable attnColin Ian King2018-08-011-2/+1
* ALSA: emu10k1: add error handling for snd_ctl_addZhouyang Jia2018-06-111-1/+3
* ALSA: emu10k1: Reduce GFP_ATOMIC allocationTakashi Iwai2018-04-161-1/+1
* ALSA: emu10k1: add a IOMMU workaroundMaciej S. Szmigiero2018-02-141-1/+9
* ALSA: emu10k1: make snd_pcm_hardware constBhumika Goyal2017-08-121-5/+5
* ALSA: emu10k1: Constify hw_constraintsTakashi Iwai2017-06-091-4/+4
* ALSA: emu10k1: Deliver indirect-PCM transfer errorTakashi Iwai2017-05-251-2/+2
* ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal2017-02-211-1/+1
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-6/+6
* ALSA: emu10k1: Emu10k2 32 bit DMA modePeter Zubaj2015-04-291-1/+1
* ALSA: emu10k1: Remove always NULL parametersLars-Peter Clausen2015-01-021-29/+4
* ALSA: emu10k1: Use standard printk helpersTakashi Iwai2014-02-261-8/+14
* ALSA: emu10k1: Allow to switch hardware sampe rate on EMUMihail Zenkov2013-02-251-2/+6
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-4/+7
* sound: Remove unnecessary semicolonPeter Senna Tschudin2012-10-061-1/+1
* ALSA: emu10k1: allow to disable the SRCClemens Ladisch2011-09-201-0/+5
* ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)Jaroslav Kysela2010-08-181-4/+26
* ALSA: emu10k1 - Fix minimum periods for efx playbackTakashi Iwai2009-06-081-1/+1
* ALSA: emu10k1 - Add missing KERN_* prefix to printkTakashi Iwai2009-02-051-7/+30
* [ALSA] snd:emu10k1: E-Mu updates. Fixes to firmware loading and support for 0...James Courtier-Dutton2008-01-311-4/+4
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-1/+1
* [ALSA] emu10k1 - EMU 1212 with 16 capture channelsPavel Hofman2007-07-201-11/+28
* [ALSA] snd-emu10k1: Add emu1010 internal clock rate control for 44100 or 48000.James Courtier-Dutton2007-02-091-6/+22
* [ALSA] snd-emu10k1: Added support for emu1010, including E-Mu 1212m and E-Mu ...James Courtier-Dutton2007-02-091-30/+97
* [ALSA] emu10k1 - Add PM supportTakashi Iwai2006-01-031-1/+13
* [ALSA] Remove xxx_t typedefs: PCI emu10k1Takashi Iwai2006-01-031-175/+179
* [ALSA] emu10k1 - Minor clean up of memory block handlingTakashi Iwai2006-01-031-6/+8
* [ALSA] Remove superfluous pcm_free callbacksTakashi Iwai2006-01-031-25/+0
* [ALSA] Remove snd_runtime_check() macroTakashi Iwai2005-11-041-1/+2