Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 2009 15:28:47 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/sound/pci/hda hda_reg.h hdac.c hdac_private.h
Message-ID:  <200901071529.n07FT34h023257@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mav         2009-01-07 15:28:47 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/sound/pci/hda hda_reg.h hdac.c hdac_private.h 
  Log:
  SVN rev 186862 on 2009-01-07 15:28:47Z by mav
  
  Merge updated snd_hda driver version 20081226_0122 from CURRENT.
  
  This update gives:
   - multiple codec per HDA bus support;
   - multiple functional groups per codec support;
   - multiple audio devices per functional group support;
   - digital (SPDIF/HDMI) audio input/output support;
   - better UAA specification compliance with wide configureability;
   - headphones redirection controlled by UAA configuration instead of quirks;
   - improved codec parser, that gives working playback and recording with all
     of the long list of tested codecs and systems;
   - suspend/resume support;
   - part of multichannel audio support (requires OSS improvement to be used);
  
  Note, that due to added HDMI audio and logical audio devices support, updated
  driver often provides several PCM devices. In some cases it can make system
  default audio device no longer corresponding to the users's habbitual audio
  connectors. In such cases wanted device can be specified in audio application
  setup or defined globally via hw.snd.default_unit sysctl according to
  sound(4) man page.
  
  Additional information information about driver operation can be obtained
  from the updated man page and verbose boot messages.
  
  PR:             kern/119181, kern/120144, kern/117599, kern/117729,
                  kern/119671, kern/124645, kern/125822, kern/126217,
                  kern/127105
  
  Revision  Changes      Path
  1.2.4.1   +45 -11      src/sys/dev/sound/pci/hda/hda_reg.h
  1.44.2.8  +3947 -2606  src/sys/dev/sound/pci/hda/hdac.c
  1.8.2.1   +63 -35      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?200901071529.n07FT34h023257>