diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2016-06-03 12:26:46 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-06-19 17:51:13 (EDT) |
commit | a87343d8a6ef286a5810d0e7616ce8c08feee99c (patch) | |
tree | 954c5970616ed0746ab286f634d57f682edabeb7 /resources/scripts/helpers/build/config/dcreplace | |
parent | a7f0611357f7cb785881e55065da116eec0e2f44 (diff) | |
download | libreboot-a87343d8a6ef286a5810d0e7616ce8c08feee99c.zip libreboot-a87343d8a6ef286a5810d0e7616ce8c08feee99c.tar.gz libreboot-a87343d8a6ef286a5810d0e7616ce8c08feee99c.tar.bz2 |
Add sound card config for x60
The sound card on the x60 is not configured in coreboot.
This causes the headphones not to be automatically
detected/used when inserted which it does on the vendor
bios. The internal microphone is also not set as default.
I found on the coreboot wiki how to get the config from vendor bios.
In GNU/linux run:
for x in /sys/class/sound/card0/hw*; do cat "$x/init_pin_configs" > pin_"$(basename "$x")"; done
for x in /proc/asound/card0/codec#*; do cat "$x" > "$(basename "$x")"; done
which gives the pin config of the vendor bios.
Diffstat (limited to 'resources/scripts/helpers/build/config/dcreplace')
0 files changed, 0 insertions, 0 deletions