]> git.baikalelectronics.ru Git - kernel.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)
commitbb34030eb8e57753f6309acb4f47c04b21e6fa42
treea3137bab83c04a1f58911291fa9cc71fb820fb64
parentd43d21f09020979abfdf9bc0cf1e9fe36f5f240d
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