Skip to content

Commit ccaa1bb

Browse files
committed
ASoC: SOF: sof-priv.h: fix style issues
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 19fbfb0 commit ccaa1bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sound/soc/sof/topology.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ static int sof_connect_dai_widget(struct snd_soc_component *scomp,
872872

873873
list_for_each_entry(rtd, &card->rtd_list, list) {
874874
dev_vdbg(sdev->dev, "tplg: check widget: %s stream: %s dai stream: %s\n",
875-
w->name, w->sname, rtd->dai_link->stream_name);
875+
w->name, w->sname, rtd->dai_link->stream_name);
876876

877877
if (!w->sname || !rtd->dai_link->stream_name)
878878
continue;
@@ -2313,7 +2313,8 @@ static int sof_route_load(struct snd_soc_component *scomp, int index,
23132313
}
23142314

23152315
if (route->control) {
2316-
sroute->route.control = kstrdup(route->control, GFP_KERNEL);
2316+
sroute->route.control = kstrdup(route->control,
2317+
GFP_KERNEL);
23172318
if (!sroute->route.control) {
23182319
kfree(sroute->route.source);
23192320
kfree(sroute->route.sink);

0 commit comments

Comments
 (0)