Эх сурвалжийг харах

asoc: bolero: Update bolero version 2.0 entry

For get version info of bolero, update
bolero 2.0 entry.

Change-Id: I8f21b67eb6532c9b1c1ef6ab15015a29a4737db3
Signed-off-by: Laxminath Kasam <[email protected]>
Laxminath Kasam 4 жил өмнө
parent
commit
1cd5f3fe0b

+ 3 - 0
asoc/codecs/bolero/bolero-cdc.c

@@ -851,6 +851,9 @@ static ssize_t bolero_version_read(struct snd_info_entry *entry,
 	case BOLERO_VERSION_1_2:
 		len = snprintf(buffer, sizeof(buffer), "BOLERO_1_2\n");
 		break;
+	case BOLERO_VERSION_2_0:
+		len = snprintf(buffer, sizeof(buffer), "BOLERO_2_0\n");
+		break;
 	case BOLERO_VERSION_2_1:
 		len = snprintf(buffer, sizeof(buffer), "BOLERO_2_1\n");
 		break;