]> git.tuebingen.mpg.de Git - paraslash.git/commit
alsa: Make two variables local to alsa_init().
authorAndre Noll <maan@systemlinux.org>
Fri, 29 Jul 2011 21:46:28 +0000 (23:46 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 18 Oct 2011 17:29:33 +0000 (19:29 +0200)
commitb9d2cfbf8415ecacfe57b8cb94d97b662d3a3352
treec644978da0613e56aca54c3c7fcab3017b002bd0
parent43491f2e4c1a858ca439095b9f5d3215c7f42f03
alsa: Make two variables local to alsa_init().

The two members buffer_frames and buffer_time of struct
private_alsa_data are only needed in alsa_init(), so make them
local. Rename buffer_frames to buffer_size since this is the value
returned by snd_pcm_hw_params_get_buffer_size().
alsa_write.c