commit | 663819fb7d7e21f45431db1a2c0180bf2388ed2f | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Aug 07 17:55:14 2013 +0300 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Aug 08 12:04:18 2013 +0200 |
tree | 80a67b67614e7abdddba30d457114b8eec00bc37 | |
parent | e7e58df8ef3c9edb09a240084b4e0523c12bcb71 [diff] |
ALSA: don't push static constants on stack for %*ph There is no need to pass constants via stack. The width may be explicitly specified in the format. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>