Skip to content

Commit e3a453e

Browse files
committed
fixup! ASoC: SOF: Intel: hdac_ext_stream: consistent prefixes for variables/members
missed a rename Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 6ef3a86 commit e3a453e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/soc/sof/intel/hda-probes.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ int hda_probe_compr_trigger(struct snd_sof_dev *sdev,
9393
struct snd_compr_stream *cstream, int cmd,
9494
struct snd_soc_dai *dai)
9595
{
96-
struct hdac_ext_stream *stream = hda_compr_get_stream(cstream);
96+
struct hdac_ext_stream *hext_stream = hda_compr_get_stream(cstream);
9797

98-
return hda_dsp_stream_trigger(sdev, stream, cmd);
98+
return hda_dsp_stream_trigger(sdev, hext_stream, cmd);
9999
}
100100

101101
int hda_probe_compr_pointer(struct snd_sof_dev *sdev,

0 commit comments

Comments
 (0)