mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
Call correct function.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@595 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
c205ea6ebe
commit
a1f5573313
1 changed files with 1 additions and 1 deletions
|
|
@ -551,7 +551,7 @@ int pa__init(pa_core *c, pa_module*m) {
|
||||||
|
|
||||||
/* Read mixer settings */
|
/* Read mixer settings */
|
||||||
if (u->source)
|
if (u->source)
|
||||||
sink_get_hw_volume_cb(u->source);
|
source_get_hw_volume_cb(u->source);
|
||||||
if (u->sink) {
|
if (u->sink) {
|
||||||
sink_get_hw_volume_cb(u->sink);
|
sink_get_hw_volume_cb(u->sink);
|
||||||
sink_get_hw_mute_cb(u->sink);
|
sink_get_hw_mute_cb(u->sink);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue