Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci/hdaudio Until MI audio can handle it better, ren...



details:   https://anonhg.NetBSD.org/src/rev/60bfe61dfe85
branches:  trunk
changeset: 747252:60bfe61dfe85
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Sep 07 11:59:53 2009 +0000

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

diffstat:

 sys/dev/pci/hdaudio/hdaudio_afg.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2af0b5145e19 -r 60bfe61dfe85 sys/dev/pci/hdaudio/hdaudio_afg.c
--- a/sys/dev/pci/hdaudio/hdaudio_afg.c Mon Sep 07 11:50:01 2009 +0000
+++ b/sys/dev/pci/hdaudio/hdaudio_afg.c Mon Sep 07 11:59:53 2009 +0000
@@ -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 <support%precedence.co.uk@localhost>
@@ -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)



Home | Main Index | Thread Index | Old Index