• Omar Ramirez Luna's avatar
    DSPBRIDGE: change ioctl base number · 0461400d
    Omar Ramirez Luna authored
    For newer kernels the ioctl numbers have changed, passing ioctl number
    1 or 2, will call kernel functions inside the ioctl syscall switch.
    
    This patch changes the base number for bridge ioctls to start on 101.
    For this to work, the same change has to be propagated to bridge API.
    
    This patch should be temporary until the _IOx kernel calls are used
    to define ioctl numbers withing bridge driver.
    Signed-off-by: default avatarOmar Ramirez Luna <omar.ramirez@ti.com>
    0461400d
wcdioctl.h 13.4 KB