Home
last modified time | relevance | path

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

/linux/sound/i2c/other/
H A Dpt2258.c20 #define PT2258_CMD_UNMUTE 0xf8 macro
154 bytes[0] = val ? PT2258_CMD_MUTE : PT2258_CMD_UNMUTE; in pt2258_switch_put()