kern/156874: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Wed Jun 29 08:40:11 UTC 2011


The following reply was made to PR kern/156874; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/156874: commit references a PR
Date: Wed, 29 Jun 2011 08:32:52 +0000 (UTC)

 Author: avg
 Date: Wed Jun 29 08:32:37 2011
 New Revision: 223663
 URL: http://svn.freebsd.org/changeset/base/223663
 
 Log:
   add SNDCTL_DSP_HALT specified by OSS
   
   This is really a new name for SNDCTL_DSP_RESET.
   And this what commit r222723 should really have been in the first place.
   
   PR:		kern/156874
   Submitted by:	gerald
   MFC after:	1 week
 
 Modified:
   head/sys/sys/soundcard.h
 
 Modified: head/sys/sys/soundcard.h
 ==============================================================================
 --- head/sys/sys/soundcard.h	Wed Jun 29 08:28:39 2011	(r223662)
 +++ head/sys/sys/soundcard.h	Wed Jun 29 08:32:37 2011	(r223663)
 @@ -775,7 +775,8 @@ typedef struct {
   * IOCTL commands for /dev/dsp and /dev/audio
   */
  
 -#define SNDCTL_DSP_RESET	_IO  ('P', 0)
 +#define SNDCTL_DSP_HALT		_IO  ('P', 0)
 +#define SNDCTL_DSP_RESET	SNDCTL_DSP_HALT
  #define SNDCTL_DSP_SYNC		_IO  ('P', 1)
  #define SNDCTL_DSP_SPEED	_IOWR('P', 2, int)
  #define SNDCTL_DSP_STEREO	_IOWR('P', 3, int)
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-multimedia mailing list