The Following User Says Thank You to pycage For This Useful Post: | ||
![]() |
2009-01-30
, 12:01
|
|
Posts: 696 |
Thanked: 1,012 times |
Joined on Mar 2006
@ Asturies, Spain
|
#192
|
![]() |
2009-01-30
, 12:31
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#193
|
![]() |
2009-01-30
, 13:36
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#194
|
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.
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 */ };
static const char *jack_function[] = {"Off", "Headphone", "Headset", - "Mic", "TV-OUT"}; + "Mic", "ECI Headset", "TV-OUT"};
![]() |
2009-01-30
, 14:05
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#195
|
![]() |
2009-01-30
, 15:21
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#196
|
![]() |
2009-01-30
, 15:41
|
Posts: 398 |
Thanked: 301 times |
Joined on Sep 2007
@ Texas
|
#197
|
![]() |
2009-01-30
, 16:06
|
Posts: 169 |
Thanked: 38 times |
Joined on Jul 2007
@ Brooklyn, NY
|
#198
|
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?
![]() |
2009-01-30
, 16:23
|
|
Posts: 2,041 |
Thanked: 1,066 times |
Joined on Mar 2006
@ Houston
|
#199
|
![]() |
2009-01-30
, 16:37
|
Posts: 605 |
Thanked: 137 times |
Joined on Nov 2005
@ La Rochelle, France
|
#200
|
The Following User Says Thank You to fredoll For This Useful Post: | ||
Oh, and thanks to fanoush for making this thread finally worth continue reading again.