X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=plugins%2Faudio%2Faudio-alsa.h;h=25292ad19e5d49fc34cac1c67fdb8ccfdebe53d1;hb=12686e3f00eb942bf587e99f80654400cc6995b6;hp=85545d579ef4a7a1f9b3ced5b1ee4f0d287ebf4b;hpb=6f2913ab5e366e8f3df12a7df11a85b7b6574e2c;p=src%2Fapp-framework-binder.git diff --git a/plugins/audio/audio-alsa.h b/plugins/audio/audio-alsa.h index 85545d57..25292ad1 100644 --- a/plugins/audio/audio-alsa.h +++ b/plugins/audio/audio-alsa.h @@ -31,6 +31,7 @@ struct dev_ctx { snd_pcm_t *dev; snd_pcm_hw_params_t *params; snd_mixer_elem_t *mixer_elm; + snd_mixer_elem_t *mixer_elm_m; long vol_max; long vol; pthread_t thr;