Lines Matching defs:error
507 bool clk_fll, error;
529 /* It's error to use internal clock when playback */
531 error = value & NAU8824_DCO_EN;
532 if (!error) {
533 /* Check error depending on source is FLL or MCLK. */
536 error = !(value & NAU8824_CLK_SRC_VCO);
538 error = value & NAU8824_CLK_SRC_VCO;
540 /* Recover the clock source setting if error. */
541 if (error) {
1092 goto error;
1102 goto error;
1123 goto error;
1144 goto error;
1151 error:
1276 * Returns 0 for success or negative error code.