]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_bsd.c
Fine-grained CD volume support for Linux. Note that it uses the CD player internal...
[xonotic/darkplaces.git] / cd_bsd.c
index 41de20a1653886448a08d354a8dc7066532d8bc1..6c8f9a81aa89149ad39e210c9d50986f6bda668f 100644 (file)
--- a/cd_bsd.c
+++ b/cd_bsd.c
@@ -81,6 +81,19 @@ int CDAudio_SysGetAudioDiskInfo (void)
 }
 
 
+float CDAudio_SysGetVolume (void)
+{
+       // IMPLEMENTME
+       return -1.0f;
+}
+
+
+void CDAudio_SysSetVolume (float volume)
+{
+       // IMPLEMENTME
+}
+
+
 int CDAudio_SysPlay (qbyte track)
 {
        struct ioc_read_toc_entry rte;