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

Commit 1e9c3eb4 authored by Meng Wang's avatar Meng Wang
Browse files

ASoC: core: update NAME_SIZE to 64



Sometimes the DAPM widget info is longer than 32.
Update NAME_SIZE to 64 to resolve it.

Change-Id: Iadcba84c61285ecdbccf4950b83f1d89aca5897b
Signed-off-by: default avatarMeng Wang <mengw@codeaurora.org>
parent ee338536
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -43,7 +43,11 @@
#define CREATE_TRACE_POINTS
#include <trace/events/asoc.h>

#ifdef CONFIG_AUDIO_QGKI
#define NAME_SIZE	64
#else
#define NAME_SIZE	32
#endif

#ifdef CONFIG_DEBUG_FS
struct dentry *snd_soc_debugfs_root;