Skip to content

Instantly share code, notes, and snippets.

@carlocaione
Created February 18, 2016 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlocaione/7100fdb5c6238b85afa4 to your computer and use it in GitHub Desktop.
Save carlocaione/7100fdb5c6238b85afa4 to your computer and use it in GitHub Desktop.
diff --git a/sound/soc/aml/m8/aml_m8.c b/sound/soc/aml/m8/aml_m8.c
index 6685521..749e1ba 100644
--- a/sound/soc/aml/m8/aml_m8.c
+++ b/sound/soc/aml/m8/aml_m8.c
@@ -714,6 +714,7 @@ static struct snd_soc_dai_link aml_codec_dai_link[] = {
.platform_name = "aml-i2s.0",
//.codec_name = "aml_m8_codec.0",
.ops = &aml_asoc_ops,
+ .no_pcm = 1,
},
#ifdef CONFIG_SND_SOC_PCM2BT
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment