Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1:/tmp/cvs-serv1825
Modified Files:
es1968.c
Log Message:
added use_pm to the kernel boot parameter.
Index: es1968.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/es1968.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- es1968.c 17 Jul 2003 15:21:53 -0000 1.44
+++ es1968.c 30 Jul 2003 15:35:33 -0000 1.45
@@ -2852,7 +2852,8 @@
total_bufsize,
pcm_substreams_p,
pcm_substreams_c,
- clock
+ clock,
+ use_pm
*/
static int __init alsa_card_es1968_setup(char *str)
@@ -2867,7 +2868,8 @@
get_option(&str,&total_bufsize[nr_dev]) == 2 &&
get_option(&str,&pcm_substreams_p[nr_dev]) == 2 &&
get_option(&str,&pcm_substreams_c[nr_dev]) == 2 &&
- get_option(&str,&clock[nr_dev]) == 2);
+ get_option(&str,&clock[nr_dev]) == 2 &&
+ get_option(&str,&use_pm[nr_dev]) == 2);
nr_dev++;
return 1;
}
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog