All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] ALSA: hda: Move chmap helpers to core
@ 2016-03-02 12:03 Subhransu S. Prusty
  2016-03-02 12:03 ` [PATCH v2 1/7] ALSA: hda - Create common chmap object Subhransu S. Prusty
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Subhransu S. Prusty @ 2016-03-02 12:03 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.

changes in v2:
	- Splitted patches for easier review
	- Access most of chmap helpers through ops, thus reducing
	  number of exported APIs for chmap support

Subhransu S. Prusty (7):
  ALSA: hda - Create common chmap object
  ALSA: hda - Register chmap obj as priv data instead of codec
  ALSA: hda - Use hdmi name space for CEA spk alloc structure
  ALSA: hda - Add hdmi chmap verb programming ops to chmap object
  ALSA: hda - Use ops instead of directly accessing chmap helpers
  ALSA: hda - Move chmap support helpers/ops to core
  ALSA: hda - Use snd_hdmi namespace prefix for printing ch alloc api

 include/sound/hdmi_chmap.h |  75 ++++
 sound/hda/Makefile         |   2 +-
 sound/hda/hdmi_chmap.c     | 791 ++++++++++++++++++++++++++++++++++++++++++
 sound/pci/hda/hda_eld.c    |  31 +-
 sound/pci/hda/patch_hdmi.c | 830 +++++----------------------------------------
 5 files changed, 957 insertions(+), 772 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] 15+ messages in thread

end of thread, other threads:[~2016-03-03 13:37 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-02 12:03 [PATCH v2 0/7] ALSA: hda: Move chmap helpers to core Subhransu S. Prusty
2016-03-02 12:03 ` [PATCH v2 1/7] ALSA: hda - Create common chmap object Subhransu S. Prusty
2016-03-02 12:03 ` [PATCH v2 2/7] ALSA: hda - Register chmap obj as priv data instead of codec Subhransu S. Prusty
2016-03-02 16:05   ` Takashi Iwai
2016-03-02 12:03 ` [PATCH v2 3/7] ALSA: hda - Use hdmi name space for CEA spk alloc structure Subhransu S. Prusty
2016-03-02 16:09   ` Takashi Iwai
2016-03-02 12:03 ` [PATCH v2 4/7] ALSA: hda - Add hdmi chmap verb programming ops to chmap object Subhransu S. Prusty
2016-03-02 12:03 ` [PATCH v2 5/7] ALSA: hda - Use ops instead of directly accessing chmap helpers Subhransu S. Prusty
2016-03-02 16:03   ` Takashi Iwai
2016-03-03 11:29     ` Vinod Koul
2016-03-03 11:39       ` Takashi Iwai
2016-03-03 11:54         ` Subhransu S. Prusty
2016-03-03 13:37           ` Takashi Iwai
2016-03-02 12:03 ` [PATCH v2 6/7] ALSA: hda - Move chmap support helpers/ops to core Subhransu S. Prusty
2016-03-02 12:03 ` [PATCH v2 7/7] ALSA: hda - Use snd_hdmi namespace prefix for printing ch alloc api Subhransu S. Prusty

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.