summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tm6000/tm6000.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2010-06-03 21:24:19 +0200
committerMauro Carvalho Chehab2010-08-02 19:05:51 +0200
commit54b78608c6f4a30b4d64ec17bc36636c2a081506 (patch)
treeef363ff84c80a79ee3cf1222f89128ae4b79c39f /drivers/staging/tm6000/tm6000.h
parentV4L/DVB: tm6000: Avoid OOPS when loading tm6000-alsa module (diff)
downloadkernel-qcow2-linux-54b78608c6f4a30b4d64ec17bc36636c2a081506.tar.gz
kernel-qcow2-linux-54b78608c6f4a30b4d64ec17bc36636c2a081506.tar.xz
kernel-qcow2-linux-54b78608c6f4a30b4d64ec17bc36636c2a081506.zip
V4L/DVB: tm6000-alsa: rework audio buffer allocation/deallocation
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/tm6000/tm6000.h')
-rw-r--r--drivers/staging/tm6000/tm6000.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/tm6000/tm6000.h b/drivers/staging/tm6000/tm6000.h
index 18d1e51ba991..a1d96d619734 100644
--- a/drivers/staging/tm6000/tm6000.h
+++ b/drivers/staging/tm6000/tm6000.h
@@ -136,11 +136,7 @@ struct snd_tm6000_card {
struct snd_card *card;
spinlock_t reg_lock;
atomic_t count;
- unsigned int period_size;
- unsigned int num_periods;
struct tm6000_core *core;
- struct tm6000_buffer *buf;
- int bufsize;
struct snd_pcm_substream *substream;
};