Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 111a7ea8 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: bolero: mark IIR filter coefficient registers as volatile"

parents 74c97bf0 86b54971
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -854,6 +854,10 @@ static bool bolero_is_volatile_register(struct device *dev,
	case BOLERO_CDC_RX_EC_ASRC2_STATUS_FMAX_CNTR_LSB:
	case BOLERO_CDC_RX_EC_ASRC2_STATUS_FMAX_CNTR_MSB:
	case BOLERO_CDC_RX_EC_ASRC2_STATUS_FIFO:
	case BOLERO_CDC_RX_SIDETONE_IIR0_IIR_COEF_B1_CTL:
	case BOLERO_CDC_RX_SIDETONE_IIR0_IIR_COEF_B2_CTL:
	case BOLERO_CDC_RX_SIDETONE_IIR1_IIR_COEF_B1_CTL:
	case BOLERO_CDC_RX_SIDETONE_IIR1_IIR_COEF_B2_CTL:
		return true;
	}
	return false;