commit | 975cc02a904ae385721f1bdb65eb1bcf707dfaf1 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jun 28 11:56:49 2013 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jun 28 12:14:44 2013 +0200 |
tree | 9ca3c2937ff979fe3f7266f9c1902a60011a61f0 | |
parent | 0c055b3413868227f2e85701c4e6938c9581f0e2 [diff] |
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 <tiwai@suse.de>