summaryrefslogtreecommitdiff
path: root/drivers/staging/tm6000/tm6000.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-06-03 16:24:19 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-08-02 14:05:51 -0300
commit54b78608c6f4a30b4d64ec17bc36636c2a081506 (patch)
treeef363ff84c80a79ee3cf1222f89128ae4b79c39f /drivers/staging/tm6000/tm6000.h
parent0e57ff8d5c3d98abbd2137872a8e663e553a7245 (diff)
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 18d1e51ba99..a1d96d61973 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;
};