taglinefilesource code
speed_table272drivers/sound/ad1848.cstatic speed_struct speed_table[] =
speed_table293drivers/sound/ad1848.cn = sizeof (speed_table) / sizeof (speed_struct);
speed_table295drivers/sound/ad1848.cif (arg < speed_table[0].speed)
speed_table297drivers/sound/ad1848.cif (arg > speed_table[n - 1].speed)
speed_table301drivers/sound/ad1848.cif (speed_table[i].speed == arg)
speed_table303drivers/sound/ad1848.celse if (speed_table[i].speed > arg)
speed_table307drivers/sound/ad1848.cdiff1 = arg - speed_table[i - 1].speed;
speed_table308drivers/sound/ad1848.cdiff2 = speed_table[i].speed - arg;
speed_table322drivers/sound/ad1848.cdevc->speed = speed_table[selected].speed;
speed_table323drivers/sound/ad1848.cdevc->speed_bits = speed_table[selected].bits;