[Sound-open-firmware] [PATCH 0/5] Fix capture doesn't work issue

Keyon Jie yang.jie at linux.intel.com
Wed Feb 15 11:07:54 CET 2017


This small series fix the capture doesn't work after W/R pointer
check implemented:
1. Make sure the component .params() works for capture;
2. Fix host side buffer for capture;
3. rename host side buffer pointer to make it more understandable
for capture also.
4. integrate produce and consume version host_update_buffer to fix
capture issue.

Keyon Jie (5):
  component: set source buffer params for capture component .params()
  host: only update host_avail and host_free in host_update_buffer_xx()
  host: host_copy(): add handle for capture
  host: rename host_pos_read to host_pos_local and update comments
  host: integrate consume and produce to host_update_buffer and fix for
    capture

 src/audio/host.c                   | 94 ++++++++++++++++++++++----------------
 src/audio/volume.c                 | 39 ++++++++++------
 src/include/reef/audio/component.h | 13 ++++++
 3 files changed, 92 insertions(+), 54 deletions(-)

-- 
2.7.4



More information about the Sound-open-firmware mailing list