mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
Wrong function name.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@580 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
12e35c546c
commit
f8aca21379
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ int pa__init(pa_core *c, pa_module*m) {
|
||||||
|
|
||||||
/* Read mixer settings */
|
/* Read mixer settings */
|
||||||
if (u->sink)
|
if (u->sink)
|
||||||
sink_get_hw_volume(u->sink);
|
sink_get_hw_volume_cb(u->sink);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue