You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
capture-test: Add buffer size control & verbose logging
Recent SOF drivers have started populating the buffer size of ALSA
hw_params structs with values that produce an -EINVAL if you try to
set them (unclear to me if this is a bug or not).
Regardless, the capture test wants control over that, so add it. Also
hook the ALSA hw_params dump code (for debugging issues like this) and
hide it under a "--verbose" flag.
Signed-off-by: Andy Ross <andyross@google.com>
0 commit comments