Browse Source

Merge "asoc: bolero: Update bolero version 2.0 entry"

qctecmdr 4 years ago
parent
commit
9c3cdfae73
1 changed files with 3 additions and 0 deletions
  1. 3 0
      asoc/codecs/bolero/bolero-cdc.c

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