Home
last modified time | relevance | path

Searched refs:new_routing (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/sound/pci/oxygen/
Doxygen_mixer.c237 u16 old_routing, new_routing; in oxygen_update_spdif_source() local
244 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()