Searched refs:isremote (Results 1 – 1 of 1) sorted by relevance
1935 static void snd_m3_remote_codec_config(int io, int isremote) in snd_m3_remote_codec_config() argument1937 isremote = isremote ? 1 : 0; in snd_m3_remote_codec_config()1939 outw((inw(io + RING_BUS_CTRL_B) & ~SECOND_CODEC_ID_MASK) | isremote, in snd_m3_remote_codec_config()1941 outw((inw(io + SDO_OUT_DEST_CTRL) & ~COMMAND_ADDR_OUT) | isremote, in snd_m3_remote_codec_config()1943 outw((inw(io + SDO_IN_DEST_CTRL) & ~STATUS_ADDR_IN) | isremote, in snd_m3_remote_codec_config()