aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/oss/pcm_plugin.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-09ALSA: oss: Fix assignment in if conditionTakashi Iwai1-10/+16
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-04-24ALSA: pcm: oss: Place the plugin buffer overflow checks correctly (for 5.7)Takashi Iwai1-4/+6
2020-04-03ALSA: pcm: oss: Fix regression by buffer overflow fix (again)Takashi Iwai1-10/+12
2020-03-30Merge branch 'for-next' into for-linusTakashi Iwai1-64/+56
2020-03-12ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checksTakashi Iwai1-2/+2
2020-03-09ALSA: pcm: oss: Simplify plugin frame size calculationsTakashi Iwai1-64/+56
2020-03-09ALSA: pcm: oss: Avoid plugin buffer overflowTakashi Iwai1-0/+8
2020-01-05ALSA: oss: More constificationsTakashi Iwai1-1/+1
2018-11-09ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai1-3/+3
2018-08-27ALSA: pcm: signedness bug in snd_pcm_plug_alloc()Dan Carpenter1-2/+2
2018-08-01ALSA: pcm: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-26ALSA: pcm: Use standard lower_32_bits() and upper_32_bits()Takashi Iwai1-4/+4
2018-01-04ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi Iwai1-3/+11
2017-05-17ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kernel stackTakashi Sakamoto1-2/+3
2012-11-14ALSA: core: fix NULL checking in snd_pcm_plug_slave_size()Xi Wang1-1/+2
2012-11-14ALSA: core: fix NULL checking in snd_pcm_plug_client_size()Xi Wang1-1/+2
2011-02-14ALSA: core: sparse cleanupsClemens Ladisch1-18/+22
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-13/+25
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-10-16[ALSA] Support 3-bytes 24bit format in PCM OSS emulationTakashi Iwai1-27/+29
2007-10-16[ALSA] Remove ifdefs from OSS PCM emulation codesTakashi Iwai1-5/+0
2006-03-22[ALSA] Fix mulaw -> linear conversion in OSS PCM emulationTakashi Iwai1-1/+2
2006-03-22[ALSA] Clean up pcm-oss pluginsTakashi Iwai1-222/+42
2006-03-22[ALSA] PCM midlevel & PCM OSS - make procfs & OSS plugin code optionalJaroslav Kysela1-0/+5
2006-01-03[ALSA] Remove xxx_t typedefs: PCM OSS-emulationTakashi Iwai1-55/+55
2006-01-03[ALSA] Use standard bitmap functionsTakashi Iwai1-27/+27
2005-09-12[ALSA] Replace with kzalloc() - core stuffTakashi Iwai1-1/+1
2005-05-29[ALSA] kill dead codeAdrian Bunk1-4/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+921