Lines Matching defs:fix
61 /* position fix mode */
533 * If other links are enabled for stream, they need similar fix
1569 static int check_position_fix(struct azx *chip, int fix)
1573 switch (fix) {
1581 return fix;
1594 dev_dbg(chip->card->dev, "Using VIACOMBO position fix\n");
1598 dev_dbg(chip->card->dev, "Using FIFO position fix\n");
1602 dev_dbg(chip->card->dev, "Using LPIB position fix\n");
1606 dev_dbg(chip->card->dev, "Using SKL position fix\n");
1612 static void assign_position_fix(struct azx *chip, int fix)
1624 chip->get_position[0] = chip->get_position[1] = callbacks[fix];
1627 if (fix == POS_FIX_COMBO)
1630 if ((fix == POS_FIX_POSBUF || fix == POS_FIX_SKL) &&
1636 if (fix == POS_FIX_FIFO)