commit | 347d1c4b0779cbeabaebb9b8e9967afe28db22f1 | [log] [tgz] |
---|---|---|
author | Slawomir Blauciak <slawomir.blauciak@linux.intel.com> | Mon Jun 03 11:20:32 2019 -0500 |
committer | Mark Brown <broonie@kernel.org> | Mon Jun 03 17:42:50 2019 +0100 |
tree | 5ade08993252379907be43b8a92646ee2cb744ab | |
parent | f86588302360e01fd0e0a4fc1a8d1b05e85e5173 [diff] |
ASoC: SOF: ipc: replace fw ready bitfield with explicit bit ordering Previously the structure used bitfields, which do not guarantee bit ordering. This change makes sure the order is clearly defined. It also renames and repurposes the field for general use. Signed-off-by: Slawomir Blauciak <slawomir.blauciak@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>