commit | ef39412622b6e8f09c383de9565b07e93553fc27 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jun 17 11:42:45 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jun 17 11:42:45 2009 +0200 |
tree | 5ffee40d5e4908f0cfa0484640ac04da47b18aa1 | |
parent | 33745fb3448f90d2b9e414ccc6689e9ee70cfae4 [diff] |
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>