mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Update hardware volume to a correct initial value.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@581 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f8aca21379
commit
7050dbfdae
1 changed files with 4 additions and 0 deletions
|
|
@ -554,6 +554,10 @@ int pa__init(pa_core *c, pa_module*m) {
|
||||||
|
|
||||||
pa_modargs_free(ma);
|
pa_modargs_free(ma);
|
||||||
|
|
||||||
|
/* Read mixer settings */
|
||||||
|
if (u->sink)
|
||||||
|
sink_get_hw_volume_cb(u->sink);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue