Update of /cvsroot/alsa/alsa-kernel/parisc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25680

Modified Files:
        harmony.c 
Log Message:
fixed typos.



Index: harmony.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/parisc/harmony.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- harmony.c   24 May 2004 14:51:51 -0000      1.11
+++ harmony.c   26 May 2004 16:02:12 -0000      1.12
@@ -556,7 +556,7 @@
        harmony->sample_rate = snd_card_harmony_rate_bits(runtime->rate);
 
        /* data format */
-       harmony->data_format = snd_harmony_set_data_format(haromny, runtime->format);
+       harmony->data_format = snd_harmony_set_data_format(harmony, runtime->format);
 
        /* number of channels */
        if (runtime->channels == 2)
@@ -587,7 +587,7 @@
        harmony->sample_rate = snd_card_harmony_rate_bits(runtime->rate);
        
        /* data format */
-       harmony->data_format = snd_harmony_set_data_format(haromny, runtime->format);
+       harmony->data_format = snd_harmony_set_data_format(harmony, runtime->format);
        
        /* number of channels */
        if (runtime->channels == 1)



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to