sys/oss/gstosselement.c: Fix the ossmixer case where we shouldn't open /dev/dsp*...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 22 Jan 2004 20:51:08 +0000 (20:51 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 22 Jan 2004 20:51:08 +0000 (20:51 +0000)
commit6eac1f9c4c9bec13deade8ca77f1b06e066f7649
treee2e49064b0504e1a9ca3361c1767fe0ebf40d8e0
parent396397ee7c0c85bb586c88833b88f29c758e33f7
sys/oss/gstosselement.c: Fix the ossmixer case where we shouldn't open /dev/dsp* because it might block operations (w...

Original commit message from CVS:
2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
Fix the ossmixer case where we shouldn't open /dev/dsp* because
it might block operations (which is bad for a mixer).
ChangeLog
sys/oss/gstosselement.c