diff options
author | Anton Yakovlev <Anton.Yakovlev@opensynergy.com> | 2020-01-09 15:07:43 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-01-13 11:00:23 +0100 |
commit | 90c197937190185572a30c3bff801d98d67029c7 (patch) | |
tree | f9aa2bd5f55828b9f4ddaa59b6a48c06c69c2935 /conformance.tex | |
parent | 94520b3af19c453d7206a7ea1827cd4d5b48f955 (diff) | |
download | virtio-spec-sound-v5.tar.gz |
virtio-snd: add virtio sound device specificationsound-v5
This patch proposes virtio specification for a new virtio sound device,
that may be useful in case when having audio is required but a device
passthrough or emulation is not an option.
Signed-off-by: Anton Yakovlev <anton.yakovlev@opensynergy.com>
Message-Id: <20200109140743.303046-1-Anton.Yakovlev@opensynergy.com>
Diffstat (limited to 'conformance.tex')
-rw-r--r-- | conformance.tex | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conformance.tex b/conformance.tex index 50969e5..b8c6836 100644 --- a/conformance.tex +++ b/conformance.tex @@ -191,6 +191,17 @@ A RPMB driver MUST conform to the following normative statements: \item \ref{drivernormative:Device Types / RPMB Device / Device Operation} \end{itemize} +\conformance{\subsection}{Sound Driver Conformance}\label{sec:Conformance / Driver Conformance / Sound Driver Conformance} + +A sound driver MUST conform to the following normative statements: + +\begin{itemize} +\item \ref{drivernormative:Device Types / Sound Device / Device Initialization} +\item \ref{drivernormative:Device Types / Sound Device / Device Operation / PCM Stream Parameters} +\item \ref{drivernormative:Device Types / Sound Device / Device Operation / PCM Output Stream} +\item \ref{drivernormative:Device Types / Sound Device / Device Operation / PCM Input Stream} +\end{itemize} + \conformance{\section}{Device Conformance}\label{sec:Conformance / Device Conformance} A device MUST conform to the following normative statements: @@ -360,6 +371,19 @@ An RPMB device MUST conform to the following normative statements: \item \ref{devicenormative:Device Types / RPMB Device / Device Operation} \end{itemize} +\conformance{\subsection}{Sound Device Conformance}\label{sec:Conformance / Device Conformance / Sound Device Conformance} + +A sound device MUST conform to the following normative statements: + +\begin{itemize} +\item \ref{devicenormative:Device Types / Sound Device / Device Initialization} +\item \ref{devicenormative:Device Types / Sound Device / Device Operation / Jack Configuration} +\item \ref{devicenormative:Device Types / Sound Device / Device Operation / PCM Stream Configuration} +\item \ref{devicenormative:Device Types / Sound Device / Device Operation / PCM Stream Parameters} +\item \ref{devicenormative:Device Types / Sound Device / Device Operation / PCM Output Stream} +\item \ref{devicenormative:Device Types / Sound Device / Device Operation / PCM Input Stream} +\end{itemize} + \conformance{\section}{Legacy Interface: Transitional Device and Transitional Driver Conformance}\label{sec:Conformance / Legacy Interface: Transitional Device and Transitional Driver Conformance} A conformant implementation MUST be either transitional or non-transitional, see \ref{intro:Legacy |