diff options
author | Mengdong Lin <mengdong.lin@linux.intel.com> | 2016-04-19 13:12:35 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-04-20 17:14:43 +0100 |
commit | 2f0ad49104cbb19db24442af736614659363d2ab (patch) | |
tree | a9bf04d7e055f266189dcb12032caf8431aae868 /include/sound/soc.h | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) | |
download | blackbird-op-linux-2f0ad49104cbb19db24442af736614659363d2ab.tar.gz blackbird-op-linux-2f0ad49104cbb19db24442af736614659363d2ab.zip |
ASoC: Change DAI link's be_id to a generic id
The generic ID can be used by topology:
- Toplogy can create FE links and set their ID, machine drivers will
be notified and check this ID for machine-specific init.
- Toplogy can use the ID to find existing BE & CC links and further
configure them.
Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 02b4a215fd75..ef25e86d51ee 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -1002,7 +1002,7 @@ struct snd_soc_dai_link { */ const char *platform_name; struct device_node *platform_of_node; - int be_id; /* optional ID for machine driver BE identification */ + int id; /* optional ID for machine driver link identification */ const struct snd_soc_pcm_stream *params; unsigned int num_params; |