Home
last modified time | relevance | path

Searched refs:numcoef (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
H A Dsta32x.c258 int numcoef = kcontrol->private_value >> 16; in sta32x_coefficient_info() local
260 uinfo->count = 3 * numcoef; in sta32x_coefficient_info()
269 int numcoef = kcontrol->private_value >> 16; in sta32x_coefficient_get() local
286 if (numcoef == 1) { in sta32x_coefficient_get()
288 } else if (numcoef == 5) { in sta32x_coefficient_get()
295 for (i = 0; i < 3 * numcoef; i++) { in sta32x_coefficient_get()
311 int numcoef = kcontrol->private_value >> 16; in sta32x_coefficient_put() local
326 for (i = 0; i < numcoef && (index + i < STA32X_COEF_COUNT); i++) in sta32x_coefficient_put()
331 for (i = 0; i < 3 * numcoef; i++) in sta32x_coefficient_put()
334 if (numcoef == 1) in sta32x_coefficient_put()
[all …]
H A Dsta350.c295 int numcoef = kcontrol->private_value >> 16; in sta350_coefficient_info() local
297 uinfo->count = 3 * numcoef; in sta350_coefficient_info()
306 int numcoef = kcontrol->private_value >> 16; in sta350_coefficient_get() local
323 if (numcoef == 1) { in sta350_coefficient_get()
325 } else if (numcoef == 5) { in sta350_coefficient_get()
332 for (i = 0; i < 3 * numcoef; i++) { in sta350_coefficient_get()
348 int numcoef = kcontrol->private_value >> 16; in sta350_coefficient_put() local
363 for (i = 0; i < numcoef && (index + i < STA350_COEF_COUNT); i++) in sta350_coefficient_put()
368 for (i = 0; i < 3 * numcoef; i++) in sta350_coefficient_put()
371 if (numcoef == 1) in sta350_coefficient_put()
[all …]
H A Dtas571x.c232 int numcoef = kcontrol->private_value >> 16; in tas571x_coefficient_info() local
235 uinfo->count = numcoef; in tas571x_coefficient_info()
246 int numcoef = kcontrol->private_value >> 16; in tas571x_coefficient_get() local
250 ucontrol->value.integer.value, numcoef); in tas571x_coefficient_get()
258 int numcoef = kcontrol->private_value >> 16; in tas571x_coefficient_put() local
262 ucontrol->value.integer.value, numcoef); in tas571x_coefficient_put()