forked from len0rd/rockbox
replace strange characters
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15691 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c359a0ee91
commit
0fc7fb3686
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ void audiohw_postinit(void)
|
||||||
{
|
{
|
||||||
sleep(HZ);
|
sleep(HZ);
|
||||||
|
|
||||||
/* 4) Set the <EFBFBD>Active<EFBFBD> bit in register 12h. */
|
/* 4) Set the 'Active' bit in register 12h. */
|
||||||
codec_set_active(true);
|
codec_set_active(true);
|
||||||
|
|
||||||
audiohw_mute(false);
|
audiohw_mute(false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue