Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Oct 2006 18:59:27 +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/pci/hda hdac.c hdac_private.h
Message-ID:  <200610061859.k96IxRUI077927@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ariff       2006-10-06 18:59:27 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pci/hda hdac.c hdac_private.h 
  Log:
  - Fix wrong id for ALC882, add ALC883 id.
  
  - Add support for the Conexant Waikiki/CX20551-22, found
    in most Toshiba P100 series laptops. Despite of growing
    urban legend of "unsupported Conexant", this codec is fully
    supported in this driver.
    Note: Toshiba P100 has broken (acpi) BIOS, thus rendering
          its soundchip useless. Please disable ACPI, or get
          BIOS updates (if any).
  
    Found/tested by: Vulpes Velox <v.velox@vvelox.net>
    URL: http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-September/004896.html
  
  - Parser cleanups to handle possible oss/mixer collision. Found
    after parsing Conexant Waikiki nodes.
  
  - Increase resilient against resource failure during attach/detach.
  
  - Implement simple config through hint.pcm.<unit>.config. Supported
    options:
      gpio0 (default on Acer), gpio1, gpio2, softpcmvol,
      fixedrate (default), forcestereo (default)
    * Option prefixed with "no" (such as "nofixedrate") will do
      the opposite.
    * Options can be separated using space " " or comma ",".
    * The "no" option will take precedence over anything else.
    Example:
      hint.pcm.0.config="gpio2,nofixedrate,noforcestereo,nogpio0,softpcmvol"
      hint.pcm.0.config="softpcmvol noforcestereo"
  
  Revision  Changes    Path
  1.4       +484 -278  src/sys/dev/sound/pci/hda/hdac.c
  1.2       +0 -3      src/sys/dev/sound/pci/hda/hdac_private.h



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