Message ID | 1344329570-17939-2-git-send-email-xingchao.wang@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Thanks for catching this! Acked-by: Fengguang Wu <fengguang.wu@intel.com> On Tue, Aug 07, 2012 at 04:52:49PM +0800, Wang Xingchao wrote: > There're three Ports B/C/D used for selection by each transcoder A/B/C. > > Signed-off-by: Wang Xingchao <xingchao.wang@intel.com> > --- > tools/intel_audio_dump.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/tools/intel_audio_dump.c b/tools/intel_audio_dump.c > index 077e096..8a0f6ee 100644 > --- a/tools/intel_audio_dump.c > +++ b/tools/intel_audio_dump.c > @@ -126,9 +126,9 @@ static const char *video_dip_trans[] = { > static const char *trans_to_port_sel[] = { > [0] = "no port", > [1] = "Digital Port B", > - [2] = "Digital Port B", > - [3] = "Digital Port B", > - [4] = "Digital Port B", > + [2] = "Digital Port C", > + [3] = "Digital Port D", > + [4] = "reserved", > [5] = "reserved", > [6] = "reserved", > [7] = "reserved", > -- > 1.7.9.5
diff --git a/tools/intel_audio_dump.c b/tools/intel_audio_dump.c index 077e096..8a0f6ee 100644 --- a/tools/intel_audio_dump.c +++ b/tools/intel_audio_dump.c @@ -126,9 +126,9 @@ static const char *video_dip_trans[] = { static const char *trans_to_port_sel[] = { [0] = "no port", [1] = "Digital Port B", - [2] = "Digital Port B", - [3] = "Digital Port B", - [4] = "Digital Port B", + [2] = "Digital Port C", + [3] = "Digital Port D", + [4] = "reserved", [5] = "reserved", [6] = "reserved", [7] = "reserved",
There're three Ports B/C/D used for selection by each transcoder A/B/C. Signed-off-by: Wang Xingchao <xingchao.wang@intel.com> --- tools/intel_audio_dump.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)