Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtio-snd: use 'data buffer' instead of 'buffer' #190

Open
MatiasVara opened this issue Feb 27, 2024 · 0 comments
Open

virtio-snd: use 'data buffer' instead of 'buffer' #190

MatiasVara opened this issue Feb 27, 2024 · 0 comments

Comments

@MatiasVara
Copy link

This commit replaces the wording 'buffer' with 'data buffer' when referring to the payload of PCM messages. The virtio specification defines the word buffer as a set of zero or more device-readable physically-contiguous elements followed by zero or more physically-contiguous device-writable elements. In the virtio-sound section, the word is used only for the data or payload in a request. In this case, the data buffer is sent together with a header, i.e., device-readable, and the status, i.e., device-writable. To not get confused with the main definition, this commit replaces those usages with the wording 'data buffer'.

Patch:
https://lists.oasis-open.org/archives/virtio-comment/202311/msg00632.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant