asoc: fix the punctuation error of sa6155

fix the compilation failure due to punctuation error for sa6155

Change-Id: If6209008ccbdc17ba34e4a598eca869747eed3d5
Signed-off-by: Deru Wang <deruwang@codeaurora.org>
This commit is contained in:
Deru Wang 2020-10-21 17:31:24 +08:00 committed by Gerrit - the friendly Code Review server
parent dec796e30a
commit 89bf53a666

View File

@ -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;