]> Git Repo - linux.git/commitdiff
ASoC: Intel: sof-rt5682: add newline for clarity
authorSathya Prakash M R <[email protected]>
Mon, 20 May 2019 19:46:43 +0000 (14:46 -0500)
committerMark Brown <[email protected]>
Tue, 21 May 2019 18:58:34 +0000 (19:58 +0100)
Make sure quirk handling is cleary split from number of links.

Signed-off-by: Sathya Prakash M R <[email protected]>
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/intel/boards/sof_rt5682.c

index f28fb98cc30632393386a15a96f7c98d317e2985..fea42e2753261705e53b85396a76ad3d20d0d037 100644 (file)
@@ -519,6 +519,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++;
 
This page took 0.055076 seconds and 4 git commands to generate.