From 6d78b26c68d6e75d556752fdd8f85d96de176dea Mon Sep 17 00:00:00 2001 From: Ramesh Babu K V Date: Thu, 6 Oct 2011 16:18:21 +0100 Subject: [PATCH] ASoC: mfld_machine: add voice dai support in mfld machine driver This patch adds support voice dai in machine driver. Change-Id: I77356d4eeb7fcca5304fc109cd6d409d0ffc453d Signed-off-by: Ramesh Babu K V Signed-off-by: Vinod Koul --- sound/soc/mid-x86/mfld_machine.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sound/soc/mid-x86/mfld_machine.c b/sound/soc/mid-x86/mfld_machine.c index 597fdde..19130ed 100644 --- a/sound/soc/mid-x86/mfld_machine.c +++ b/sound/soc/mid-x86/mfld_machine.c @@ -321,6 +321,15 @@ struct snd_soc_dai_link mfld_msic_dailink[] = { .platform_name = "sst-platform", .init = NULL, }, + { + .name = "Medfield Voice", + .stream_name = "Voice", + .cpu_dai_name = "Voice-cpu-dai", + .codec_dai_name = "SN95031 Voice", + .codec_name = "sn95031", + .platform_name = "sst-platform", + .init = NULL, + }, }; /* SoC card */ -- 2.7.4