ASoC: hdac_hdmi: Move channel info from pin to PCM structure
authorJeeja KP <jeeja.kp@intel.com>
Tue, 24 Jan 2017 16:19:05 +0000 (21:49 +0530)
committerMark Brown <broonie@kernel.org>
Sat, 4 Feb 2017 12:07:03 +0000 (13:07 +0100)
commitab1eea19d0223481fab7345072825d00ce98c339
treed3096b6b48bbde9d646dc9ca182ccdd297443973
parent77e546b7ba3e39e8a739cb18489582044222b7ba
ASoC: hdac_hdmi: Move channel info from pin to PCM structure

Channel info is part of the pcm parameter and channel map control is
created for each pcm. So move channel info to pcm instead of pin
structure and the mutex lock to pcm.

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