Hi,
> - The output from the sound card is accompanied by periodic
> white noise. I do not know why this is happening. I tried
> debugging it by writing the buffers to a new wav file and
> sure enough the contents of the file were different at
> some places, but I coul
00/27] Virtio sound card implementation
=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCR
This patch series aims to implement the virtio sound card
as defined in the virtio specs (v8). The specs can be found
at the following github repo:
https://github.com/oasis-tcs/virtio-spec
This patch series is not complete yet, but here is what's
already been done:
- The device is initialized