diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-02-01 22:03:26 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-02-03 17:35:42 +0100 |
commit | fa5dfe6a01481a8fa00469be42ea32beb468a501 (patch) | |
tree | c4348d6d29853aa1dc99b1097c004681c33078a5 /sound/x86/intel_hdmi_audio.h | |
parent | ALSA: x86: Drop superfluous state field (diff) | |
download | linux-fa5dfe6a01481a8fa00469be42ea32beb468a501.tar.xz linux-fa5dfe6a01481a8fa00469be42ea32beb468a501.zip |
ALSA: x86: Drop redundant had_stream_pvt
The had_stream_pvt struct assigned to PCM runtime private data tracks
merely the stream running status, and the very same information is
carried by had_stream->stream_type. Kill it.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/x86/intel_hdmi_audio.h')
-rw-r--r-- | sound/x86/intel_hdmi_audio.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/x86/intel_hdmi_audio.h b/sound/x86/intel_hdmi_audio.h index 258396e61829..3bd2bb60f1f1 100644 --- a/sound/x86/intel_hdmi_audio.h +++ b/sound/x86/intel_hdmi_audio.h @@ -86,12 +86,6 @@ struct ring_buf_info { u8 is_valid; }; -struct had_stream_pvt { - enum had_stream_status stream_status; - int stream_ops; - ssize_t dbg_cum_bytes; -}; - struct had_stream_data { enum had_status_stream stream_type; }; |