From owner-cvs-all Thu Aug 22 23:19:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E295937B400; Thu, 22 Aug 2002 23:19:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A53D243E84; Thu, 22 Aug 2002 23:19:29 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from freefall.freebsd.org (orion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N6JTJU077923; Thu, 22 Aug 2002 23:19:29 -0700 (PDT) (envelope-from orion@freefall.freebsd.org) Received: (from orion@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N6JTkJ077922; Thu, 22 Aug 2002 23:19:29 -0700 (PDT) Message-Id: <200208230619.g7N6JTkJ077922@freefall.freebsd.org> From: Orion Hodson Date: Thu, 22 Aug 2002 23:19:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci cs4281.c src/sys/dev/sound/pcm ac97.c ac97.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG orion 2002/08/22 23:19:29 PDT Modified files: sys/dev/sound/pci cs4281.c sys/dev/sound/pcm ac97.c ac97.h Log: s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}. Attempt to determine what function of AUX_OUT is: "True line level out", "Headphone out", or "4-Channel out" and frig OSS mixer label accordingly. Addresses problem raised by Randy Bush on -multimedia of not being able to hear audio on ich2 m/b which was eventually found to be because the mixer monitor value was 0. On this h/w the label "monitor" should now be presented as the marginally more intuitive "ogain". Revision Changes Path 1.12 +2 -2 src/sys/dev/sound/pci/cs4281.c 1.27 +35 -4 src/sys/dev/sound/pcm/ac97.c 1.12 +3 -1 src/sys/dev/sound/pcm/ac97.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message