[ALSA] Remove bogus check of mmap_count in snd_pcm_release()
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2006 16:12:31 +0000 (18:12 +0200)
committerJaroslav Kysela <perex@suse.cz>
Thu, 22 Jun 2006 19:34:14 +0000 (21:34 +0200)
commit3758d4e601552a3d9066913a31ccb8dc6a25ee69
tree715613a222b5d6abd47973a225191eecbcf11cc4
parent688956f23bdbfb1c3551bfafc819f989b36bb8ae
[ALSA] Remove bogus check of mmap_count in snd_pcm_release()

Removed a bogus check of mmap_count in snd_pcm_release().
This is no longer true for the shared streams.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_native.c