Home
last modified time | relevance | path

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

/linux/sound/pci/oxygen/
H A Doxygen_mixer.c237 u16 old_routing, new_routing; in oxygen_update_spdif_source() local
241 old_routing = oxygen_read16(chip, OXYGEN_PLAY_ROUTING); in oxygen_update_spdif_source()
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()