ASoC: hdmi-codec: remove reference to the dai drivers in the private data
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 6 May 2019 09:58:14 +0000 (11:58 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 8 May 2019 08:16:05 +0000 (17:16 +0900)
commit1de005d47d90343666c5cc50a50929e05e52baac
tree33f1cd74440fde8452ba10374033fe3d8c5e401d
parent3fcf94ef4d418668fa66e33ce9aabb05689b55f6
ASoC: hdmi-codec: remove reference to the dai drivers in the private data

Keeping the a pointer to the dai drivers is not necessary. It is not used
by the hdmi_codec after the probe.

Even if it was used, the 'struct snd_soc_dai_driver' can accessed through
the 'struct snd_soc_dai' so keeping the pointer in the private data
structure is not useful.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/hdmi-codec.c