Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2008 15:26:25 +0000 (UTC)
From:      Ariff Abdullah <ariff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sound/pcm dsp.c
Message-ID:  <200804111526.m3BFQPuo039784@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ariff       2008-04-11 15:26:25 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pcm    dsp.c 
  Log:
  Don't mess up with CHN_F_TRIGGERED, since it should exclusively
  be handled by chn_abort() and chn_start() alone. This should fix
  few issues with single duplex hardware (mostly) or pre virtual record
  (RELENG 6) under WINE emulation and possibly others that using
  SNDCTL_DSP_SETTRIGGER.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.108     +10 -4     src/sys/dev/sound/pcm/dsp.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804111526.m3BFQPuo039784>