summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound.c')
-rw-r--r--src/emu/sound.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sound.c b/src/emu/sound.c
index f9a376c54aa..6920dcb3c01 100644
--- a/src/emu/sound.c
+++ b/src/emu/sound.c
@@ -144,7 +144,7 @@ attotime sound_stream::sample_time() const
//-------------------------------------------------
-// user_gain - return the user-controllable gain
+// user_gain - return the user-controllable gain
// on a given stream's input
//-------------------------------------------------
@@ -217,7 +217,7 @@ const char *sound_stream::input_name(int inputnum, astring &string) const
//-------------------------------------------------
-// input_source_device - return the device
+// input_source_device - return the device
// attached as a given input's source
//-------------------------------------------------
@@ -229,7 +229,7 @@ device_t *sound_stream::input_source_device(int inputnum) const
//-------------------------------------------------
-// input_source_device - return the output number
+// input_source_device - return the output number
// attached as a given input's source
//-------------------------------------------------