Mailing List archive

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

[vdr] Re: No Mute or Volume control in 1.1.29



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

it is well known ..

here is the patch .. cut/paste from the dvb mailing list ..

- --- av7110.c.org        Sat Apr 26 13:21:19 2003
+++ av7110.c    Mon Apr 28 00:59:58 2003
@@ -4945,7 +4945,6 @@ int av7110_attach (struct saa7146 *saa,

         if (av7110->saa->card_type==DVB_CARD_TT_SIEMENS) {
                 VidMode(av7110, vidmode);
- -               SetVolume(av7110, 0xff, 0xff);

                /* remaining inits according to card and frontend type */

@@ -4962,8 +4961,8 @@ int av7110_attach (struct saa7146 *saa,
                /**
                 * some special handling for the Siemens DVB-C card...
                 */
- -               if ((av7110->saa->device->subsystem_vendor == 0x110a) ||
- -                   (av7110->saa->device->subsystem_vendor == 0x13c2)) {
+               else if ((av7110->saa->device->subsystem_vendor == 0x110a) ||
+                        (av7110->saa->device->subsystem_vendor == 0x13c2)) {
                         if (i2c_writereg(av7110, 0x80, 0x0, 0x80) == 1) {
                                 i2c_writereg(av7110, 0x80, 0x0, 0);
                                 printk("av7110: DVB-C analog module detected, "
@@ -4988,6 +4987,7 @@ int av7110_attach (struct saa7146 *saa,
                         //setgpio(av7110, 3, GPIO_OUTLO); // SCARTpin 8
                  }

+               SetVolume(av7110, 0xff, 0xff);
                av7110_setup_irc_config (av7110, 0);
         }


On Wednesday 30 April 2003 23:48, Benjamin Harling wrote:
> Hello,
>
> I yesterday switched to developer version 1.1.29 (with appropriate
> driver version).
>
> Since then the Mute-Button and the volume control does not work anymore.
> Allthough the OSD is working properly in both cases.
>
> I'm using LIRC and irw is reporting the correct key press.
>
> I did not change anything else except vdr- and driver-version.
>
> Anybody else noticed that?
>
> Thank you.
>
> Bye, Benjamin

- -- 
health & wealth
mailto:sgoethel@jausoft.com
www   : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/
voice : +49-5121-999600 ; fax : +49-5121-999602
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+sFDmHdOA30NoFAARAgOCAJ4nefcydvynsT7U8DfELn0V9MuOnQCcCGoy
4orCXAcyEllI8xveqin70DA=
=cy/e
-----END PGP SIGNATURE-----



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index