ALSA: hda - Use snprintf() to be safer
authorTakashi Iwai <tiwai@suse.de>
Wed, 22 Jul 2009 14:02:46 +0000 (16:02 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 22 Jul 2009 14:02:46 +0000 (16:02 +0200)
commit86de7416600e93835eeacee379aea939b6a0917a
tree61f1ff47bd1a52a61076597118957cf5c32aff98
parentb04add956616b6d89ff21da749b46ad2bd58ef32
ALSA: hda - Use snprintf() to be safer

Use snprint() for creating the jack name string instead of sprintf()
in patch_sigmatel.c.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c