Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38f93e73 authored by Meng Wang's avatar Meng Wang Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: codec: change module folder name to msm-dig-codec for msm8909w



Codec name of msm8909w is msm-dig-codec. When connecting to QACT, it would
read the folder name of /proc/asound/card0/codecs/msm-dig-codec. If it does
not match with codec name, it would fail to connect QACT.
Change folder name to msm-dig-codec to fix this issue.

Change-Id: I71dda8b5f1d23f299c102f546520ba535ab73695
Signed-off-by: default avatarMeng Wang <mwang@codeaurora.org>
parent 9fa863fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1066,7 +1066,7 @@ int msm_dig_codec_info_create_codec_entry(struct snd_info_entry *codec_root,
	msm_dig_cdc = snd_soc_codec_get_drvdata(codec);
	card = codec->component.card;
	msm_dig_cdc->entry = snd_register_module_info(codec_root->module,
							     "msm_digital_codec",
							     "msm-dig-codec",
							     codec_root);
	if (!msm_dig_cdc->entry) {
		dev_dbg(codec->dev, "%s: failed to create msm-digital entry\n",