alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ALSA: hda: Move chmap helpers to core
@ 2016-02-22  8:00 Subhransu S. Prusty
  2016-02-22  8:00 ` [PATCH 1/3] ALSA: hda - Create common chmap object Subhransu S. Prusty
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Subhransu S. Prusty @ 2016-02-22  8:00 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, patches.audio, broonie, Subhransu S. Prusty, lgirdwood

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-02-22 10:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22  8:00 [PATCH 0/3] ALSA: hda: Move chmap helpers to core Subhransu S. Prusty
2016-02-22  8:00 ` [PATCH 1/3] ALSA: hda - Create common chmap object Subhransu S. Prusty
2016-02-22  9:32   ` Takashi Iwai
2016-02-22  9:44     ` Subhransu S. Prusty
2016-02-22  8:00 ` [PATCH 2/3] ALSA: hda - Move chmap support helpers/structures to core Subhransu S. Prusty
2016-02-22  9:44   ` Takashi Iwai
2016-02-22 10:53     ` Subhransu S. Prusty
2016-02-22  8:00 ` [PATCH 3/3] ALSA: hda - Use the helpers from HDA core Subhransu S. Prusty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).