From 6c657a9579c417395e7fa91f6f120541c69d089b Mon Sep 17 00:00:00 2001
From: Vito Caputo <vcaputo@pengaru.com>
Date: Sat, 18 Nov 2023 19:34:26 -0800
Subject: *: apply TIL_MODULE_AUDIO_ONLY where appropriate

This changes modules/playit from experimental to "audio only".

Several other modules now incorporate the new flag into their
excludes to prevent inclusion where inappropriate.
---
 src/modules/roto/roto.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/modules/roto')

diff --git a/src/modules/roto/roto.c b/src/modules/roto/roto.c
index 4d97fa5..f58c797 100644
--- a/src/modules/roto/roto.c
+++ b/src/modules/roto/roto.c
@@ -425,7 +425,7 @@ static int roto_fill_module_setup(const til_settings_t *settings, til_setting_t
 				     res_setup,
 				     "Fill module name",
 				     ROTO_DEFAULT_FILL_MODULE,
-				     (TIL_MODULE_EXPERIMENTAL | TIL_MODULE_HERMETIC),
+				     (TIL_MODULE_EXPERIMENTAL | TIL_MODULE_HERMETIC | TIL_MODULE_AUDIO_ONLY),
 				     NULL);
 }
 
-- 
cgit v1.2.3