diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2019-02-13 14:40:03 +0100 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2019-02-18 16:55:49 +0100 |
commit | 419c8f390869ff2bede1ef76b8a19f3a4c1c13b7 (patch) | |
tree | 45e09498d5ee02ac8088f79b5851544fd3cbfeeb /plugins/alsa/alsa-softmixer.h | |
parent | a9408d36c6ac72bc0f04822795a72c7beb21c0f3 (diff) |
plug route: added a calculation for the number of physical channels
Adds (mainly for debug purpose) a calculation on the actual number
of physical channels that are used by the created ttable
Change-Id: I5717046003851ebe297a494dcdd97c4d67e34d0b
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
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 384d1b0..c72f3a8 100644 --- a/plugins/alsa/alsa-softmixer.h +++ b/plugins/alsa/alsa-softmixer.h @@ -228,6 +228,7 @@ typedef struct { unsigned int nbSinks; AlsaPcmChannelT sinks; int ccount; + int physicalChannelCount; AlsaPcmHwInfoT *params; struct cds_list_head list; |