From: focus.luo@linux.intel.com
To: alsa-devel@alsa-project.org
Cc: Focus Luo <focus.luo@linux.intel.com>, liam.r.girdwood@intel.com
Subject: [PATCH 0/2] alsabat: test scripts and reference amixer config files
Date: Mon, 8 Aug 2016 11:00:23 +0800 [thread overview]
Message-ID: <1470625225-1237-1-git-send-email-focus.luo@linux.intel.com> (raw)
From: Focus Luo <focus.luo@linux.intel.com>
The patch set supplies some automated test scripts and reference amixer config
files for linux audio driver testing by using alsa-bat as test tool on Intel
platforms.
The first patch includes automated test scripts for linux audio driver based
on alsa-lib interface by using alsabat as test tool. It supports analog audio
and display audio(HDMI/DP) interface.
The second patch supplies some amixer reference config file on Intel platforms.
Focus Luo (2):
alsabat: automation test scripts
alsabat: add amixer config files
bat/tests/README | 32 ++
bat/tests/alsabat_main.sh | 178 ++++++++++
bat/tests/analog_audio_playback_and_capture.sh | 84 +++++
bat/tests/asound_state/asound.state.Broadwell | 439 +++++++++++++++++++++++++
bat/tests/asound_state/asound.state.Haswell | 342 +++++++++++++++++++
bat/tests/asound_state/asound.state.Skylake | 437 ++++++++++++++++++++++++
bat/tests/dp_audio_playback.sh | 83 +++++
bat/tests/dp_audio_subdevice_number.sh | 68 ++++
bat/tests/hdmi_audio_playback.sh | 81 +++++
bat/tests/hdmi_audio_subdevice_number.sh | 65 ++++
bat/tests/map_test_case | 8 +
11 files changed, 1817 insertions(+)
create mode 100644 bat/tests/README
create mode 100755 bat/tests/alsabat_main.sh
create mode 100755 bat/tests/analog_audio_playback_and_capture.sh
create mode 100644 bat/tests/asound_state/asound.state.Broadwell
create mode 100644 bat/tests/asound_state/asound.state.Haswell
create mode 100644 bat/tests/asound_state/asound.state.Skylake
create mode 100755 bat/tests/dp_audio_playback.sh
create mode 100755 bat/tests/dp_audio_subdevice_number.sh
create mode 100755 bat/tests/hdmi_audio_playback.sh
create mode 100755 bat/tests/hdmi_audio_subdevice_number.sh
create mode 100644 bat/tests/map_test_case
--
1.9.1
next reply other threads:[~2016-08-08 2:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-08 3:00 focus.luo [this message]
2016-08-08 3:00 ` [PATCH 1/2] alsabat: automation test scripts focus.luo
2016-08-09 7:10 ` Takashi Iwai
2016-08-09 7:47 ` Liam Girdwood
2016-08-09 8:01 ` Takashi Iwai
2016-08-09 9:24 ` focus.luo
2016-08-09 9:13 ` Takashi Iwai
2016-08-09 9:40 ` Liam Girdwood
2016-08-08 3:00 ` [PATCH 2/2] alsabat: add amixer config files focus.luo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1470625225-1237-1-git-send-email-focus.luo@linux.intel.com \
--to=focus.luo@linux.intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=liam.r.girdwood@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).