Loading sound/soc/soc-core.c +17 −20 Original line number Diff line number Diff line Loading @@ -1612,9 +1612,7 @@ static int soc_probe_link_dais(struct snd_soc_card *card, dai_link->stream_name); return ret; } } else { if (!dai_link->params) { } else if (!dai_link->params) { /* create the pcm */ ret = soc_new_pcm(rtd, num); if (ret < 0) { Loading @@ -1633,7 +1631,6 @@ static int soc_probe_link_dais(struct snd_soc_card *card, INIT_DELAYED_WORK(&rtd->delayed_work, codec2codec_close_delayed_work); } } return 0; } Loading Loading
sound/soc/soc-core.c +17 −20 Original line number Diff line number Diff line Loading @@ -1612,9 +1612,7 @@ static int soc_probe_link_dais(struct snd_soc_card *card, dai_link->stream_name); return ret; } } else { if (!dai_link->params) { } else if (!dai_link->params) { /* create the pcm */ ret = soc_new_pcm(rtd, num); if (ret < 0) { Loading @@ -1633,7 +1631,6 @@ static int soc_probe_link_dais(struct snd_soc_card *card, INIT_DELAYED_WORK(&rtd->delayed_work, codec2codec_close_delayed_work); } } return 0; } Loading