diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2018-05-17 23:52:28 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2018-05-17 23:52:28 +0200 |
commit | e4d8efb814307bfeec227f72c77a4cf0bdf135bf (patch) | |
tree | 0f2d60dd85b926c44765f721583996178c5e124a /plugins/alsa/alsa-softmixer.h | |
parent | 253df14bd84f535a54f4d12c95399899e1343c20 (diff) |
Implemented sub API for stream with volume/pause/toggle/...
Diffstat (limited to 'plugins/alsa/alsa-softmixer.h')
-rw-r--r-- | plugins/alsa/alsa-softmixer.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |