View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#194
Originally Posted by attila77 View Post
I believe in this context it refers to Enhanced Control Interface (it's not a particular device), a way to discern/control what is attached to the A/V jack.
Yes, thanks. However what confuses me is that they already support 'regular' headset via this jack. Here are those relevant lines

Code:
 	RX51_JACK_HP,		/* headphone: stereo output, no mic */
 	RX51_JACK_HS,		/* headset: stereo output with mic */
 	RX51_JACK_MIC,		/* mic input only */
+	RX51_JACK_ECI,		/* ECI headset */
 	RX51_JACK_TVOUT,	/* stereo output with tv-out */
 };
Code:
 static const char *jack_function[] = {"Off", "Headphone", "Headset",
-				      "Mic", "TV-OUT"};
+				      "Mic", "ECI Headset", "TV-OUT"};
So they already support mix of various devices on this jack including 'regular' stereo headset so I wonder what ECI Headset brings in term of quality or features?
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.