Lines Matching refs:lf
89 int lf, lr, rf, rr; member
256 t->input, t->volume, t->bass, t->treble, t->lf, t->lr, in tda7432_set()
263 buf[5] = t->lf; in tda7432_set()
291 t->lf = TDA7432_ATTEN_0DB; /* 0dB attenuation */ in do_tda7432_init()
317 if ( (t->lf) < (t->rf) ) in tda7432_g_ctrl()
322 ctrl->value = (32768 + 1057*(t->lf)); in tda7432_g_ctrl()
371 t->lf = TDA7432_ATTEN_0DB; in tda7432_s_ctrl()
374 t->lf = (ctrl->value - 32768)/1057; in tda7432_s_ctrl()
375 t->lr = t->lf; in tda7432_s_ctrl()
382 t->lf = TDA7432_ATTEN_0DB; in tda7432_s_ctrl()
408 tda7432_write(sd, TDA7432_LF, t->lf | TDA7432_MUTE); in tda7432_s_ctrl()
413 tda7432_write(sd, TDA7432_LF, t->lf); in tda7432_s_ctrl()