Bug 112520

Summary: [patch] Missing "line" device in mixer(8)
Product: Documentation Reporter: Pietro Cerutti <gahr>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Pietro Cerutti 2007-05-08 12:40:06 UTC
man 8 mixer reports the list of possible mixer devices available:

vol, bass, treble, synth, pcm, speaker, mic, cd, mix, pcm2, rec, igain, ogain, line1, line2, and line3.

This doesn't include the "line" mixer, which is usually found between "speaker" and "mic".

Fix: # cd /usr/src
# patch < mixer.8.diff
# cd usr.sbin/mixer/
# make && make install

Patch attached with submission follows:
How-To-Repeat: man 8 mixer
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-05-09 06:34:02 UTC
maxim       2007-05-09 05:33:54 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/mixer       mixer.8 
  Log:
  o Add "line" device to a list of mixer(8) devices.
  
  PR:             docs/112520
  Submitted by:   Pietro Cerutti
  MFC after:      1 week
  
  Revision  Changes    Path
  1.25      +1 -1      src/usr.sbin/mixer/mixer.8
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2007-05-09 06:34:15 UTC
State Changed
From-To: open->patched

Committed to HEAD.  Thanks!
Comment 3 Maxim Konovalov freebsd_committer freebsd_triage 2007-05-17 20:03:10 UTC
State Changed
From-To: patched->closed

Merged to RELENG_6.