23

I prefer the audio output on my computer to use the standard audio jack output due to volume issues. But I am using a monitor with HDMI. I have chosen to set the default audio device to be "Speakers"

Screenshot of Sound Panel

But every time I reboot the default audio device is the HDMI Output again.

Screenshot of Sound Panel

I am running Windows 7 64bit. Why does it not remember the default device? (I do shutdown and boot up properly without errors.)

5 Answers 5

20

The Quick and Easy Way Out

One way to go about this is to disable the HDMI audio device in the Device Manager. This won't let you use your HDMI audio unless you enable it again, so you'll have to remember how to do that; but the upside is that you won't even see the HDMI audio device in the playback/recording properties in the control panel.

But I Want It To Work Right!

The reason this is happening is likely because the VIA sound driver has a bug that causes it not to perform "jack detection" correctly.

Jack detection is a mechanism which detects whether you have a sound device plugged into your sound jack. It is a fairly new technology based on sensing whether an electrical current is being drawn from the audio port (a very small amount of energy is needed to transmit the audio over a standard 3.5" cable).

When jack detection is working correctly on Windows 7, Windows will automatically keep using a device marked as default as long as an audio output (speakers, headphones, etc) is plugged into the device. But if some other device has a connected jack and the default device doesn't, it will switch to the device that is connected. It does this to prevent people from having to manually dig around in the control panel to listen to audio: it helps new users because the audio "just plays" out of whichever device the jack is plugged into.

Jack detection is actually a software mechanism that is easily broken and very hardware-specific. On the Linux operating system, the Advanced Linux Sound Architecture (ALSA) driver developers have struggled with jack detection for years, having the labor-intensive task of making it work on tons of different sound cards. Unfortunately, most motherboards ship a unique or nearly-unique audio chipset, making the problem worse. This also means that Windows drivers are equally error-prone.

Bad Driver Developers Vs. The Public

Suggestions that may enable proper jack detection without having to disable the device in the device manager:

  • Update your audio drivers from your motherboard manufacturer's website.
  • Update your AMD Catalyst drivers to the latest.

The reason that the system always thinks your HDMI audio is "plugged in" is likely that you use HDMI or DisplayPort to plug in your monitor. Windows says "oh, you have a monitor plugged in", and the electrical signaling with the monitor indicates that an audio path is available, so of course it tries to use that as the default device -- especially if your VIA audio driver doesn't have proper jack detection and Windows thinks nothing is plugged in.

Here's a real quick jack detection test:

  • Start up the Windows control panel to the page where you took the screenshot in your question.
  • Plug in your 3.5mm speakers/headphones plug into the motherboard's sound chipset (the VIA).
  • Unplug it.

If nothing in the UI changes to say "Device unplugged" or "Not plugged in", then jack detection is not functioning properly.

If you can definitively determine that jack detection is working properly, and you still can't get this to work as you desire, you may have to resort to disabling the device in the device manager. :/

Compliment Thy Querant

BTW, hi! :) You have an awesome avatar, hehe :)

3
  • Thanks for the complement and the detailed answer! I went the disable the Easy Way Out for now. I have the latest Catalyst drivers and will check the audio drivers to see if they can be updated.
    – L84
    Commented Aug 7, 2012 at 20:19
  • This does not work. Windows 10 continuously falls back to a HDMI audio device after any updates are performed. Out of curiosity I have tried a different video card, GTX1080 and an older ATI Radeon card and both have yield the same result.
    – TResponse
    Commented Aug 18, 2017 at 21:41
  • This does not work as both HDMI and DP devices seems to reset to 'enabled' on reboot.
    – Tristan
    Commented Oct 12, 2019 at 19:44
1

In windows 10, I use headphones that are connected via optical, and recently the computer has decided at random to just switch to the monitor built ins for no apparent reason in the middle of youtube videos and games. Looking at the responses here, I tried looking into the device manager. The audio inputs and outputs area looked to just mirror the available things on the playback devices, but under "sound, video and game controllers" was an "Nvidia high definition audio" which I disabled and bam! no more monitor speakers showing up in the playback devices. Now to see how long this one works.

1

You should not have to disable anything on your computer that you are not using. What i did was go into programs and features and delete the audio driver for your video card and also delete the 3d vision driver as they are never used(mine was nvidia). The only driver you need is your GRAPHICS driver for your video card as the rest is overkill. Start off by deleting everything off your computer that you don't need then you will have a better understanding of what the problem is.Also to note is in your sound window, when you change back to your default which in my case was "speakers" you need to configure it before you exit and make sure left and right chanel is selected BEFORE you exit.

0
0

Update on this for Windows 8 (if anyone else comes across this):

ASUS Vivobook S400AC running Windows 8 fully updated -

Using a dell 23 inch monitor via HDMI, disabling the HDMI Audio from Device Manager did not solve my issue. Second I unplug and replug, or restart (either hibernate or full shutdown / reboot) the issue returns where is resets to the HDMI. If you right click the sound icon in bottom right of taskbar (by clock) and choose "playback devices" you can then right click the HDMI deice listed and choose disable from there.

Dong this removed the device from that menu and solved my problem.

No idea why it wouldn't take from device manager.

0

In my case I wanted the HDMI audio.

  1. Navigate to system devices in the device manager.

    You'll get two HD audio controllers.

  2. Enable the one you want and disable the other.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .