cvs commit: src/sys/dev/sound/pcm ac97.c ac97.h ac97_patch.c ac97_patch.h

Ariff Abdullah ariff at FreeBSD.org
Thu Apr 19 13:54:23 UTC 2007


ariff       2007-04-19 13:54:22 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pcm    ac97.c ac97.h ac97_patch.c ac97_patch.h 
  Log:
  - AC97 quirk / patch cleanups. Most quirks doesn't work in general sense
    and should only be applied on certain specific card / vendor, hence the
    addition of ac97_getsubvendor().
  - Fix low volume issue on several MSI laptops through ALC655 quirk.
  
  Reported/Tested by:     Christian Mueller
                          <raptor-freebsd-multimedia at xpls.de>
  MFC after:              1 week
  
  Revision  Changes    Path
  1.67      +18 -11    src/sys/dev/sound/pcm/ac97.c
  1.20      +1 -0      src/sys/dev/sound/pcm/ac97.h
  1.8       +39 -9     src/sys/dev/sound/pcm/ac97_patch.c
  1.7       +1 -0      src/sys/dev/sound/pcm/ac97_patch.h


More information about the cvs-src mailing list