From: Deborah Brouwer <deborahbrouwer3563@gmail.com>
To: linux-media@vger.kernel.org
Cc: hverkuil@xs4all.nl, Deborah Brouwer <deborahbrouwer3563@gmail.com>
Subject: [PATCH v4 0/3] cec: add tests to Audio Rate Control
Date: Wed, 21 Apr 2021 20:27:51 -0700 [thread overview]
Message-ID: <cover.1619060430.git.deborahbrouwer3563@gmail.com> (raw)
Update the Set Audio Rate test to include the Audio System source mask.
Add an active sensing test.
Add an invalid operand test.
Changes since v3:
* Patch 1: cec-compliance: add Audio System mask to Set Audio Rate
* New patch
* Patch 2: cec: add active sensing test for Audio Rate Control
* Remove comments indicating basic and rudimentary status of test.
* Add Audio System source mask to active sensing test.
* Patch 3: cec: add invalid operand test for Audio Rate Control messages
* Replace "parameter" with "operand" in name, commit msg and comment.
* Add Audio System source mask to invalid operand test.
Changes since v2:
* Patch 1: cec: add active sensing test for Audio Rate Control
* No changes.
* Patch 2: cec: add invalid parameter test for Audio Rate Control
* Add indent to correct formatting error.
* Change invalid parameter from -1 to 0xa.
* Add check that message has not timed_out.
* Add check that cec_msg_status_is_abort.
* Add break at end of default case statement.
Changes since v1:
* Patch 1: cec: add active sensing test for Audio Rate Control
* remove or add spaces to conform to kernel coding style.
* add empty line to improve readability.
* add and clarify comments; remove TODO comment.
* change commit subject to refer to "active sensing".
* rename function to audio_rate_ctl_active_sensing.
* rename node state to last_aud_rate_rx_ts.
* make follower warning more specific.
* change control flow in cec-processing to avoid extra indent.
Deborah Brouwer (3):
cec-compliance: add Audio System mask to Set Audio Rate
cec: add active sensing test for Audio Rate Control messages
cec: add invalid operand test for Audio Rate Control messages
utils/cec-compliance/cec-test-audio.cpp | 62 +++++++++++++++++++++++--
utils/cec-follower/cec-follower.cpp | 1 +
utils/cec-follower/cec-follower.h | 1 +
utils/cec-follower/cec-processing.cpp | 50 ++++++++++++++++----
4 files changed, 100 insertions(+), 14 deletions(-)
--
2.17.1
next reply other threads:[~2021-04-22 3:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-22 3:27 Deborah Brouwer [this message]
2021-04-22 3:27 ` [PATCH v4 1/3] cec-compliance: add Audio System mask to Set Audio Rate Deborah Brouwer
2021-04-22 3:27 ` [PATCH v4 2/3] cec: add active sensing test for Audio Rate Control messages Deborah Brouwer
2021-04-22 7:06 ` Hans Verkuil
2021-04-22 3:27 ` [PATCH v4 3/3] cec: add invalid operand " Deborah Brouwer
2021-04-22 7:02 ` [PATCH v4 0/3] cec: add tests to Audio Rate Control Hans Verkuil
2021-04-22 7:27 ` Hans Verkuil
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=cover.1619060430.git.deborahbrouwer3563@gmail.com \
--to=deborahbrouwer3563@gmail.com \
--cc=hverkuil@xs4all.nl \
--cc=linux-media@vger.kernel.org \
/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