Github messages for voidlinux
 help / color / mirror / Atom feed
From: mvf <mvf@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Sound is not working because CONFIG_SND_HDA_INTEL_HDMI_SILENT_STREAM is not set
Date: Fri, 26 Aug 2022 20:43:03 +0200	[thread overview]
Message-ID: <20220826184303.5q9oyfK-Bbqdq7qXsjitjnTuu4gjqN16CgLiOGeofLQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38755@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1032 bytes --]

New comment by mvf on void-packages repository

https://github.com/void-linux/void-packages/issues/38755#issuecomment-1228807224

Comment:
`CONFIG_SND_HDA_INTEL_HDMI_SILENT_STREAM` just sets the default for a module parameter:
```
$ modinfo -p snd-hda-codec-hdmi | grep silent
enable_silent_stream:Enable Silent Stream for HDMI devices (bool)
```
To enable the parameter, run the following and reboot:
```
$ echo 'options snd-hda-codec-hdmi enable_silent_stream=1' | sudo tee /etc/modprobe.d/snd-hda-codec-hdmi.conf
```
Instead of rebooting, you can also try reloading any `snd-hda*` modules, but YMMV with that.

In any case, once the `snd-hda-codec-hdmi` module is `modprobe`d again, the parameter should be enabled:
```
$ cat /sys/module/snd_hda_codec_hdmi/parameters/enable_silent_stream
Y
```
The parameter is even runtime-switchable, although YMMV with that too:
```
$ echo 1 | sudo tee /sys/module/snd_hda_codec_hdmi/parameters/enable_silent_stream
1
```
You guessed it, `echo 0` to switch it off again.

  parent reply	other threads:[~2022-08-26 18:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-18 10:45 [ISSUE] " medanisjbara
2022-08-18 14:49 ` icp1994
2022-08-19  8:38 ` medanisjbara
2022-08-19  8:39 ` medanisjbara
2022-08-26 18:43 ` mvf [this message]
2022-08-27 15:55 ` sgn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220826184303.5q9oyfK-Bbqdq7qXsjitjnTuu4gjqN16CgLiOGeofLQ@z \
    --to=mvf@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).