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)
commitef39412622b6e8f09c383de9565b07e93553fc27
tree5ffee40d5e4908f0cfa0484640ac04da47b18aa1
parent33745fb3448f90d2b9e414ccc6689e9ee70cfae4
ASoC: Kill BUS_ID_SIZE

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>
sound/soc/txx9/txx9aclc.c