commit | 0cf4610b9f297e570da4d98514b310f076ecc8ab | [log] [tgz] |
---|---|---|
author | Jerome Brunet <jbrunet@baylibre.com> | Mon May 06 11:58:15 2019 +0200 |
committer | Mark Brown <broonie@kernel.org> | Wed May 08 17:16:28 2019 +0900 |
tree | 49ab58a4b6adac954a67790a152129c36d5d9061 | |
parent | 1de005d47d90343666c5cc50a50929e05e52baac [diff] |
ASoC: hdmi-codec: remove ops dependency on the dai id The dependency on the dai_id can be removed by setting different ops for the i2s and spdif dai and storing the dai format information in each dai structure. It simplies the code a bit. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>