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

Commit 89bf53a6 authored by Deru Wang's avatar Deru Wang Committed by Gerrit - the friendly Code Review server
Browse files

asoc: fix the punctuation error of sa6155



fix the compilation failure due to punctuation error for sa6155

Change-Id: If6209008ccbdc17ba34e4a598eca869747eed3d5
Signed-off-by: default avatarDeru Wang <deruwang@codeaurora.org>
parent dec796e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1334,7 +1334,7 @@ static int tdm_get_sample_rate(int value)
		sample_rate = SAMPLING_RATE_352P8KHZ;
		break;
	case 6:
		sample_rate = SAMPLING_RATE_44P1KHZ:
		sample_rate = SAMPLING_RATE_44P1KHZ;
		break;
	case 7:
		sample_rate = SAMPLING_RATE_96KHZ;