Prechádzať zdrojové kódy

Merge "asoc: qcs405: Extend cdc dma tx channel count enum to 16"

qctecmdr 5 rokov pred
rodič
commit
4298c94f33
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      asoc/qcs405.c

+ 2 - 2
asoc/qcs405.c

@@ -490,8 +490,8 @@ static const char *const qos_text[] = {"Disable", "Enable"};
 
 static const char *const cdc_dma_rx_ch_text[] = {"One", "Two"};
 static const char *const cdc_dma_tx_ch_text[] = {"One", "Two", "Three", "Four",
-						"Five", "Six", "Seven",
-						"Eight"};
+		"Five", "Six", "Seven", "Eight", "Nine", "Ten", "Eleven",
+		"Twelve", "Thirteen", "Fourteen", "Fifteen", "Sixteen"};
 static char const *cdc_dma_sample_rate_text[] = {"KHZ_8", "KHZ_11P025",
 					"KHZ_16", "KHZ_22P05",
 					"KHZ_32", "KHZ_44P1", "KHZ_48",