diff options
Diffstat (limited to 'alsa-binding/Alsa-ApiHat.c')
-rw-r--r-- | alsa-binding/Alsa-ApiHat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alsa-binding/Alsa-ApiHat.c b/alsa-binding/Alsa-ApiHat.c index f43e421..470467b 100644 --- a/alsa-binding/Alsa-ApiHat.c +++ b/alsa-binding/Alsa-ApiHat.c @@ -55,6 +55,7 @@ static const afb_verb_t api_verbs[] = { { .verb = "ucmreset", .callback = alsaUseCaseReset, .info="Use Case Manager Reset"}, { .verb = "ucmclose", .callback = alsaUseCaseClose, .info="Use Case Manager Close"}, { .verb = "addcustomctl", .callback = alsaAddCustomCtls, .info="Add Software Alsa Custom Control"}, + { .verb = "removecustomctl", .callback = alsaRemoveCustomCtls, .info="Remove Software Alsa Custom Control"}, { .verb = NULL} /* marker for end of the array */ }; |