13 Oct
2008
13 Oct
'08
2:54 p.m.
At Mon, 13 Oct 2008 18:09:36 +0530, Arun KS wrote:
From 5355b18bec0d5286776be806dc06ef58ac1a818d Mon Sep 17 00:00:00 2001 From: Arun KS arunks@mistralsolutions.com Date: Mon, 13 Oct 2008 15:47:25 +0530 Subject: [PATCH] ALSA: ASoC: Fix compile-time warning for tlv320aic23.c
Fixes this warning:
sound/soc/codecs/tlv320aic23.c: In function 'tlv320aic23_write': sound/soc/codecs/tlv320aic23.c:104: warning: passing argument 2 of 'codec->hw_write' makes pointer from integer without a cast
Replaces i2c smbus write function with standard i2c write function
Signed-off-by: Arun KS arunks@mistralsolutions.com
Applied now. Thanks.
Takashi