summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2009-01-31 08:24:09 +0000
committermav <mav@FreeBSD.org>2009-01-31 08:24:09 +0000
commit717b3d8e55490a7d4679d4a64c62af005b554f8a (patch)
tree2a35d697c4a308441aa856476737d8c38862f353
parent0f4fe38ea388813e99b09dddad4223ffda19396f (diff)
downloadFreeBSD-src-717b3d8e55490a7d4679d4a64c62af005b554f8a.zip
FreeBSD-src-717b3d8e55490a7d4679d4a64c62af005b554f8a.tar.gz
Fix bug in hint.hdac.X.config parsing.
-rw-r--r--sys/dev/sound/pci/hda/hdac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index d9564c8..afdd638 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -83,7 +83,7 @@
#include "mixer_if.h"
-#define HDA_DRV_TEST_REV "20090126_0126"
+#define HDA_DRV_TEST_REV "20090131_0127"
SND_DECLARE_FILE("$FreeBSD$");
@@ -7106,7 +7106,7 @@ hdac_config_fetch(struct hdac_softc *sc, uint32_t *on, uint32_t *off)
hdac_quirks_tab[k].key, len - inv) != 0)
continue;
if (len - inv != strlen(hdac_quirks_tab[k].key))
- break;
+ continue;
HDA_BOOTVERBOSE(
printf(" %s%s", (inv != 0) ? "no" : "",
hdac_quirks_tab[k].key);
OpenPOWER on IntegriCloud