Skip to content

Commit 4ab6c38

Browse files
ujfalusibroonie
authored andcommitted
ASoC: SOF: Intel: hda-common-ops: Do not set the get_stream_position callback
The get_stream_position has been replaced by get_dai_frame_counter, it should not be set to allow it to be dropped from core code. Cc: [email protected] # 6.8 Signed-off-by: Peter Ujfalusi <[email protected]> Reviewed-by: Kai Vehmanen <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 37679a1 commit 4ab6c38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/soc/sof/intel/hda-common-ops.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ struct snd_sof_dsp_ops sof_hda_common_ops = {
5757
.pcm_pointer = hda_dsp_pcm_pointer,
5858
.pcm_ack = hda_dsp_pcm_ack,
5959

60-
.get_stream_position = hda_dsp_get_stream_llp,
6160
.get_dai_frame_counter = hda_dsp_get_stream_llp,
6261
.get_host_byte_counter = hda_dsp_get_stream_ldp,
6362

0 commit comments

Comments
 (0)