diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-12-19 22:39:05 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-12-21 05:52:44 +0000 |
commit | d9bb450ee8898cb810027897a32afd3adcb05d9f (patch) | |
tree | 39e43ebed5f11c7f0fe9b8182540e24fbbe41d28 /app/paclient.h | |
parent | 3336a398bb8ae52b74affc00dcd03342592c5fd6 (diff) |
mixer: add clearer pulseaudio control naming
Use the role name for the control name in the Mixer UI instead
of overall vague control description
Bug-AGL: SPEC-1196
Change-Id: I34b5c3378fa3bca7464067490907f9ae0adb6364
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/paclient.h')
-rw-r--r-- | app/paclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/paclient.h b/app/paclient.h index b8a7961..73137f2 100644 --- a/app/paclient.h +++ b/app/paclient.h @@ -82,7 +82,7 @@ class PaClient : public QObject void setVolume(uint32_t type, uint32_t index, uint32_t channel, uint32_t volume); signals: - void controlAdded(int cindex, QString desc, int type, int channel, const char *cdesc, int volume); + void controlAdded(int cindex, QString name, QString desc, int type, int channel, const char *cdesc, int volume); void volumeExternallyChanged(uint32_t type, uint32_t cindex, uint32_t channel, uint32_t volume); private: |