X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fmastervolume.cpp;h=5e1e450be44861062c8a944f3e979688826e03d8;hb=26e3a508eb0bec7a59dbcef0251233df42781963;hp=9fb92a9de1b6084b0b67b65fbea8c327f9658807;hpb=7a78d97346aad35b1ad023fe8d3a369e45b61ee8;p=apps%2Fhomescreen.git diff --git a/homescreen/src/mastervolume.cpp b/homescreen/src/mastervolume.cpp index 9fb92a9..5e1e450 100644 --- a/homescreen/src/mastervolume.cpp +++ b/homescreen/src/mastervolume.cpp @@ -16,7 +16,7 @@ #include "mastervolume.h" -void MasterVolume::setVolume(int volume) +void MasterVolume::setVolume(pa_volume_t volume) { int volume_delta = volume - m_volume; m_volume = volume;