repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git]
/
sound
/
soc
/
codecs
/
adau-utils.h
blob
939b5f37762f1fde4884738e0f11f37039214093
1
#ifndef SOUND_SOC_CODECS_ADAU_PLL_H
2
#define SOUND_SOC_CODECS_ADAU_PLL_H
3
4
int
adau_calc_pll_cfg
(
unsigned int
freq_in
,
unsigned int
freq_out
,
5
uint8_t
regs
[
5
]);
6
7
#endif