Lines Matching refs:hSpeed
126 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_law() local
141 bal += hSpeed; in q40_ctx_law()
162 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_s8() local
178 bal += hSpeed; in q40_ctx_s8()
199 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_u8() local
213 bal += hSpeed; in q40_ctx_u8()
236 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_law() local
246 if (!(bal<(-hSpeed))) { in q40_ctc_law()
253 bal += hSpeed; in q40_ctc_law()
275 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_s8() local
285 if (!(bal<(-hSpeed))) { in q40_ctc_s8()
292 bal += hSpeed; in q40_ctc_s8()
314 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_u8() local
324 if (!(bal<(-hSpeed))) { in q40_ctc_u8()
331 bal += hSpeed; in q40_ctc_u8()