Home
last modified time | relevance | path

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

/sound/core/oss/
Dpcm_oss.c2090 int fixup; in snd_pcm_oss_get_ptr() local
2113 fixup = 0; in snd_pcm_oss_get_ptr()
2115 fixup = runtime->oss.buffer_used; in snd_pcm_oss_get_ptr()
2119 fixup = -runtime->oss.buffer_used; in snd_pcm_oss_get_ptr()
2139 info.blocks = (runtime->oss.buffer_bytes - delay - fixup) / runtime->oss.period_bytes; in snd_pcm_oss_get_ptr()
2141 info.blocks = (delay + fixup) / runtime->oss.period_bytes; in snd_pcm_oss_get_ptr()
2144 delay += fixup; in snd_pcm_oss_get_ptr()
2159 int fixup; in snd_pcm_oss_get_space() local
2190 fixup = 0; in snd_pcm_oss_get_space()
2193 fixup = -runtime->oss.buffer_used; in snd_pcm_oss_get_space()
[all …]
/sound/pci/hda/
Dpatch_realtek.c79 unsigned int fixup:1; /* Means that this sku is set by driver, not read from hw */ member
358 spec->cdefine.fixup = 1; in alc_fixup_sku_ignore()
371 if (spec->cdefine.fixup) { in alc_auto_parse_customize_define()
460 if (spec->cdefine.fixup) { in alc_subsystem_id()