summaryrefslogtreecommitdiff
path: root/sound/soc/mid-x86/mfld_machine.c
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@linux.intel.com>2012-08-16 15:40:42 +0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-08-20 23:50:39 +0400
commitc514a9119a982a6c7a9fd29ee62c0ba8a8e4c7d1 (patch)
treeb5a94c730f16b0809b8425be19b67fd276da6593 /sound/soc/mid-x86/mfld_machine.c
parent1245b7005de02d5bfa0c321df925f5b6c83c99e1 (diff)
downloadlinux-c514a9119a982a6c7a9fd29ee62c0ba8a8e4c7d1.tar.xz
ASoC: mid-x86 - add support for compressed streams
Signed-off-by: Namarta Kohli <namartax.kohli@intel.com> Signed-off-by: Ramesh Babu K V <ramesh.babu@intel.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/mid-x86/mfld_machine.c')
-rw-r--r--sound/soc/mid-x86/mfld_machine.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/mid-x86/mfld_machine.c b/sound/soc/mid-x86/mfld_machine.c
index 2937e54da49e..2cc7782714b5 100644
--- a/sound/soc/mid-x86/mfld_machine.c
+++ b/sound/soc/mid-x86/mfld_machine.c
@@ -318,6 +318,15 @@ static struct snd_soc_dai_link mfld_msic_dailink[] = {
.platform_name = "sst-platform",
.init = NULL,
},
+ {
+ .name = "Medfield Compress",
+ .stream_name = "Speaker",
+ .cpu_dai_name = "Compress-cpu-dai",
+ .codec_dai_name = "SN95031 Speaker",
+ .codec_name = "sn95031",
+ .platform_name = "sst-platform",
+ .init = NULL,
+ },
};
/* SoC card */