Commit b34040b
ASoC: SOF: trace: fix a put stream failed issue
We clear hstream->opened in hda_dsp_stream_put_cstream(), the redundant
clear before that is leading to *_put_cstream() fail and error like 'tag
1 not opened!' reported.
Here remove this extra clear to fix the issue.
Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>1 parent 3c1f692 commit b34040b
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
0 commit comments