Update of /cvsroot/alsa/alsa-kernel/core
In directory sc8-pr-cvs1:/tmp/cvs-serv19425
Modified Files:
hwdep.c
Log Message:
allow dsp_load callback without dsp_status callback.
Index: hwdep.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/hwdep.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- hwdep.c 30 Sep 2003 09:28:26 -0000 1.22
+++ hwdep.c 21 Oct 2003 09:52:46 -0000 1.23
@@ -214,7 +214,7 @@
snd_hwdep_dsp_image_t info;
int err;
- if (! hw->ops.dsp_load || ! hw->ops.dsp_status)
+ if (! hw->ops.dsp_load)
return -ENXIO;
memset(&info, 0, sizeof(info));
if (copy_from_user(&info, _info, sizeof(info)))
-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog