Searched refs:new_routing (Results 1 – 2 of 2) sorted by relevance
230 u16 old_routing, new_routing; in oxygen_update_spdif_source() local237 new_routing = (old_routing & ~OXYGEN_PLAY_SPDIF_MASK) in oxygen_update_spdif_source()244 new_routing = (old_routing & ~OXYGEN_PLAY_SPDIF_MASK) in oxygen_update_spdif_source()253 new_routing = old_routing; in oxygen_update_spdif_source()256 if (old_routing != new_routing) { in oxygen_update_spdif_source()259 oxygen_write16(chip, OXYGEN_PLAY_ROUTING, new_routing); in oxygen_update_spdif_source()
1959 struct v4l2_subdev_krouting new_routing = { 0 }; in v4l2_subdev_set_routing() local1970 new_routing.routes = kmemdup(src->routes, bytes, GFP_KERNEL); in v4l2_subdev_set_routing()1971 if (!new_routing.routes) in v4l2_subdev_set_routing()1975 new_routing.num_routes = src->num_routes; in v4l2_subdev_set_routing()1978 &new_routing); in v4l2_subdev_set_routing()1980 kfree(new_routing.routes); in v4l2_subdev_set_routing()1985 *dst = new_routing; in v4l2_subdev_set_routing()