aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/boards/cht_bsw_rt5672.c
diff options
context:
space:
mode:
authorMengdong Lin <mengdong.lin@linux.intel.com>2016-04-19 01:12:35 -0400
committerMark Brown <broonie@kernel.org>2016-04-20 12:14:43 -0400
commit2f0ad49104cbb19db24442af736614659363d2ab (patch)
treea9bf04d7e055f266189dcb12032caf8431aae868 /sound/soc/intel/boards/cht_bsw_rt5672.c
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
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 'sound/soc/intel/boards/cht_bsw_rt5672.c')
-rw-r--r--sound/soc/intel/boards/cht_bsw_rt5672.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/cht_bsw_rt5672.c b/sound/soc/intel/boards/cht_bsw_rt5672.c
index 2e5347f8f96c..df9d254baa18 100644
--- a/sound/soc/intel/boards/cht_bsw_rt5672.c
+++ b/sound/soc/intel/boards/cht_bsw_rt5672.c
@@ -273,7 +273,7 @@ static struct snd_soc_dai_link cht_dailink[] = {
273 { 273 {
274 /* SSP2 - Codec */ 274 /* SSP2 - Codec */
275 .name = "SSP2-Codec", 275 .name = "SSP2-Codec",
276 .be_id = 1, 276 .id = 1,
277 .cpu_dai_name = "ssp2-port", 277 .cpu_dai_name = "ssp2-port",
278 .platform_name = "sst-mfld-platform", 278 .platform_name = "sst-mfld-platform",
279 .no_pcm = 1, 279 .no_pcm = 1,