We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef3a86 commit e3a453eCopy full SHA for e3a453e
1 file changed
sound/soc/sof/intel/hda-probes.c
@@ -93,9 +93,9 @@ int hda_probe_compr_trigger(struct snd_sof_dev *sdev,
93
struct snd_compr_stream *cstream, int cmd,
94
struct snd_soc_dai *dai)
95
{
96
- struct hdac_ext_stream *stream = hda_compr_get_stream(cstream);
+ struct hdac_ext_stream *hext_stream = hda_compr_get_stream(cstream);
97
98
- return hda_dsp_stream_trigger(sdev, stream, cmd);
+ return hda_dsp_stream_trigger(sdev, hext_stream, cmd);
99
}
100
101
int hda_probe_compr_pointer(struct snd_sof_dev *sdev,
0 commit comments