Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ice1712/
H A Daureon.c76 #define CS8415_CTRL1 0x01 macro
1204 ucontrol->value.integer.value[0] = (aureon_cs8415_get(ice, CS8415_CTRL1) & 0x20) ? 0 : 1; in aureon_cs8415_mute_get()
1215 oval = aureon_cs8415_get(ice, CS8415_CTRL1); in aureon_cs8415_mute_put()
1222 aureon_cs8415_put(ice, CS8415_CTRL1, nval); in aureon_cs8415_mute_put()