]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: x86: Remove _v[12] suffices
authorTakashi Iwai <tiwai@suse.de>
Tue, 31 Jan 2017 17:14:15 +0000 (18:14 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Feb 2017 16:34:40 +0000 (17:34 +0100)
commit4151ee845ad8230d18ac4a0e0bf1037180c6d2d9
tree7160197e65adf8b7c72a9f2019eb5dc3140d10ed
parent2e52f5e518fb79aca459fcd25c3b8f185aa4bcf7
ALSA: x86: Remove _v[12] suffices

Although we dropped the most of the obsoleted *_v1 definitions and
codes, some codes still keep the _v1 or _v2 suffices.  Now they are
ripped off.

The only thing to be done carefully here is the definition of control
offsets.  The original code defines enum hdmi_ctrl_reg_offset_v1 and
a few new elements just for v2 on its top.  After this cleanup, we
remove the old AUD_HDMI_STATUS and AUD_HDMIW_INFOFR definitions and
replace with the v2 values.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/intel_hdmi_audio.c
sound/x86/intel_hdmi_audio.h
sound/x86/intel_hdmi_lpe_audio.h