| commit | dd3defba2032e3e9c97cd2e95963fc2d98c7ffd7 | [log] [tgz] |
|---|---|---|
| author | Yu Ning <[email protected]> | Tue Mar 31 15:03:47 2015 +0800 |
| committer | Yu Ning <[email protected]> | Tue Mar 31 15:03:47 2015 +0800 |
| tree | 990a0d9f52951889079468fe42ac840b97afcd34 | |
| parent | 055e9546a4a6d86654b99b13177dbba909412d77 [diff] |
goldfish_audio: Fix updating of status bits for output buffers AUDIO_INT_WRITE_BUFFER_i_EMPTY (i = 1, 2) should be set whenever output buffer i becomes empty (i.e. ready to receive new data). However, the current code in goldfish_audio_flush() does not do that correctly. Fix that logic to enable audio playback. Change-Id: I40ac9cf7736c64049f8bcbd491dab7d9ab88c3d9 Signed-off-by: Yu Ning <[email protected]>