ASoC: tegra-alt: bclk callback in dmic driver

add dummy bclk callback function in dmic driver.

Bug 1782976

Change-Id: I11e5276cb64c9747fc077188c922352254b3e663
Signed-off-by: Mohan Kumar <mkumard@nvidia.com>
Reviewed-on: http://git-master/r/1180062
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Viswanath L <viswanathl@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com>
This commit is contained in:
Mohan Kumar
2016-07-13 10:08:42 +05:30
committed by Sameer Pujar
parent 0f8f5227e2
commit 75e706fda1

View File

@@ -115,6 +115,12 @@ static int tegra210_dmic_suspend(struct device *dev)
}
#endif
static int tegra210_dmic_set_dai_bclk_ratio(struct snd_soc_dai *dai,
unsigned int ratio)
{
return 0;
}
static int tegra210_dmic_hw_params(struct snd_pcm_substream *substream,
struct snd_pcm_hw_params *params,
struct snd_soc_dai *dai)
@@ -274,6 +280,7 @@ static int tegra210_dmic_codec_probe(struct snd_soc_codec *codec)
static struct snd_soc_dai_ops tegra210_dmic_dai_ops = {
.hw_params = tegra210_dmic_hw_params,
.set_bclk_ratio = tegra210_dmic_set_dai_bclk_ratio,
};
static struct snd_soc_dai_driver tegra210_dmic_dais[] = {