ASoC: Intel: sst: Remove unused STREAM_DECODE and STREAM_RESET states
STREAM_DECODE is completely unused, status == STREAM_RESET was checked for, but never set, remove both. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:

committed by
Mark Brown

parent
8cf732bbd8
commit
de9833476d
@@ -65,9 +65,7 @@ enum sst_stream_states {
|
||||
STREAM_UN_INIT = 0, /* Freed/Not used stream */
|
||||
STREAM_RUNNING = 1, /* Running */
|
||||
STREAM_PAUSED = 2, /* Paused stream */
|
||||
STREAM_DECODE = 3, /* stream is in decoding only state */
|
||||
STREAM_INIT = 4, /* stream init, waiting for data */
|
||||
STREAM_RESET = 5, /* force reset on recovery */
|
||||
STREAM_INIT = 3, /* stream init, waiting for data */
|
||||
};
|
||||
|
||||
enum sst_ram_type {
|
||||
|
Reference in New Issue
Block a user