diff options
author | fulup <fulup.arfoll@iot.bzh> | 2018-06-10 20:21:09 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2018-06-10 20:21:09 +0200 |
commit | 515ed1a044cb0f9c44a88bf1900f0356ab080e42 (patch) | |
tree | e2996fd2f7ce0d21a70f3d774088560b51b32ef3 /plugins/alsa/alsa-softmixer.h | |
parent | 0988ca005745619cb581cbee3380a149b35029af (diff) |
Added cardid+verb return for capture+playback sndcard
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 77d9982..3a3cf05 100644 --- a/plugins/alsa/alsa-softmixer.h +++ b/plugins/alsa/alsa-softmixer.h @@ -164,6 +164,7 @@ typedef struct { typedef struct { const char *uid; + const char *verb; unsigned int ccount; AlsaSndCtlT *sndcard; AlsaSndControlT volume; |