]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: x86: Drop unused fields from pcm_stream_info
authorTakashi Iwai <tiwai@suse.de>
Wed, 1 Feb 2017 21:25:58 +0000 (22:25 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Feb 2017 16:35:56 +0000 (17:35 +0100)
commit7d9e79869ba2a8a552f4c2cf1df44cf9a0822f02
tree443c0c8f7a7deec8022ff19778706f5615071d58
parentfa5dfe6a01481a8fa00469be42ea32beb468a501
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>
sound/x86/intel_hdmi_audio.c
sound/x86/intel_hdmi_audio.h