Re: winealsa.drv: remove unused variable
Sept. 5, 2010
6:56 a.m.
On Saturday, September 04, 2010 11:09:03 pm Austin English wrote:
- frames_per_period = snd_pcm_bytes_to_frames(wwi->pcm, wwi->dwPeriodSize); + snd_pcm_bytes_to_frames(wwi->pcm, wwi->dwPeriodSize);
The whole call can probably be removed if the result isn't used anywhere. The function just returns the number of frames that would fit in the specified byte count for the specified device's format.
5859
Age (days ago)
5859
Last active (days ago)
0 comments
1 participants
participants (1)
-
Chris Robinson