diff options
author | Mark Brown <broonie@kernel.org> | 2015-09-23 11:01:15 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-23 11:01:15 -0700 |
commit | f950aa96d153586c04d74c11e6835605fb71cc5d (patch) | |
tree | 90184a85d2eb359b150c52ed3615cb5d0f7fa62d /include/sound | |
parent | ed14ee0eea8b6808025356cecc87a8007885263f (diff) | |
parent | de3f8fdf7393e4259b68ae8cea806c39d602769e (diff) |
Merge remote-tracking branch 'asoc/topic/rt5645' into asoc-next
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/rt5645.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/rt5645.h b/include/sound/rt5645.h index 22734bc3ffd4..a5cf6152e778 100644 --- a/include/sound/rt5645.h +++ b/include/sound/rt5645.h @@ -21,6 +21,8 @@ struct rt5645_platform_data { /* 0 = IN2P; 1 = GPIO6; 2 = GPIO10; 3 = GPIO12 */ unsigned int jd_mode; + /* Invert JD when jack insert */ + bool jd_invert; }; #endif |