From e4d8efb814307bfeec227f72c77a4cf0bdf135bf Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Thu, 17 May 2018 23:52:28 +0200 Subject: Implemented sub API for stream with volume/pause/toggle/... --- plugins/alsa/alsa-softmixer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/alsa/alsa-softmixer.h') diff --git a/plugins/alsa/alsa-softmixer.h b/plugins/alsa/alsa-softmixer.h index 7146e78..f5a82f0 100644 --- a/plugins/alsa/alsa-softmixer.h +++ b/plugins/alsa/alsa-softmixer.h @@ -122,6 +122,7 @@ typedef struct { AlsaPcmInfoT *backend; AlsaPcmInfoT *multiPcm; AlsaPcmInfoT **routes; + AlsaSndStreamT *streams; } SoftMixerHandleT; // alsa-utils-bypath.c -- cgit 1.2.3-korg