public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] cec-follower: increase accuracy Audio Rate Control
@ 2021-04-27  3:29 Deborah Brouwer
  2021-04-27  3:29 ` [PATCH v3 1/2] cec-follower: increase precision of Audio Rate Control active sensing Deborah Brouwer
  2021-04-27  3:29 ` [PATCH v3 2/2] cec-follower: detect the cessation of Audio Rate Control messages Deborah Brouwer
  0 siblings, 2 replies; 3+ messages in thread
From: Deborah Brouwer @ 2021-04-27  3:29 UTC (permalink / raw)
  To: linux-media; +Cc: hverkuil, Deborah Brouwer

Changes since v2:
* Patch 1:
cec-follower: increase precision of Audio Rate Control active sensing
	* Add the unit (nanoseconds) as a suffix to the define name.
	* Write the defined value as a multiplication of seconds times
	  nsecs_per_sec.
	* Add ULL to help cast the expression to an unsigned long long.
	* Note: for the sake of clarity in the diff, a blank line before
	  the if statement is missing but it is subsequently added by Patch 2.

* Patch 2:
 cec-follower: detect the cessation of Audio Rate Control messages
	* Remove double negative in comment.
	* Extend comment to specify (i.e. state.last_aud_rate_rx_ts != 0).
	* Make warning message more succinct.

Changes since v1:
* Patch 1: cec-follower: increase precision of Audio Rate Control active sensing
	* new patch

*Patch 2:
	* Keep the aud_rate_msg_interval_check in processMsg to avoid missing
	  late messages that arrive between periodic interval checks.
	* Swap arguments so that struct node appears first.
	* Add blank line for readability.

Deborah Brouwer (2):
  cec-follower: increase precision of Audio Rate Control active sensing
  cec-follower: detect the cessation of Audio Rate Control messages

 utils/cec-follower/cec-processing.cpp | 30 ++++++++++++++++-----------
 1 file changed, 18 insertions(+), 12 deletions(-)

--
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-27  3:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-27  3:29 [PATCH v3 0/2] cec-follower: increase accuracy Audio Rate Control Deborah Brouwer
2021-04-27  3:29 ` [PATCH v3 1/2] cec-follower: increase precision of Audio Rate Control active sensing Deborah Brouwer
2021-04-27  3:29 ` [PATCH v3 2/2] cec-follower: detect the cessation of Audio Rate Control messages Deborah Brouwer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox