ALSA: replace strict_strto*() with kstrto*()
authorJingoo Han <jg1.han@samsung.com>
Fri, 19 Jul 2013 07:24:59 +0000 (16:24 +0900)
committerTakashi Iwai <tiwai@suse.de>
Sun, 21 Jul 2013 09:56:18 +0000 (11:56 +0200)
The usage of strict_strto*() is not preferred, because
strict_strto*() is obsolete. Thus, kstrto*() should be
used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found