20 May
2019
20 May
'19
3:39 p.m.
On 5/20/19 7:31 AM, Mark Brown wrote:
On Sat, May 18, 2019 at 01:30:07PM -0500, Pierre-Louis Bossart wrote:
From: Sathya Prakash M R sathya.prakash.m.r@intel.com
This fixes: 1. BIT mask for AMP SSP was incorrect. 2. The RT5682 codec button mapping is corrected.
Indentation is a bit weird here, and these are really two changes that should be split.
@@ -519,6 +520,7 @@ static int sof_audio_probe(struct platform_device *pdev)
/* compute number of dai links */ sof_audio_card_rt5682.num_links = 1 + dmic_num + hdmi_num;
- if (sof_rt5682_quirk & SOF_SPEAKER_AMP_PRESENT) sof_audio_card_rt5682.num_links++;
and this is an unrelated indentation change.
ok, I'll send a v2.