forked from len0rd/rockbox
Oops. It's #endif not #end.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10798 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6ea76565bc
commit
9830ab592b
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ void wm8731_write(int reg, int data)
|
||||||
#else
|
#else
|
||||||
/* The iPod's audio codecs use an I2C address of 0x1a */
|
/* The iPod's audio codecs use an I2C address of 0x1a */
|
||||||
ipod_i2c_send(0x1a, (reg<<1) | ((data&0x100)>>8),data&0xff);
|
ipod_i2c_send(0x1a, (reg<<1) | ((data&0x100)>>8),data&0xff);
|
||||||
#end
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
int wmcodec_mute(int mute)
|
int wmcodec_mute(int mute)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue