]> code.delx.au - pulseaudio/commitdiff
Wrong function name.
authorPierre Ossman <ossman@cendio.se>
Thu, 23 Feb 2006 09:08:06 +0000 (09:08 +0000)
committerPierre Ossman <ossman@cendio.se>
Thu, 23 Feb 2006 09:08:06 +0000 (09:08 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@580 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/modules/module-solaris.c

index 76f50935d26836296907cc9b56e903f8a487a77e..eb909e4f7fbcef2044e6f7828f5ebf741aa4c92f 100644 (file)
@@ -484,7 +484,7 @@ int pa__init(pa_core *c, pa_module*m) {
 
     /* Read mixer settings */
     if (u->sink)
-        sink_get_hw_volume(u->sink);
+        sink_get_hw_volume_cb(u->sink);
 
     return 0;