]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: x86: Flatten two abstraction layers
authorTakashi Iwai <tiwai@suse.de>
Tue, 31 Jan 2017 12:52:22 +0000 (13:52 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Feb 2017 16:31:35 +0000 (17:31 +0100)
commitda8648097497505d05d8cff6892351f99c029791
tree4e107ece33e302157501cb7636f66556ee0babe5
parenteeb756c5bf7566fd79312798a32f59e594688b79
ALSA: x86: Flatten two abstraction layers

This is the final stage for a big clean-up series.  Here we flatten
the two layers into one.  Formerly, the implementation was split to
HDMI "shell" that talks with the platform device, and HDMI audio part
that communicates via caps and other event handlers.  All these would
be good if there were multiple instantiations or if there were data
protection.  But neither are true in our case.  That said, it'll be
easier to have a flat driver structure in the end.

In this patch, the former struct hdmi_lpe_audio_ctx is forged into the
existing struct snd_intelhad.  The latter has already a few members
that are basically the copy from the former.  Only a few new members
for the lowlevel I/O are added by this change.

Then, the had_get_caps() and had_set_caps() are simply replaced with
the direct calls to copy the data in the struct fields.  Also, the
had_event_handler() calls are replaced with the direct call for each
event as well.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/Makefile
sound/x86/intel_hdmi_audio.c
sound/x86/intel_hdmi_audio.h
sound/x86/intel_hdmi_audio_if.c
sound/x86/intel_hdmi_lpe_audio.c [deleted file]
sound/x86/intel_hdmi_lpe_audio.h