summaryrefslogtreecommitdiffstats
path: root/dummy
diff options
context:
space:
mode:
authorMark Farrugia <mark.farrugia@fiberdyne.com.au>2018-10-07 22:00:10 +1100
committerMark Farrugia <mark.farrugia@fiberdyne.com.au>2018-10-26 17:27:38 +1100
commit0acef1799beace4dd38d41bda9df77e84a5fe398 (patch)
treea7d85c3b49db82b2cd1789b49c8860a562a4805b /dummy
parentf834eb7b0799a4678639d2a9f71c1dc4352469ce (diff)
Remove blocksize from audiopath
This is no longer needed in AVIRT, since it is only actually used for the ADSP Audio Path. Clean up white space, add function documentation, remove out of place debug prints Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'dummy')
-rw-r--r--dummy/dummy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dummy/dummy.c b/dummy/dummy.c
index 606b22d..8808e8e 100644
--- a/dummy/dummy.c
+++ b/dummy/dummy.c
@@ -268,7 +268,6 @@ static struct avirt_audiopath dummyap_module = {
.version = { 0, 0, 1 },
.hw = &dummyap_hw,
.pcm_ops = &dummyap_pcm_ops,
- .blocksize = DUMMY_BLOCKSIZE,
.configure = dummy_configure,
};