From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liam Girdwood Subject: Re: [PATCH v2 0/2] alsabat: test scripts and reference amixer config files Date: Mon, 15 Aug 2016 08:30:48 +0100 Message-ID: <1471246248.2902.34.camel@loki> References: <1471238645-12554-1-git-send-email-focus.luo@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by alsa0.perex.cz (Postfix) with ESMTP id 9C601265857 for ; Mon, 15 Aug 2016 09:31:05 +0200 (CEST) In-Reply-To: <1471238645-12554-1-git-send-email-focus.luo@linux.intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: focus.luo@linux.intel.com Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Ok, please send upstream now On Mon, 2016-08-15 at 13:24 +0800, focus.luo@linux.intel.com wrote: > From: Focus Luo > > 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/Makefile.am | 1 + > bat/tests/Makefile.am | 11 + > bat/tests/README | 32 ++ > bat/tests/alsabat_main.sh | 178 ++++++++++ > bat/tests/analog_audio_playback_and_capture.sh | 84 +++++ > bat/tests/asound_state/Makefile.am | 6 + > 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 + > configure.ac | 3 +- > 15 files changed, 1837 insertions(+), 1 deletion(-) > create mode 100644 bat/tests/Makefile.am > 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/Makefile.am > 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 > --------------------------------------------------------------------- Intel Corporation (UK) Limited Registered No. 1134945 (England) Registered Office: Pipers Way, Swindon SN3 1RJ VAT No: 860 2173 47 This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.