aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/emu10k1/emupcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07ALSA: emu10k1: Fix out of bounds access in snd_emu10k1_pcm_channel_alloc()Tasos Sahanidis1-1/+1
2021-06-09ALSA: emu10k1: Fix assignment in if conditionTakashi Iwai1-8/+16
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+2
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-6/+0
2019-12-11ALSA: emu10k1: Use managed buffer allocationTakashi Iwai1-34/+7
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-5/+5
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-02-06ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai1-7/+15
2018-09-04ALSA: emu10k1: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flagTakashi Iwai1-1/+2
2018-08-06ALSA: emu10k1: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-08-01ALSA: emu10k1: remove redundant variable attnColin Ian King1-2/+1
2018-06-11ALSA: emu10k1: add error handling for snd_ctl_addZhouyang Jia1-1/+3
2018-04-16ALSA: emu10k1: Reduce GFP_ATOMIC allocationTakashi Iwai1-1/+1
2018-02-14ALSA: emu10k1: add a IOMMU workaroundMaciej S. Szmigiero1-1/+9
2017-08-12ALSA: emu10k1: make snd_pcm_hardware constBhumika Goyal1-5/+5
2017-06-09ALSA: emu10k1: Constify hw_constraintsTakashi Iwai1-4/+4
2017-05-25ALSA: emu10k1: Deliver indirect-PCM transfer errorTakashi Iwai1-2/+2
2017-02-21ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal1-1/+1
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-6/+6
2015-04-29ALSA: emu10k1: Emu10k2 32 bit DMA modePeter Zubaj1-1/+1
2015-01-02ALSA: emu10k1: Remove always NULL parametersLars-Peter Clausen1-29/+4
2014-02-26ALSA: emu10k1: Use standard printk helpersTakashi Iwai1-8/+14
2013-02-25ALSA: emu10k1: Allow to switch hardware sampe rate on EMUMihail Zenkov1-2/+6
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-4/+7
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin1-1/+1
2011-09-20ALSA: emu10k1: allow to disable the SRCClemens Ladisch1-0/+5
2010-08-18ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)Jaroslav Kysela1-4/+26
2009-06-08ALSA: emu10k1 - Fix minimum periods for efx playbackTakashi Iwai1-1/+1
2009-02-05ALSA: emu10k1 - Add missing KERN_* prefix to printkTakashi Iwai1-7/+30
2008-01-31[ALSA] snd:emu10k1: E-Mu updates. Fixes to firmware loading and support for 0404.James Courtier-Dutton1-4/+4
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-07-20[ALSA] emu10k1 - EMU 1212 with 16 capture channelsPavel Hofman1-11/+28
2007-02-09[ALSA] snd-emu10k1: Add emu1010 internal clock rate control for 44100 or 48000.James Courtier-Dutton1-6/+22
2007-02-09[ALSA] snd-emu10k1: Added support for emu1010, including E-Mu 1212m and E-Mu 1820mJames Courtier-Dutton1-30/+97
2006-01-03[ALSA] emu10k1 - Add PM supportTakashi Iwai1-1/+13
2006-01-03[ALSA] Remove xxx_t typedefs: PCI emu10k1Takashi Iwai1-175/+179
2006-01-03[ALSA] emu10k1 - Minor clean up of memory block handlingTakashi Iwai1-6/+8
2006-01-03[ALSA] Remove superfluous pcm_free callbacksTakashi Iwai1-25/+0
2005-11-04[ALSA] Remove snd_runtime_check() macroTakashi Iwai1-1/+2
2005-09-12[ALSA] Replace with kzalloc() - pci stuffTakashi Iwai1-5/+5
2005-08-30[ALSA] sound - fix .iface field of mixer control elementsClemens Ladisch1-1/+6
2005-06-22[ALSA] Remove redundant NULL checks before kfreeJesper Juhl1-3/+1
2005-05-29[ALSA] trivial warning fix for emu10k1Jesper Juhl1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1724