vt1613 on recent kernel

Discussion in 'Kernels' started by abcde, Sep 8, 2014.

  1. abcde

    abcde New Member

    Joined:
    Sep 8, 2014
    Messages:
    1
    Likes Received:
    0
    I found driver for vt1613 (which is part of udoo arm computer) at https://github.com/UDOOboard/Kernel_Uni ... s/vt1613.c, but it's not compatibile with current kernel. Below you can find my patch that makes it possible to compile and load this driver. It probably has memory leak on unload (commented kfree), but the worst thing is that Linux still doesn't see sound card. I suppose that volatile register should be changed to reg_default, but I'm not programmer (I only had C course a few years ago and oboiously I've never touched any driver code) therefore this is far beyond my abilities. Can you help me with getting this driver to work on recent kernel please?

    I've also sent this to alsa-devel: http://mailman.alsa-project.org/piperma ... 80888.html
     

Share This Page