From: Takashi Iwai Date: Fri, 28 Jun 2013 09:56:49 +0000 (+0200) Subject: ALSA: Replace the magic number 44 with const X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~15^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=975cc02a904ae385721f1bdb65eb1bcf707dfaf1;p=pandora-kernel.git ALSA: Replace the magic number 44 with const The char arrays with size 44 are for the name string of snd_ctl_elem_id. Define the constant and replace the raw numbers with it for clarifying better. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed