]> git.alsa-project.org Git - alsa-lib.git/commit
fix type of internally used sframes variable, to avoid unnecessary casts
authorLennart Poettering <mznyfn@0pointer.de>
Fri, 18 Jul 2008 19:22:50 +0000 (21:22 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sun, 20 Jul 2008 15:26:55 +0000 (17:26 +0200)
commit15769ead725b7c215dedd4ea5196955086d2044a
treec91848dec2dfb39b692b3e31786715c13182c05c
parent0fbfe2d8d6aac06e6615b7109ffc1fea8c62dee6
fix type of internally used sframes variable, to avoid unnecessary casts

This minor patch fixes the type of the sframes variable in
snd_pcm_plugin_forward(). With this fix we need to cast less and the
code is less confusing.

Signed-off-by: Lennart Poettering <lennart@poettering.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm_plugin.c