From 475f498bcedb15634ca041b4eea2c58622558e03 Mon Sep 17 00:00:00 2001
From: Vaibhav Agarwal <vaibhav.agarwal@linaro.org>
Date: Wed, 13 Apr 2016 09:53:38 +0530
Subject: [PATCH] greybus: audio: Rename widget_type to jack_attrubute

This fields actually populates jack attribute. Thus, renamed to
reflect the real purpose.

Signed-off-by: Vaibhav Agarwal <vaibhav.agarwal@linaro.org>
Reviewed-by: Mark Greer <mgreer@animalcreek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
---
 drivers/staging/greybus/greybus_protocols.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h
index bf3c132a32666..713b569897354 100644
--- a/drivers/staging/greybus/greybus_protocols.h
+++ b/drivers/staging/greybus/greybus_protocols.h
@@ -1922,7 +1922,7 @@ struct gb_audio_deactivate_rx_request {
 
 struct gb_audio_jack_event_request {
 	__u8	widget_id;
-	__u8	widget_type;
+	__u8	jack_attribute;
 	__u8	event;
 } __packed;
 
-- 
2.30.2