Re: [PATCH 3/3] Clear audio read buffer status after each read

2018-06-01 Thread Roman Kiryanov
Updated. Thank you. On Fri, Jun 1, 2018 at 11:40 AM Dan Carpenter wrote: > > On Fri, Jun 1, 2018 at 3:22 AM, wrote: > > From: Joshua Lang > > > > The buffer_status field is interrupt updated. After every read request, > > the buffer_status read field should be reset so that on the next loop >

Re: [PATCH 3/3] Clear audio read buffer status after each read

2018-06-01 Thread Dan Carpenter
On Fri, Jun 1, 2018 at 3:22 AM, wrote: > From: Joshua Lang > > The buffer_status field is interrupt updated. After every read request, > the buffer_status read field should be reset so that on the next loop > iteration we don't read a stale value and read data before the > device is ready. > >

[PATCH 3/3] Clear audio read buffer status after each read

2018-05-31 Thread rkir
From: Joshua Lang The buffer_status field is interrupt updated. After every read request, the buffer_status read field should be reset so that on the next loop iteration we don't read a stale value and read data before the device is ready. Signed-off-by: “Joshua Lang” ---