summaryrefslogtreecommitdiff
path: root/cras/src/tests/audio_thread_unittest.cc
diff options
context:
space:
mode:
authorDylan Reid <dgreid@chromium.org>2014-11-21 18:12:40 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-11-26 06:06:54 +0000
commitaa66420d69c297eec83e1b5a17b0b2cf06cddfd5 (patch)
treeed05ce988a07c123b917e18b52b132f6b9dd5470 /cras/src/tests/audio_thread_unittest.cc
parent2cb06592b79937457c9cea8d24a18db330dfc705 (diff)
downloadadhd-aa66420d69c297eec83e1b5a17b0b2cf06cddfd5.tar.gz
CRAS: Allow DSP pipeline to change number of channels.
Some new input processing, such as beamforming will reduce the number of input channels. Change the DSP pipeline to support this. BUG=none TEST=play/record audio on Panther. Change-Id: I22b7f76aeb29ee314a2ca988336170434ef52ae1 Signed-off-by: Dylan Reid <dgreid@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/231572 Reviewed-by: Hsinyu Chao <hychao@chromium.org>
Diffstat (limited to 'cras/src/tests/audio_thread_unittest.cc')
-rw-r--r--cras/src/tests/audio_thread_unittest.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/cras/src/tests/audio_thread_unittest.cc b/cras/src/tests/audio_thread_unittest.cc
index da3ae0d8..71f056f1 100644
--- a/cras/src/tests/audio_thread_unittest.cc
+++ b/cras/src/tests/audio_thread_unittest.cc
@@ -318,11 +318,6 @@ struct pipeline *cras_dsp_get_pipeline(struct cras_dsp_context *ctx)
return NULL;
}
-void cras_dsp_pipeline_apply(struct pipeline *pipeline, unsigned int channels,
- uint8_t *buf, unsigned int frames)
-{
-}
-
int cras_dsp_pipeline_get_delay(struct pipeline *pipeline)
{
return 0;