mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
get rid of audiohw_reset
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15720 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
43cb7c3549
commit
41a67a7e90
14 changed files with 2 additions and 28 deletions
|
|
@ -117,14 +117,6 @@ void audiohw_postinit(void)
|
|||
audiohw_mute(false);
|
||||
}
|
||||
|
||||
/**
|
||||
* Resets tlv320 to default values
|
||||
*/
|
||||
void audiohw_reset(void)
|
||||
{
|
||||
tlv320_write_reg(REG_RR, RR_RESET);
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets internal sample rate for DAC and ADC relative to MCLK
|
||||
* Selection for frequency:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue