ASoC: hdmi-codec: remove unused definitions
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 22 Aug 2022 18:42:35 +0000 (20:42 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 31 Aug 2022 11:13:00 +0000 (12:13 +0100)
commitc90d6054ff9d75bc185c48b798b745aa2c05236c
tree811e1b866d5aa3413d9ab8878555e2d183cdb749
parentced579dcaaa45fe16ac6c12fe847d650734af7bb
ASoC: hdmi-codec: remove unused definitions

cppcheck warning:

sound/soc/codecs/hdmi-codec.c:24:16: style: struct member
'hdmi_codec_channel_ma`p_table::map' is never used. [unusedStructMember]
 unsigned char map; /* ALSA API channel map position */
               ^

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Chao Song <chao.song@intel.com>
Link: https://lore.kernel.org/r/20220822184239.169757-2-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/hdmi-codec.c