Message ID | E1eWhun-0001dX-HS@debutante |
---|---|
State | Accepted |
Commit | 2dc6e1a4883a3eba451c76b726c23a580ed05307 |
Headers | show |
Series | Applied "ASoC: rt5645: set in2_diff flag for GPD win and pocket devices" to the asoc tree | expand |
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index a1a7bb770745..6dd894c9f355 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -3628,6 +3628,8 @@ static const struct rt5645_platform_data gpd_win_platform_data = { .jd_mode = 3, .inv_jd1_1 = true, .long_name = "gpd-win-pocket-rt5645", + /* The GPD pocket has a diff. mic, for the win this does not matter. */ + .in2_diff = true, }; static const struct dmi_system_id dmi_platform_gpd_win[] = {