forked from len0rd/rockbox
Add pcm_set_mux() for switching between FM radio and Line input
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7315 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c0fc2054c2
commit
4af4251076
2 changed files with 12 additions and 1 deletions
|
|
@ -48,4 +48,6 @@ unsigned long pcm_num_recorded_bytes(void);
|
|||
void pcm_pause_recording(void);
|
||||
void pcm_resume_recording(void);
|
||||
|
||||
void pcmrec_set_mux(int source);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue