Skip to content

Instantly share code, notes, and snippets.

@monokrome
Created June 26, 2019 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monokrome/3b78b0c6a44acf68cbac2bece116cd31 to your computer and use it in GitHub Desktop.
Save monokrome/3b78b0c6a44acf68cbac2bece116cd31 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
for path in /dev/snd/hwC0D*; do
printf 'Setting widget control for %s\n' "${path}"
sudo hda-verb "${path}" 0x1d SET_PIN_WIDGET_CONTROL 0x0
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment