Searched refs:nsample_max (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dtlv320dac33.c107 unsigned int nsample_max; /* nsample should not be higher than member in struct:tlv320dac33_priv
440 ucontrol->value.integer.value[0] > dac33->nsample_max) {
812 dac33->nsample_max = NSAMPLE_MAX;
1087 dac33->nsample_max = substream->runtime->buffer_size -
1091 if (dac33->nsample_max > nsample_limit)
1092 dac33->nsample_max = nsample_limit;
1097 if (dac33->nsample > dac33->nsample_max)
1098 dac33->nsample = dac33->nsample_max;
1559 dac33->nsample_max = NSAMPLE_MAX;

Completed in 28 milliseconds