[PATCH] missing comma in ac97.c

Peter Kadau peter.kadau at tuebingen.mpg.de
Thu Jan 22 07:58:48 PST 2004


Hi !

In one of the last ac97 commits someone dropped a comma.

Cheers
Peter

-- 
<peter.kadau at xxxxxxxxxxxxxxxx>

Campus der Max-Planck-Institute Tübingen
Netzwerk- und Systemadministration

Tel: +49 7071 601 598
Fax: +49 7071 601 616
Index: dev/sound/pcm/ac97.c
===================================================================
RCS file: /local/dragonfly/src/sys/dev/sound/pcm/ac97.c,v
retrieving revision 1.15
diff -u -r1.15 ac97.c
--- dev/sound/pcm/ac97.c        22 Jan 2004 08:08:46 -0000      1.15
+++ dev/sound/pcm/ac97.c        22 Jan 2004 15:46:42 -0000
@@ -199,7 +199,7 @@
        { 0x54524106, 0x00, 0, "TR28026",       0 },
        { 0x54524108, 0x00, 0, "TR28028",       0 },
        { 0x54524123, 0x00, 0, "TR28602",       0 },
-       { 0x54524e03, 0x07, 0, "TLV320AIC27"    0 },
+       { 0x54524e03, 0x07, 0, "TLV320AIC27",   0 },
        { 0x54584e20, 0x00, 0, "TLC320AD90",    0 },
        { 0x56494161, 0x00, 0, "VIA1612A",      0 },
        { 0x574d4c00, 0x00, 0, "WM9701A",       0 },




More information about the Bugs mailing list