Lines Matching refs:hSpeed
127 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_law() local
142 bal += hSpeed; in q40_ctx_law()
163 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_s8() local
179 bal += hSpeed; in q40_ctx_s8()
200 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_u8() local
214 bal += hSpeed; in q40_ctx_u8()
237 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_law() local
247 if (!(bal<(-hSpeed))) { in q40_ctc_law()
254 bal += hSpeed; in q40_ctc_law()
276 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_s8() local
286 if (!(bal<(-hSpeed))) { in q40_ctc_s8()
293 bal += hSpeed; in q40_ctc_s8()
315 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_u8() local
325 if (!(bal<(-hSpeed))) { in q40_ctc_u8()
332 bal += hSpeed; in q40_ctc_u8()