At Tue, 21 Aug 2012 10:53:58 +0200, David Henningsson wrote:
When I added those tests, I did not discover anything that needed to be fixed in the driver code, but there were some additional things in hda-emu to fix up.
Thanks, applied all patches and pushed out.
Takashi
David Henningsson (5): hda-emu: Store pointers to pcm streams instead of their content hda-emu: Add support for get/set converter channel count hda-emu: Add CX20585 to modem whitelist hda-emu: Add playback/capture test to test suite hda-emu: improve test suite summary script
hda-emu.c | 24 ++++++++++++------------ hda-int.c | 15 +++++++++++++++ hda-parse.c | 1 + include/hda-types.h | 1 + tester/runall.sh | 3 --- tester/runner.py | 25 ++++++++++++++++++++++--- tester/summary.py | 9 +++++++++ 7 files changed, 60 insertions(+), 18 deletions(-) delete mode 100755 tester/runall.sh
-- 1.7.9.5