ASoC: Intel: bxt: add channel map support in bxt_da7219_max98357a machine
authorJeeja KP <jeeja.kp@intel.com>
Tue, 24 Jan 2017 16:19:07 +0000 (21:49 +0530)
committerMark Brown <broonie@kernel.org>
Sat, 4 Feb 2017 12:10:23 +0000 (13:10 +0100)
commitba2103467794645e43d8115bef6f4fd18a40b47b
treed7ff3cb39aa7c53688fb53cb5455d0a11ecd6b49
parent6d707a74a79c7698bd3b797586c2f6ae55eae56c
ASoC: Intel: bxt: add channel map support in bxt_da7219_max98357a machine

HDMI registers channel map controls per PCM. As PCMs are not
registered during dai_link init callback, store the pcm ids and
codec DAIs during this init callback.

Register for late probe and call the jack_init API which also
registers channel map in the late probe callback handler.

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/bxt_da7219_max98357a.c