]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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().


No differences found