taglinefilesource code
speed_table271drivers/sound/ad1848.cstatic speed_struct speed_table[] =
speed_table292drivers/sound/ad1848.cn = sizeof (speed_table) / sizeof (speed_struct);
speed_table294drivers/sound/ad1848.cif (arg < speed_table[0].speed)
speed_table296drivers/sound/ad1848.cif (arg > speed_table[n - 1].speed)
speed_table300drivers/sound/ad1848.cif (speed_table[i].speed == arg)
speed_table302drivers/sound/ad1848.celse if (speed_table[i].speed > arg)
speed_table306drivers/sound/ad1848.cdiff1 = arg - speed_table[i - 1].speed;
speed_table307drivers/sound/ad1848.cdiff2 = speed_table[i].speed - arg;
speed_table321drivers/sound/ad1848.cdevc->speed = speed_table[selected].speed;
speed_table322drivers/sound/ad1848.cdevc->speed_bits = speed_table[selected].bits;