Searched refs:new_routing (Results 1 – 2 of 2) sorted by relevance
237 u16 old_routing, new_routing; in oxygen_update_spdif_source() local244 new_routing = (old_routing & ~OXYGEN_PLAY_SPDIF_MASK) in oxygen_update_spdif_source()251 new_routing = (old_routing & ~OXYGEN_PLAY_SPDIF_MASK) in oxygen_update_spdif_source()260 new_routing = old_routing; in oxygen_update_spdif_source()263 if (old_routing != new_routing) { in oxygen_update_spdif_source()266 oxygen_write16(chip, OXYGEN_PLAY_ROUTING, new_routing); in oxygen_update_spdif_source()
1923 struct v4l2_subdev_krouting new_routing = { 0 }; in v4l2_subdev_set_routing() local1934 new_routing.routes = kmemdup(src->routes, bytes, GFP_KERNEL); in v4l2_subdev_set_routing()1935 if (!new_routing.routes) in v4l2_subdev_set_routing()1939 new_routing.num_routes = src->num_routes; in v4l2_subdev_set_routing()1942 &new_routing); in v4l2_subdev_set_routing()1944 kfree(new_routing.routes); in v4l2_subdev_set_routing()1949 *dst = new_routing; in v4l2_subdev_set_routing()