Lines Matching defs:fix
62 /* position fix mode */
1526 static int check_position_fix(struct azx *chip, int fix)
1530 switch (fix) {
1538 return fix;
1551 dev_dbg(chip->card->dev, "Using VIACOMBO position fix\n");
1555 dev_dbg(chip->card->dev, "Using FIFO position fix\n");
1559 dev_dbg(chip->card->dev, "Using LPIB position fix\n");
1563 dev_dbg(chip->card->dev, "Using SKL position fix\n");
1569 static void assign_position_fix(struct azx *chip, int fix)
1581 chip->get_position[0] = chip->get_position[1] = callbacks[fix];
1584 if (fix == POS_FIX_COMBO)
1587 if ((fix == POS_FIX_POSBUF || fix == POS_FIX_SKL) &&
1593 if (fix == POS_FIX_FIFO)