-
Bug
-
Resolution: Fixed
-
P3
-
1.2.1_03, 1.4.0
-
None
-
05
-
x86, sparc
-
solaris_7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2045272 | 1.4.0 | Florian Bomers | P3 | Resolved | Fixed | beta2 |
Name: fb126949 Date: 07/11/2001
On Solaris, JavaSound queries $AUDIODEV to find the name of the audio device to open; instead of hardcoding to use "/dev/audio". This is good. However, it fails to use a
similar scheme for the corresponding control device. "/dev/audioctl" is hardcoded there. This will cause problems for SunRay which uses a pseudo device of something like "utaudio/20". The fix is to simply
append "ctl" to $AUDIODEV to get the control device, i.e.
"utaudio/20ctl". This might also affect creative labs' soundcard
======================================================================
- backported by
-
JDK-2045272 AUDIODEV environment variable not used for audio control (audioctl)
- Resolved
- duplicates
-
JDK-4309562 AudioClip does not play on SunRay
- Closed