Lines Matching defs:msbits
1432 unsigned int msbits = l >> 16;
1440 (width == 0 && snd_interval_value(i) > msbits))
1441 params->msbits = min_not_zero(params->msbits, msbits);
1447 * snd_pcm_hw_constraint_msbits - add a hw constraint msbits rule
1451 * @msbits: msbits width
1453 * This constraint will set the number of most significant bits (msbits) if a
1455 * the msbits will be set for any sample format with a width larger than the
1456 * specified msbits.
1463 unsigned int msbits)
1465 unsigned long l = (msbits << 16) | width;
1734 * subformat and msbits the specified hw params has.