Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2007 15:49:40 +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
Message-ID:  <200710191549.l9JFne1Z049183@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ariff       2007-10-19 15:49:40 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pci/hda hdac.c 
  Log:
  - Gigabyte G33-S2H fixup, due to the present of multiple competing
    codecs. Codec at address 0 seems purely digital, or perhaps an HDMI
    interface. Let the driver skip it and continue scanning the codecs
    starting with address 2 (Realtek ALC885).
    * Due to possibilities of future similar cases, put enough logic
      in hdac_scan_codecs() to force codec scanning starting from
      XX address via tunable "hint.pcm.%d.codec_index".
  
    Reported / Tested by: Toomas Pelberg <toomasp@gmx.net>
  
  - Trivial headphone / speaker automute fixup for Fujitsu-Siemens
    AMILO Si 1848 laptop.
  
    Reported / Tested by: Ed <ed@bsd.it>
  
  - Trivial headphone / speaker automute fixup for Fujitsu-Siemens
    Lifebook S7020D laptop.
  
    Reported / Tested by: Jaromir Dvoracek <jarek@ataxo.com>
  
  - Some smart vendor trying to create interplanetary wormhole by
    screwing pci config space during their BIOS update. The side effects
    of their failure attempt includes mutilated hardware id, broken
    speaker automuting and loosing the entire analog CD connectivity,
    thus causing enough collateral damages to collapse the entire
    universe.  Move along with it.
  
    Please exercise extra cautious when applying BIOS updates.
  
    Reported / Tested by: Pietro Cerutti <gahr@gahr.ch>
                          - assembled laptop, based on the MSI-1034
                            (662) which is now becoming MSI-034A.
  
  - Fix no sound issues (on headphones) for Lenovo ThinkCentre A55 due
    to global automute table entry which is not applicable for
    non-laptops.
  
    Reported / Tested by: Piotr Smyrak <piotr.smyrak@heron.pl>
  
  - Speaker mute control for HP DC7700 since the front headphone jack
    does not generate any interesting unsolicited signal/response.
  
    Reported / Tested by: tyop @ irc.freenode.net
  
  Approved by:    re (kensmith)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.45      +71 -13    src/sys/dev/sound/pci/hda/hdac.c



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