[Intel-gfx] [PATCH V2 1/2] intel_audio_dump: fix wrong port definition

Fengguang Wu fengguang.wu at intel.com
Wed Aug 15 09:56:37 CEST 2012


Thanks for catching this!

Acked-by: Fengguang Wu <fengguang.wu at 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 at 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



More information about the Intel-gfx mailing list