]> git.baikalelectronics.ru Git - kernel.git/commit
[ALSA] Fix mmap_count with O_APPEND opened streams
authorTakashi Iwai <tiwai@suse.de>
Fri, 28 Apr 2006 13:13:41 +0000 (15:13 +0200)
committerJaroslav Kysela <perex@suse.cz>
Thu, 22 Jun 2006 19:33:14 +0000 (21:33 +0200)
commitf1950702e49549d8d4306541ec80581116d95252
tree17e17046c0642f918b9516de8d9517914cabd0ad
parentd5d5eb741c60ba7bf2756425e31affcc3d23de7d
[ALSA] Fix mmap_count with O_APPEND opened streams

Move mmap_count to snd_pcm_substream instead of runtime struct
so that multiplly opened substreams via O_APPEND can be handled
correctly.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/pcm.h
sound/core/oss/pcm_oss.c
sound/core/pcm.c
sound/core/pcm_native.c