taglinefilesource code
speed_table625drivers/sound/ad1848.cstatic speed_struct speed_table[] =
speed_table646drivers/sound/ad1848.cn = sizeof (speed_table) / sizeof (speed_struct);
speed_table648drivers/sound/ad1848.cif (arg < speed_table[0].speed)
speed_table650drivers/sound/ad1848.cif (arg > speed_table[n - 1].speed)
speed_table654drivers/sound/ad1848.cif (speed_table[i].speed == arg)
speed_table656drivers/sound/ad1848.celse if (speed_table[i].speed > arg)
speed_table660drivers/sound/ad1848.cdiff1 = arg - speed_table[i - 1].speed;
speed_table661drivers/sound/ad1848.cdiff2 = speed_table[i].speed - arg;
speed_table675drivers/sound/ad1848.cdevc->speed = speed_table[selected].speed;
speed_table676drivers/sound/ad1848.cdevc->speed_bits = speed_table[selected].bits;