changeset 10184:5112e68d4b38

6865025 Boomer doesn't handle ioctls on /dev/mixer
author Garrett D'Amore <gdamore@opensolaris.org>
date Mon, 27 Jul 2009 13:57:52 -0700
parents 01ff23b04f4f
children d6b39f6b95b5
files usr/src/uts/common/io/audio/impl/audio_oss.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/io/audio/impl/audio_oss.c	Mon Jul 27 13:46:49 2009 -0700
+++ b/usr/src/uts/common/io/audio/impl/audio_oss.c	Mon Jul 27 13:57:52 2009 -0700
@@ -2279,6 +2279,10 @@
 		rv = sound_mixer_read_recmask(c, (int *)data);
 		break;
 
+	case SOUND_MIXER_READ_CAPS:
+		rv = sound_mixer_read_caps(c, (int *)data);
+		break;
+
 		/*
 		 * Common ioctls shared with DSP
 		 */