1
0
Fork 0
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:
Barry Wardell 2007-11-11 23:41:54 +00:00
parent 56b8e99c10
commit 93b021b7f6

View file

@ -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 */