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

Commit 7d7f4462 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: core: update NAME_SIZE to 64"

parents e2c19981 1e9c3eb4
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;