diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-08-23 09:52:00 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-08-23 09:52:00 +0200 |
commit | 33532a9370a8af24bb2332219dedf45570e50531 (patch) | |
tree | bc461b7bca2f0c0f38f10f70fdc91815d7406597 /linux/include/sound | |
parent | 550d99d78a4cb96963d19e5c234dffd6f973d55f (diff) | |
download | mediapointer-dvb-s2-33532a9370a8af24bb2332219dedf45570e50531.tar.gz mediapointer-dvb-s2-33532a9370a8af24bb2332219dedf45570e50531.tar.bz2 |
tea575x-tuner: replace video_exclusive_open/release
From: Hans Verkuil <hverkuil@xs4all.nl>
Move the video_exclusive_open/release functionality into the
driver itself.
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/include/sound')
-rw-r--r-- | linux/include/sound/tea575x-tuner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/sound/tea575x-tuner.h b/linux/include/sound/tea575x-tuner.h index c85aeca78..4076c6dfb 100644 --- a/linux/include/sound/tea575x-tuner.h +++ b/linux/include/sound/tea575x-tuner.h @@ -57,6 +57,7 @@ struct snd_tea575x { unsigned int freq_fixup; /* crystal onboard */ unsigned int val; /* hw value */ unsigned long freq; /* frequency */ + unsigned long in_use; /* set if the device is in use */ struct snd_tea575x_ops *ops; void *private_data; }; |