ASoC: Kill BUS_ID_SIZE
authorTakashi Iwai <tiwai@suse.de>
Wed, 17 Jun 2009 09:42:45 +0000 (11:42 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 17 Jun 2009 09:42:45 +0000 (11:42 +0200)
Remove the use of BUS_ID_SIZE from txx9aclc.c, as BUS_ID_SIZE will be
removed soon later.

Also, use snprintf() instead of sprintf() as a safer operation.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found