summaryrefslogtreecommitdiff
path: root/streamer.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-12-30 20:23:23 +0100
committerGravatar waker <wakeroid@gmail.com>2010-12-30 20:23:23 +0100
commit2d0b6eda861e5bfcdce1ca43afb013d15b9d73b5 (patch)
tree18467f2ae9871dd0677ac0b3de9760a12abac317 /streamer.h
parent44a0f104bdf326e87ae5d3d36234b19c2d81f8d8 (diff)
streamer dsp chain WIP
Diffstat (limited to 'streamer.h')
-rw-r--r--streamer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/streamer.h b/streamer.h
index 7a65c95c..77165bae 100644
--- a/streamer.h
+++ b/streamer.h
@@ -111,4 +111,7 @@ streamer_notify_playlist_deleted (playlist_t *plt);
struct ddb_dsp_context_s *
streamer_get_dsp_chain (void);
+void
+streamer_set_dsp_chain (struct ddb_dsp_context_s *chain);
+
#endif // __STREAMER_H