Re: winealsa.drv: remove unused variable
Sept. 5, 2010
1: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.
5681
Age (days ago)
5681
Last active (days ago)
0 comments
1 participants
participants (1)
-
Chris Robinson