Searched refs:hSpeed (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/sound/dmasound/ |
D | dmasound_q40.c | 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 [all …]
|
D | dmasound_atari.c | 385 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_law() local 402 bal += hSpeed; in ata_ctx_law() 424 bal += hSpeed; in ata_ctx_law() 445 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s8() local 460 bal += hSpeed; in ata_ctx_s8() 477 bal += hSpeed; in ata_ctx_s8() 498 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u8() local 514 bal += hSpeed; in ata_ctx_u8() 532 bal += hSpeed; in ata_ctx_u8() 553 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s16be() local [all …]
|
D | trans_16.c | 230 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in pmac_ctx_law() local 254 bal += hSpeed; in pmac_ctx_law() 274 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in pmac_ctx_s8() local 298 bal += hSpeed; in pmac_ctx_s8() 319 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in pmac_ctx_u8() local 343 bal += hSpeed; in pmac_ctx_u8() 365 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in pmac_ctx_s16() local 387 bal += hSpeed; in pmac_ctx_s16() 410 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in pmac_ctx_u16() local 433 bal += hSpeed; in pmac_ctx_u16()
|