Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cc76466b310f61e71ac10778781fdbdb97d333fd
Commit:     cc76466b310f61e71ac10778781fdbdb97d333fd
Parent:     102df6a785bd5ff22b0ca745f3107ab9780fc30b
Author:     Hermann Pitton <[EMAIL PROTECTED]>
AuthorDate: Wed Nov 28 21:54:35 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Fri Jan 25 19:03:01 2008 -0200

    V4L/DVB (6687): saa7134: add mute support for radio/analog-in on MD9717 and 
MD7134
    
    Currently the saa7134 chips only have mute support for the TV input.
    
    Cards with mute from external audio muxes are already fine on the
    other inputs and some recent tuners mute at least the radio on exit.
    But these mostly hybrid tuners are not fully backward compatible, since
    they must power down and mute regardless.
    
    For some included above, the MD7134 knows several, to switch on 
mute/automute
    to the TV input is functional and backward compatible for the applications,
    except that the tuners with tda9887 always mute on exit.
    
    Signed-off-by: Hermann Pitton <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/saa7134/saa7134-cards.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/saa7134/saa7134-cards.c 
b/drivers/media/video/saa7134/saa7134-cards.c
index 533fb02..9a2dd64 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@@ -350,6 +350,10 @@ struct saa7134_board saa7134_boards[] = {
                        .name = name_radio,
                        .amux = LINE2,
                },
+              .mute = {
+                      .name = name_mute,
+                      .amux = TV,
+              },
        },
        [SAA7134_BOARD_TVSTATION_RDS] = {
                /* Typhoon TV Tuner RDS: Art.Nr. 50694 */
@@ -566,6 +570,10 @@ struct saa7134_board saa7134_boards[] = {
                .radio = {
                        .name   = name_radio,
                        .amux   = LINE2,
+              },
+              .mute = {
+                      .name = name_mute,
+                      .amux = TV,
                },
        },
        [SAA7134_BOARD_TYPHOON_90031] = {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to