forked from len0rd/rockbox
Hopefully fix line-in recording on PortalPlayer targets (H10 in particular).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15590 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
56b8e99c10
commit
93b021b7f6
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ void audio_input_mux(int source, unsigned flags)
|
|||
}
|
||||
break;
|
||||
#endif
|
||||
#ifdef HAVE_LINEIN_REC
|
||||
#ifdef HAVE_LINE_REC
|
||||
case AUDIO_SRC_LINEIN: /* recording only */
|
||||
#if defined(IRIVER_H10) || defined(IRIVER_H10_5GB)
|
||||
/* Switch line in source to line-in */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue