Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: RFC: patch for support of volume control on DVB-C+analogue-module



On Wednesday 23 April 2003 15:09, Tobias Bratfisch wrote:
> Hi all!
>
> Here's my patch against linuxtv-pre2 that enables volume control for DVB-C
> cards via the msp3400 on its analogue extension module:
[...]
> What do you think of it?

Hi Tobias,

believe me or not: Thats *exactly* the same thing, i have programmed today :-(
Unbelievable!

My patch does have 1 more line:

diff -rub DVB-23apr03.orig/driver/av7110/av7110.c 
DVB-23apr03/driver/av7110/av7110.c
--- DVB-23apr03.orig/driver/av7110/av7110.c     2003-04-23 17:22:36.000000000 
+0200
+++ DVB-23apr03/driver/av7110/av7110.c  2003-04-23 19:39:57.000000000 +0200
@@ -4959,7 +4959,8 @@
                /**
                 * some special handling for the Siemens DVB-C card...
                 */
-               if (av7110->saa->device->subsystem_vendor == 0x110a) {
+               if ((av7110->saa->device->subsystem_vendor == 0x110a) ||
+                   (av7110->saa->device->subsystem_vendor == 0x13c2)) { // 
Original Siemens DVB-C 1.6 w/ analogue module mounted
                         if (i2c_writereg(av7110, 0x80, 0x0, 0x80)==1) {
                                 i2c_writereg(av7110, 0x80, 0x0, 0);
                                 printk("av7110: DVB-C analog module detected, 
"

@Holger: I really do have a original Siemens DVB-C 1.6 with mounted analogue 
module. Why is my subsystem_vendor_id that different??

Anyway, i have tested your patch, Tobias (as in the CVS), it works perfectly 
(like mine :-(!

But your (and my) patch does not help with *my* problem :-(

I am using the AC3overDVB patch with VDR (means: i use the "Digital-Out" of 
the DVB-C card). I am still not able to control the volume of this output :-(

Does anybody out there know, how to control the volume of the "Digital-Out"?
Or is this totally impossible?

The MSP34xx chip does have some "Dolby" registers. What are the function of 
these registers??

> rgds
> Tobias Bratfisch

Ciao,
Andreas
-- 
Andreas Kool (akool<nospam>@</nospam>akool.de * http://www.akool.de)
PGP: 3FBF2411 Fingerprint: B5 35 34 74 25 60 2A 7A  89 06 92 C4 08 BA A5 BD

Transmission of this message via the Microsoft Network is prohibited



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index