diff options
author | Vinod Koul <vinod.koul@linux.intel.com> | 2012-08-16 17:10:42 +0530 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-20 20:50:39 +0100 |
commit | c514a9119a982a6c7a9fd29ee62c0ba8a8e4c7d1 (patch) | |
tree | b5a94c730f16b0809b8425be19b67fd276da6593 /sound/soc/mid-x86/mfld_machine.c | |
parent | 1245b7005de02d5bfa0c321df925f5b6c83c99e1 (diff) |
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.c | 9 |
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 2937e54da49..2cc7782714b 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 */ |