Date: Sun, 10 Apr 2005 14:45:28 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm ac97.c Message-ID: <200504101445.j3AEjSen056722@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2005-04-10 14:45:28 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm ac97.c Log: Fix the output ports on the AD1988 codec. From the submitter: Affects to people WITH an AD1888 codec, the system will output to the port labeled "speaker" instead of microphone. System will work the same in multiple operating systems. If people are currently using their systems with this codec they will need to swap their output ports. I have _not_ checked audio input or line input (basically, I have checked nothing other than line-out). I believe this is an appropriate change, it makes us consistent with documentation, and other operating systems. Furthermore, this feature (playing) is the vast majority of sound activities, so if this makes is right for playback and wrong for recording... playback is more important, and we can fix recoding in the future without worries of screwing people again in the future (since we'll be "right" on the playback). Submitted by: David Cross Revision Changes Path 1.53 +1 -0 src/sys/dev/sound/pcm/ac97.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504101445.j3AEjSen056722>