]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: x86: Rearrange defines
authorTakashi Iwai <tiwai@suse.de>
Tue, 7 Feb 2017 11:17:23 +0000 (12:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 7 Feb 2017 14:12:37 +0000 (15:12 +0100)
commit77531beeb97d079fb422d2b78a0d75c564384310
treea3137bab83c04a1f58911291fa9cc71fb820fb64
parent1df989242d3d790aec79e72d12874bf763c958e1
ALSA: x86: Rearrange defines

We have two header files and everything is mixed up chaotically.
Move the chip-specific definitions like the hardware registers to
intel_hdmi_lpe_audio.h, and the rest, the implementation specific
stuff into intel_hdmi_audio.h.

In addition, put some more comments to the register fields, and fix
the incorrect name prefix for AUD_HDMI_STATUS bits, too.

The whole changes are merely a code shuffling, and there is no
functional change.

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