[coreboot] Audio mute problem

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Wed Mar 5 23:45:06 CET 2008


On 05.03.2008 23:09, joe at smittys.pointclark.net wrote:
> Hello,
> The audio on the RM4100 is muted by default. I know the assembly code  
> to unmute it but I am not so good with the assembly, could someone  
> translate this for me into human???
>
> seg000:00000000 mov edx, 84Dh
> seg000:00000005 mov eax, 0C0h ; '+'
> seg000:0000000A out dx, al
>   

Write 0xc0 to port 0x84d.

Regards,
Carl-Daniel

-- 
http://www.hailfinger.org/





More information about the coreboot mailing list