mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
Merge branch 'fix/asoc' into for-linus
This commit is contained in:
commit
9dde3f92a7
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ static void soc_init_codec_debugfs(struct snd_soc_codec *codec)
|
|||
printk(KERN_WARNING
|
||||
"ASoC: Failed to create codec register debugfs file\n");
|
||||
|
||||
codec->debugfs_pop_time = debugfs_create_u32("dapm_pop_time", 0744,
|
||||
codec->debugfs_pop_time = debugfs_create_u32("dapm_pop_time", 0644,
|
||||
codec->debugfs_codec_root,
|
||||
&codec->pop_time);
|
||||
if (!codec->debugfs_pop_time)
|
||||
|
|
Loading…
Reference in a new issue