23 Jun
2011
23 Jun
'11
9:10 p.m.
On 06/23/2011 09:02 PM, Mark Brown wrote:
[...]
- if (diff == snd_pcm_lib_buffer_bytes(substream))
diff = 0;
- }
stray closing bracket
- frames = bytes_to_frames(substream->runtime, diff);
- return frames;
Could be 'return bytes_to_frames(substream->runtime, diff);' directly