Update of /cvsroot/alsa/alsa-kernel/drivers/vx
In directory sc8-pr-cvs1:/tmp/cvs-serv13514

Modified Files:
        vx_core.c 
Log Message:
show the IBL status on proc file, too.



Index: vx_core.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/drivers/vx/vx_core.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vx_core.c   18 Jun 2003 11:10:08 -0000      1.3
+++ vx_core.c   8 Jul 2003 10:39:11 -0000       1.4
@@ -631,6 +631,9 @@
        snd_iprintf(buffer, "Frequency: %d\n", chip->freq);
        snd_iprintf(buffer, "Detected Frequency: %d\n", chip->freq_detected);
        snd_iprintf(buffer, "Detected UER type: %s\n", uer_type[chip->uer_detected]);
+       snd_iprintf(buffer, "Min/Max/Cur IBL: %d/%d/%d (granularity=%d)\n",
+                   chip->ibl.min_size, chip->ibl.max_size, chip->ibl.size,
+                   chip->ibl.granularity);
 }
 
 static void vx_proc_init(vx_core_t *chip)



-------------------------------------------------------
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/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to