Bagikan melalui


Bug - jack detection on Windows 7 hdaudio.sys mixed capture

This blog post has moved to https://matthewvaneerde.wordpress.com/2009/06/22/bug-jack-detection-on-windows-7-hdaudio-sys-mixed-capture/

Comments

  • Anonymous
    February 06, 2012
    Can't you just disable jack detection?

  • Anonymous
    February 06, 2012
    Sure.

  • Anonymous
    May 02, 2012
    I have been creating a program to send and get the responses for Intel HDA verbs and params. The "get" verbs work well, however the first set verb I tried - reset (mentioned aboved) - fails (the response is all 0s, including the "valid" bit). When trying the HDA Utility program it reports that the "chk" driver is necessary for setting. What is this driver? On a related note how does a program receive unsolicited responses after enabling them? Thanks!

  • Anonymous
    May 02, 2012
    chk versions of Windows (including hdaudio.sys) are available via MSDN subscription. I don't know whether the HD Audio driver will relay unsolicited responses up through the debug interface; I suspect not.  You might need to write a custom HD Audio function driver to capture those. What is your scenario where you need to see the verbs directly?  If you like you can email me privately: mateer at microsoft dot com

    • Anonymous
      August 22, 2016
      Maurits with this software I can program to increase the volume of audio output ? that is, the input gain this perfect but the output is a little lower than 100%. Thank you
    • Anonymous
      August 22, 2016
      microsoft (hd audio) tool
  • Anonymous
    May 03, 2012
    My original plan was to make an app like all the custom ones that audio driver providers ship with their drivers, but much more stream-lined (all of those usually are overly graphical, etc). I understand that the Sound control panel does many of those things. I also wanted to be able to do automated things based on pin events (pin connect / disconnect). I haven't got anywhere near that far and for the moment I am instead working on a program similar to HDAU just to be able to see all the data that is there.

  • Anonymous
    October 13, 2015
    The comment has been removed