Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/oxygen/
Doxygen_mixer.c249 u16 old_routing, new_routing; in oxygen_update_spdif_source() local
256 new_routing = (old_routing & ~OXYGEN_PLAY_SPDIF_MASK) in oxygen_update_spdif_source()
263 new_routing = (old_routing & ~OXYGEN_PLAY_SPDIF_MASK) in oxygen_update_spdif_source()
272 new_routing = old_routing; in oxygen_update_spdif_source()
275 if (old_routing != new_routing) { in oxygen_update_spdif_source()
278 oxygen_write16(chip, OXYGEN_PLAY_ROUTING, new_routing); in oxygen_update_spdif_source()