Module Name:    src
Committed By:   jmcneill
Date:           Mon Sep  7 11:59:53 UTC 2009

Modified Files:
        src/sys/dev/pci/hdaudio: hdaudio_afg.c

Log Message:
Until MI audio can handle it better, rename outputs.select -> outputs.dacsel.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/hdaudio/hdaudio_afg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/hdaudio/hdaudio_afg.c
diff -u src/sys/dev/pci/hdaudio/hdaudio_afg.c:1.4 src/sys/dev/pci/hdaudio/hdaudio_afg.c:1.5
--- src/sys/dev/pci/hdaudio/hdaudio_afg.c:1.4	Mon Sep  7 11:50:01 2009
+++ src/sys/dev/pci/hdaudio/hdaudio_afg.c	Mon Sep  7 11:59:53 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: hdaudio_afg.c,v 1.4 2009/09/07 11:50:01 jmcneill Exp $ */
+/* $NetBSD: hdaudio_afg.c,v 1.5 2009/09/07 11:59:53 jmcneill Exp $ */
 
 /*
  * Copyright (c) 2009 Precedence Technologies Ltd <[email protected]>
@@ -60,7 +60,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hdaudio_afg.c,v 1.4 2009/09/07 11:50:01 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hdaudio_afg.c,v 1.5 2009/09/07 11:59:53 jmcneill Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -2508,7 +2508,7 @@
 		mx[index].mx_di.type = AUDIO_MIXER_SET;
 		mx[index].mx_di.mixer_class = HDAUDIO_MIXER_CLASS_OUTPUTS;
 		mx[index].mx_di.prev = mx[index].mx_di.next = AUDIO_MIXER_LAST;
-		strcpy(mx[index].mx_di.label.name, AudioNselect);
+		strcpy(mx[index].mx_di.label.name, "dacsel"); /* AudioNselect */
 		mx[index].mx_di.un.s.num_mem = ndac;
 		for (i = 0, j = 0; i < sc->sc_nassocs; i++) {
 			if (sc->sc_assocs[i].as_enable == false)

Reply via email to