freebsd-ports/audio/volumeicon/files/patch-src_oss__backend.h
Lars Engels b1c88cb419 audio/volumeicon:
- Add OSS v3 backend [1]
- Fix mixer channel selection in Preferences/Channels
- Bump PORTREVISION

[1] Upstream PR: https://github.com/Maato/volumeicon/pull/70
Submitted by:	Dmitri Goutnik
2017-12-18 16:25:32 +00:00

10 lines
343 B
C

--- src/oss_backend.h.orig 2015-03-02 23:54:36.000000000 +0100
+++ src/oss_backend.h 2017-12-18 17:23:45.233327000 +0100
@@ -35,5 +35,7 @@ int oss_get_volume();
gboolean oss_get_mute();
const gchar * oss_get_channel();
const GList * oss_get_channel_names();
+const gchar * oss_get_device();
+const GList * oss_get_device_names();
#endif