aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-04-14 06:27:12 -0400
committerTakashi Iwai <tiwai@suse.de>2009-04-14 06:27:12 -0400
commitd7dee4d7744d039bf28e4f6d4f5674f44820265a (patch)
treedcda81d87c198418de553ec24f2dd43cc615ea75 /sound
parent7852fd08fdc78bf43150137bdbfdfdccdefffe0f (diff)
ALSA: lx6464es - Disable lx_message_send()
Disable lx_message_send() function temporarily as it's not used anywhere. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/lx6464es/lx_core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/lx6464es/lx_core.c b/sound/pci/lx6464es/lx_core.c
index a9f8f882b107..5812780d6e89 100644
--- a/sound/pci/lx6464es/lx_core.c
+++ b/sound/pci/lx6464es/lx_core.c
@@ -314,6 +314,7 @@ static inline void lx_message_dump(struct lx_rmh *rmh)
314#define XILINX_POLL_NO_SLEEP 100 314#define XILINX_POLL_NO_SLEEP 100
315#define XILINX_POLL_ITERATIONS 150 315#define XILINX_POLL_ITERATIONS 150
316 316
317#if 0 /* not used now */
317static int lx_message_send(struct lx6464es *chip, struct lx_rmh *rmh) 318static int lx_message_send(struct lx6464es *chip, struct lx_rmh *rmh)
318{ 319{
319 u32 reg = ED_DSP_TIMED_OUT; 320 u32 reg = ED_DSP_TIMED_OUT;
@@ -404,6 +405,7 @@ polling_successful:
404 lx_message_dump(rmh); 405 lx_message_dump(rmh);
405 return 0; 406 return 0;
406} 407}
408#endif /* not used now */
407 409
408static int lx_message_send_atomic(struct lx6464es *chip, struct lx_rmh *rmh) 410static int lx_message_send_atomic(struct lx6464es *chip, struct lx_rmh *rmh)
409{ 411{