commit | 1de005d47d90343666c5cc50a50929e05e52baac | [log] [tgz] |
---|---|---|
author | Jerome Brunet <jbrunet@baylibre.com> | Mon May 06 11:58:14 2019 +0200 |
committer | Mark Brown <broonie@kernel.org> | Wed May 08 17:16:05 2019 +0900 |
tree | 33f1cd74440fde8452ba10374033fe3d8c5e401d | |
parent | 3fcf94ef4d418668fa66e33ce9aabb05689b55f6 [diff] |
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>