]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: omap-hdmi-audio: No not use IEC958_AES1_PRO_MODE_NOTID
authorJyri Sarha <jsarha@ti.com>
Wed, 1 Apr 2015 17:35:57 +0000 (20:35 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 1 Apr 2015 20:29:33 +0000 (21:29 +0100)
commitc76934a3689d749950cdb9f46113a557de6fd636
tree8f3ff919d3403da02e277d3ad4a53775284be1cc
parent3d3b8e14d5338ccfc67ab35a7c62f848dda8084b
ASoC: omap-hdmi-audio: No not use IEC958_AES1_PRO_MODE_NOTID

No IEC958_AES?_PRO_* macros should be used in HDMI consumer audio mode
and IEC958_AES1_PRO_MODE_NOTID should be applied to byte 1 when
applicable. However IEC958_AES1_PRO_MODE_NOTID is defined as 0 so this
fix does not affect the functionality in any way.

Reported-by: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/omap/omap-hdmi-audio.c