Unverified Commit 3b06e137 authored by Bard Liao's avatar Bard Liao Committed by Mark Brown
Browse files

ASoC: SOF: Intel: hda-dai: remove skip_tlv label

parent e0e8e4bc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -379,7 +379,7 @@ static int non_hda_dai_hw_params_data(struct snd_pcm_substream *substream,

	sdev = widget_to_sdev(w);
	if (sdev->dspless_mode_selected)
		goto skip_tlv;
		return 0;

	/* get stream_id */
	hext_stream = ops->get_hext_stream(sdev, cpu_dai, substream);
@@ -423,7 +423,6 @@ static int non_hda_dai_hw_params_data(struct snd_pcm_substream *substream,
	dma_config->dma_stream_channel_map.device_count = 1;
	dma_config->dma_priv_config_size = 0;

skip_tlv:
	return 0;
}