DragonFly bugs List (threaded) for 2004-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
[PATCH] missing comma in ac97.c
Hi !
In one of the last ac97 commits someone dropped a comma.
Cheers
Peter
--
<peter.kadau@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 },
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]