From: Vinod Koul Date: Thu, 16 Aug 2012 11:40:40 +0000 (+0530) Subject: ASoC: add definations for compressed operations X-Git-Tag: v3.7-rc1~81^2~14^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4968107786e75f5aaba3c1c8e959ccbae929457f;p=pandora-kernel.git ASoC: add definations for compressed operations Here we update the asoc structures to add compress stream definations First the struct snd_soc_dai_driver adds a new member to indicate if the dai is compressed or pcm. Next we add a new structre the struct snd_soc_compr_ops in the struct snd_soc_dai_link. This is to be used for machine driver to perform any opertaions required for setting up compressed audio streams next is the compressed data operations, they are added using struct snd_compr_ops in the struct snd_soc_platform_driver. Signed-off-by: Namarta Kohli Signed-off-by: Ramesh Babu K V Signed-off-by: Vinod Koul Signed-off-by: Mark Brown --- Reading git-diff-tree failed