diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2016-06-03 18:26:46 +0200 |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-06-19 22:51:13 +0100 |
commit | a87343d8a6ef286a5810d0e7616ce8c08feee99c (patch) | |
tree | 954c5970616ed0746ab286f634d57f682edabeb7 /resources/scripts/helpers/build/clean/i945pwm | |
parent | a7f0611357f7cb785881e55065da116eec0e2f44 (diff) | |
download | librebootfr-a87343d8a6ef286a5810d0e7616ce8c08feee99c.tar.gz librebootfr-a87343d8a6ef286a5810d0e7616ce8c08feee99c.zip |
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/clean/i945pwm')
0 files changed, 0 insertions, 0 deletions