Home
last modified time | relevance | path

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

/sound/pci/
Dmaestro3.c1945 static void snd_m3_remote_codec_config(struct snd_m3 *chip, int isremote) in snd_m3_remote_codec_config() argument
1950 isremote = isremote ? 1 : 0; in snd_m3_remote_codec_config()
1957 outw(tmp | isremote, io + RING_BUS_CTRL_B); in snd_m3_remote_codec_config()
1958 outw((inw(io + SDO_OUT_DEST_CTRL) & ~COMMAND_ADDR_OUT) | isremote, in snd_m3_remote_codec_config()
1960 outw((inw(io + SDO_IN_DEST_CTRL) & ~STATUS_ADDR_IN) | isremote, in snd_m3_remote_codec_config()