At Thu, 4 Sep 2014 14:21:02 +0200, David Henningsson wrote:
I've improved my test suite to test all the codecs of an alsa-info file, instead of just testing the first one.
However, this means that some errors started to show up in my test suite again, so it also means more work to do...but hopefully it's all leading better quality HDA driver in the end!
David Henningsson (5): hda-emu: Deal with two cards with one codec each hda-emu: Quit early if requested codec index is above limit hda-emu: Improve error message for modem codecs hda-emu/tester: Add codec index parameter to hda-emu-tester hda-emu/tester: Test all codecs, not just one
Thanks, applied all patches.
Takashi
hda-parse.c | 29 +++++++++++++++------- tester/hda-emu-tester.py | 2 ++ tester/runner.py | 14 +++++++++-- tester/summary.py | 62 ++++++++++++++++++++++++++++++++++++++---------- 4 files changed, 83 insertions(+), 24 deletions(-)
-- 1.9.1