From 3df2df88b0e4e801a4848a7909b5b116f8efa70a Mon Sep 17 00:00:00 2001 From: Eric Rosas Date: Fri, 6 Jan 2023 21:33:58 -0800 Subject: [PATCH] asoc: Update pineapple port config for PCM+haptics Update port config for pineapple target for PCM + haptics. Change-Id: I2be28822be2d803396d5a020b07e4cf7510fa73b Signed-off-by: Eric Rosas --- asoc/pineapple-port-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asoc/pineapple-port-config.h b/asoc/pineapple-port-config.h index 03c0bf42e8..9cde1d8ebc 100644 --- a/asoc/pineapple-port-config.h +++ b/asoc/pineapple-port-config.h @@ -65,7 +65,7 @@ static struct port_params rx_frame_params_dsd[SWR_MSTR_PORT_LEN] = { /* Headset + PCM Haptics */ static struct port_params rx_frame_params_default[SWR_MSTR_PORT_LEN] = { {3, 0, 0, 0xFF, 0xFF, 1, 0xFF, 0xFF, 1, 0x00, 0x00}, /* HPH/EAR */ - {31, 0, 0, 3, 6, 7, 0, 0xFF, 0, 0x00, 0x02}, /* HPH_CLH */ + {63, 0, 0, 3, 6, 7, 0, 0xFF, 0, 0x00, 0x02}, /* HPH_CLH */ {31, 11, 11, 0xFF, 0xFF, 4, 1, 0xFF, 0, 0x00, 0x02}, /* HPH_CMP */ {7, 1, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0x00, 0x00}, /* LO/AUX */ {0, 0, 0, 0xFF, 0xFF, 0xFF, 0xFF, 0, 0, 0x00, 0x00}, /* DSD */