Lines Matching refs:invert
306 int w16, int invert) in snd_gf1_pcm_poke_block() argument
323 snd_gf1_write8(gus, SNDRV_GF1_GB_MEMORY_CONTROL, 0x01 | (invert ? 0x08 : 0x00)); in snd_gf1_pcm_poke_block()
335 invert = invert ? 0x80 : 0x00; in snd_gf1_pcm_poke_block()
340 snd_gf1_poke(gus, pos++, *buf++ ^ invert); in snd_gf1_pcm_poke_block()
344 snd_gf1_poke(gus, pos++, *buf++ ^ invert); in snd_gf1_pcm_poke_block()
378 int err, w16, invert; in snd_gf1_pcm_playback_copy() local
381 invert = snd_pcm_format_unsigned(runtime->format); in snd_gf1_pcm_playback_copy()
382 … snd_gf1_pcm_poke_block(gus, runtime->dma_area + bpos, pcmp->memory + bpos, len, w16, invert)) < 0) in snd_gf1_pcm_playback_copy()
408 int err, w16, invert; in snd_gf1_pcm_playback_silence() local
411 invert = snd_pcm_format_unsigned(runtime->format); in snd_gf1_pcm_playback_silence()
412 … snd_gf1_pcm_poke_block(gus, runtime->dma_area + bpos, pcmp->memory + bpos, len, w16, invert)) < 0) in snd_gf1_pcm_playback_silence()