ASoC: fix message display in CS4270 codec driver
authorTimur Tabi <timur@freescale.com>
Mon, 2 Feb 2009 21:08:29 +0000 (15:08 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 2 Feb 2009 21:34:06 +0000 (21:34 +0000)
commita6c255e0945160b76eabe983f59e2129e0c66246
tree724a72ac4122c759f30ce2f384be47b65dd7d94d
parentd9fb7fbddc9a14569aad517984c1a5b0b07002ea
ASoC: fix message display in CS4270 codec driver

Replace printk calls with dev_xxx calls.  Set the 'dev' field of the codec
and codec_dai structures so that these calls work.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/cs4270.c