summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus_protocols.h
diff options
context:
space:
mode:
authorVaibhav Agarwal <vaibhav.agarwal@linaro.org>2016-04-13 09:53:38 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2016-04-25 18:02:57 -0700
commit475f498bcedb15634ca041b4eea2c58622558e03 (patch)
treefab5f39dc09cb6c5e221cc6332ca1f3fc41083ee /drivers/staging/greybus/greybus_protocols.h
parent54e9070b24def1dfaf07e78fee6ea18f7ff57bcc (diff)
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>
Diffstat (limited to 'drivers/staging/greybus/greybus_protocols.h')
-rw-r--r--drivers/staging/greybus/greybus_protocols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h
index bf3c132a3266..713b56989735 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;