forked from len0rd/rockbox
Only the iriver H1x0 and H3x0 targets have both an internal mic, and an external mic-compatible input and hence need the mic input explictly labeled "Internal Mic". We revert to the old "Mic" label for all other targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11941 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
67529b8af7
commit
fb4cf8e160
1 changed files with 6 additions and 6 deletions
|
|
@ -2646,16 +2646,16 @@
|
|||
desc: in the recording settings
|
||||
user:
|
||||
<source>
|
||||
*: "Internal Mic"
|
||||
ipod*: "Mic"
|
||||
*: "Mic"
|
||||
h100,h120,h300: "Internal Mic"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Internal Mic"
|
||||
ipod*: "Mic"
|
||||
*: "Mic"
|
||||
h100,h120,h300: "Internal Mic"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Internal Microphone"
|
||||
ipod*: "Microphone"
|
||||
*: "Microphone"
|
||||
h100,h120,h300: "Internal Microphone"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue