[virtio-dev] Re: [virtio-comment] [PATCH] sound: add sampling rates 12000Hz and 24000Hz
Cornelia Huck <[email protected]> Thu, 08 Feb 2024 07:56:55 +0100
| Newsgroups | dev.linux.lists.virtio-dev,dev.linux.lists.virtio-comment |
|---|---|
| Organization | "Red Hat GmbH, Sitz: Werner-von-Siemens-Ring 12, D-85630 Grasbrunn, Handelsregister: Amtsgericht München, HRB 153243, Geschäftsführer: Ryan Barnhart, Charles Cachera, Michael O'Neill, Amy Ross" |
| Message-ID | <[email protected]> |
On Mon, Feb 05 2024, "Pape, Andreas (ADITG/ESS3)" <[email protected]> wrote: > 24kHz is used for 'super wideband' voice transmission 12kHz is added 'for completeness' > Fixes: https://github.com/oasis-tcs/virtio-spec/issues/184 > > Signed-off-by: Andreas Pape <[email protected]> > --- > device-types/sound/description.tex | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/device-types/sound/description.tex b/device-types/sound/description.tex > index 54c9c8e..bad4415 100644 > --- a/device-types/sound/description.tex > +++ b/device-types/sound/description.tex > @@ -504,7 +504,9 @@ \subsubsection{PCM Control Messages}\label{sec:Device Types / Sound Device / Dev > VIRTIO_SND_PCM_RATE_96000, > VIRTIO_SND_PCM_RATE_176400, > VIRTIO_SND_PCM_RATE_192000, > - VIRTIO_SND_PCM_RATE_384000 > + VIRTIO_SND_PCM_RATE_384000, > + VIRTIO_SND_PCM_RATE_12000, > + VIRTIO_SND_PCM_RATE_24000 > }; > > struct virtio_snd_pcm_info { I think there had been a Reviewed-by: for a previous iteration of this patch? We can add it while applying (after voting, which I'm going to initiate); but I'd appreciate it if the previous reviewer could reply here again. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]