nfsd: further comment typos
[safe/jmp/linux-2.6] / include / sound / ac97_codec.h
index 9b1c098..4940045 100644 (file)
@@ -32,6 +32,9 @@
 #include "control.h"
 #include "info.h"
 
+/* maximum number of devices on the AC97 bus */
+#define        AC97_BUS_MAX_DEVICES    4
+
 /*
  *  AC'97 codec registers
  */
@@ -590,7 +593,7 @@ enum {
 
 struct ac97_quirk {
        unsigned short subvendor; /* PCI subsystem vendor id */
-       unsigned short subdevice; /* PCI sybsystem device id */
+       unsigned short subdevice; /* PCI subsystem device id */
        unsigned short mask;    /* device id bit mask, 0 = accept all */
        unsigned int codec_id;  /* codec id (if any), 0 = accept all */
        const char *name;       /* name shown as info */