commit | 7d9e79869ba2a8a552f4c2cf1df44cf9a0822f02 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Feb 01 22:25:58 2017 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Feb 03 17:35:56 2017 +0100 |
tree | 443c0c8f7a7deec8022ff19778706f5615071d58 | |
parent | fa5dfe6a01481a8fa00469be42ea32beb468a501 [diff] |
ALSA: x86: Drop unused fields from pcm_stream_info The struct pcm_stream_info contains a few unused or useless fields. str_id is always zero, buffer_ptr is volatile, never read, and sfreq is nowhere referred. Kill them. Signed-off-by: Takashi Iwai <tiwai@suse.de>