summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-06-19 20:05:12 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-06-19 20:05:12 +0000
commitd1d2c497c261f42502519d510765671a75f2326e (patch)
tree8b92ae1a6d0ee294ec4bd15f7e3906ff4526137a /v4l
parent250cbe7a3a1f0dbd96944b365993b8a34179f665 (diff)
downloadmediapointer-dvb-s2-d1d2c497c261f42502519d510765671a75f2326e.tar.gz
mediapointer-dvb-s2-d1d2c497c261f42502519d510765671a75f2326e.tar.bz2
- Changing radio mode stereo/mono for tea5767 working.
- is not clear at V4L1 API if VIDIOCSTUNER can change to mono. support for changing implemented anyway to allow radio st/mono switch. - Issue to solve: tea indicates stereo even when switched to mono. signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index dc0c8d530..1ae6ae7b8 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,4 +1,13 @@
2005-06-19 14:41 mchehab
+ * cx88-video.c, tea5767.c, tuner-core.c:
+
+ - Changing radio mode stereo/mono for tea5767 working.
+ - is not clear at V4L1 API if VIDIOCSTUNER can change to mono.
+ support for changing implemented anyway to allow radio st/mono
+ switch.
+ - Issue to solve: tea indicates stereo even when switched to mono.
+
+2005-06-19 14:41 mchehab
* tuner-core.c:
- VIDIOCSTUNER ioctl implemented.