summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstossmixer.h
diff options
context:
space:
mode:
authorLeif Johnson <leif@ambient.2y.net>2003-10-09 22:02:37 +0000
committerLeif Johnson <leif@ambient.2y.net>2003-10-09 22:02:37 +0000
commitb7e443cb84ae1e0c92e64fff19a16792e506b336 (patch)
treed3dcdfc23b03f774319cf731d2abe2dbdf4526c8 /sys/oss/gstossmixer.h
parenta2fcfe72d12a4715bd6d557fb800462704baf0e9 (diff)
changing 'channel' to 'track' to avoid naming overlap
Original commit message from CVS: changing 'channel' to 'track' to avoid naming overlap
Diffstat (limited to 'sys/oss/gstossmixer.h')
-rw-r--r--sys/oss/gstossmixer.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/oss/gstossmixer.h b/sys/oss/gstossmixer.h
index fb662f68..4866a197 100644
--- a/sys/oss/gstossmixer.h
+++ b/sys/oss/gstossmixer.h
@@ -28,11 +28,11 @@
G_BEGIN_DECLS
-typedef struct _GstOssMixerChannel {
- GstMixerChannel parent;
- gint lvol, rvol;
- gint channel_num;
-} GstOssMixerChannel;
+typedef struct _GstOssMixerTrack {
+ GstMixerTrack parent;
+ gint lvol, rvol;
+ gint track_num;
+} GstOssMixerTrack;
void gst_ossmixer_interface_init (GstMixerClass *klass);
void gst_oss_interface_init (GstInterfaceClass *klass);