aboutsummaryrefslogtreecommitdiffstats
path: root/Alsa-Plugin/Alsa-Policy-Hook/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Alsa-Plugin/Alsa-Policy-Hook/README.md')
-rw-r--r--Alsa-Plugin/Alsa-Policy-Hook/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Alsa-Plugin/Alsa-Policy-Hook/README.md b/Alsa-Plugin/Alsa-Policy-Hook/README.md
index ce0553c..537418d 100644
--- a/Alsa-Plugin/Alsa-Policy-Hook/README.md
+++ b/Alsa-Plugin/Alsa-Policy-Hook/README.md
@@ -40,17 +40,17 @@ pcm.MyNavigationHook {
request {
# Request autorisation to write on navigation
RequestNavigation {
- api "polctl"
+ api "control"
verb "navigation"
}
# subscribe to Audio Agent Event
SubscriveEvents {
- api "polctl"
+ api "control"
verb "monitor"
}
# force PCM stop after 10s
TestAutoStop {
- api "polctl"
+ api "control"
verb "event_test"
query "{'label':'stop', 'delay':10000}"
}