Skip to content
  • Michael Hunold's avatar
    [PATCH] v4l: fix tuning with MXB driver · 9d2599d9
    Michael Hunold authored
    
    
    I noticed that some past changes to the gerneric Video4Linux tuner module
    for analog tuners broke my "Multimedia eXtension Board" driver.
    
    The tuner driver was made aware of Video4Linux2 tuning ioctls, but my
    driver was not ported and still uses the Video4Linux1 ioctls.  This does
    not work anymore as intendend, the tuning is currently broken.
    
    The attached patch fixes non-working tuning in MXB driver introduced by
    some recent generic tuner changes by replacing Video4Linux1 tuner ioctls
    with proper Video4Linux2 tuner ioctls.
    
    - fix non-working tuning in MXB driver introduced by some recent generic
      tuner changes by replacing Video4Linux1 tuner ioctls with proper
      Video4Linux2 tuner ioctls
    
    Signed-off-by: default avatarMichael Hunold <hunold@linuxtv.org>
    Cc: Michael Krufky <mkrufky@m1k.net>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    9d2599d9