[alsa-devel] [PATCH 0/3] ALSA: hda: Move chmap helpers to core
Subhransu S. Prusty
subhransu.s.prusty at intel.com
Mon Feb 22 09:00:37 CET 2016
The HDMI channel map helper APIs and control registration can be
reused by ASoC skylake HDMI drivers.
A common chmap object is created, channel map control callback
handlers, helper APIs and data structures are moved to the core.
Driver object store an instance of this chmap object to register
chmap controls and program channel allocation for HDMI infoframe.
Driver registers ops for specific operations.
Subhransu S. Prusty (3):
ALSA: hda - Create common chmap object
ALSA: hda - Move chmap support helpers/structures to core
ALSA: hda - Use the helpers from HDA core
include/sound/hdaudio.h | 1 +
include/sound/hdmi_chmap.h | 84 +++++
sound/hda/Makefile | 2 +-
sound/hda/hdmi_chmap.c | 763 +++++++++++++++++++++++++++++++++++++++++++
sound/pci/hda/hda_eld.c | 31 +-
sound/pci/hda/patch_hdmi.c | 794 ++++-----------------------------------------
6 files changed, 923 insertions(+), 752 deletions(-)
create mode 100644 include/sound/hdmi_chmap.h
create mode 100644 sound/hda/hdmi_chmap.c
--
1.9.1
More information about the Alsa-devel
mailing list