From 5d350cba486de34eff99d0394d8fb436af54522e Mon Sep 17 00:00:00 2001 From: Russell King Date: Thu, 13 Jan 2011 22:25:10 +0000 Subject: ALSA: AACI: make fifo variables more explanitory Improve commenting and change fifo variable names to reflect their meanings. Signed-off-by: Russell King --- sound/arm/aaci.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sound/arm/aaci.h') diff --git a/sound/arm/aaci.h b/sound/arm/aaci.h index 198750d6871d..5791bd5bd2ab 100644 --- a/sound/arm/aaci.h +++ b/sound/arm/aaci.h @@ -219,14 +219,14 @@ struct aaci_runtime { void *end; void *ptr; int bytes; - unsigned int fifosz; + unsigned int fifo_bytes; }; struct aaci { struct amba_device *dev; struct snd_card *card; void __iomem *base; - unsigned int fifosize; + unsigned int fifo_depth; unsigned int users; struct mutex irq_lock; -- cgit v1.2.3