• Omar Ramirez Luna's avatar
    DSPBRIDGE: change ioctl base number · 5e371815
    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>
    5e371815
drv_interface.c 19.6 KB