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

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

Merge "asoc: codecs: Add HPH and EAR concurrency state in class-h driver"

parents ae5dca48 ade1444d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -482,6 +482,9 @@ static bool wcd_clsh_is_state_valid(u8 state)
	case WCD_CLSH_STATE_HPHR_AUX:
	case WCD_CLSH_STATE_HPH_ST_AUX:
	case WCD_CLSH_STATE_EAR_AUX:
	case WCD_CLSH_STATE_HPHL_EAR:
	case WCD_CLSH_STATE_HPHR_EAR:
	case WCD_CLSH_STATE_HPH_ST_EAR:
		return true;
	default:
		return false;