Skip to content

Commit

Permalink
virtio-snd: docs: use svg instead of png
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Brown <[email protected]>
  • Loading branch information
alexandermbrown committed May 9, 2024
1 parent ea9d281 commit 01068d6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/virtio-snd/docs/SOUND.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ aplay rec.wav

# 2. Design & Implementation
## 2.1 System Structure
![image](sound-structure.png)
![image](sound-structure.svg)
From left to right:
1. A client Linux process plays sound through ALSA.
2. The Linux kernel sends this sound to a VirtIO sound device that has been
Expand Down Expand Up @@ -162,7 +162,7 @@ The VirtIO sound queue structure is shown below. A request appears in the
available queue, containing request info and a number of data buffers. When this
request has been fulfilled (i.e., the PCM data has been played), the status is
written and it is moved into the used queue.
![image](virtio-snd.png)
![image](virtio-snd.svg)
## 2.5 UIO driver implementation
### 2.5.1 Communication with native protection domains
Expand Down
Binary file removed examples/virtio-snd/docs/sound-structure.png
Binary file not shown.
1 change: 1 addition & 0 deletions examples/virtio-snd/docs/sound-structure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed examples/virtio-snd/docs/virtio-snd.png
Binary file not shown.
1 change: 1 addition & 0 deletions examples/virtio-snd/docs/virtio-snd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 01068d6

Please sign in to comment.