Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Dmaestro3.c1921 static void snd_m3_remote_codec_config(struct snd_m3 *chip, int isremote) in snd_m3_remote_codec_config() argument
1926 isremote = isremote ? 1 : 0; in snd_m3_remote_codec_config()
1933 outw(tmp | isremote, io + RING_BUS_CTRL_B); in snd_m3_remote_codec_config()
1934 outw((inw(io + SDO_OUT_DEST_CTRL) & ~COMMAND_ADDR_OUT) | isremote, in snd_m3_remote_codec_config()
1936 outw((inw(io + SDO_IN_DEST_CTRL) & ~STATUS_ADDR_IN) | isremote, in snd_m3_remote_codec_config()