Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/
Dmaestro3.c1935 static void snd_m3_remote_codec_config(int io, int isremote) in snd_m3_remote_codec_config() argument
1937 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()