Loading sound/soc/codecs/wcd-dsp-mgr.c +2 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,8 @@ static char *wdsp_get_cmpnt_type_string(enum wdsp_cmpnt_type); /* Component related macros */ #define WDSP_GET_COMPONENT(wdsp, x) (&(wdsp->cmpnts[x])) #define WDSP_GET_COMPONENT(wdsp, x) ((x >= WDSP_CMPNT_TYPE_MAX || x < 0) ? \ NULL : (&(wdsp->cmpnts[x]))) #define WDSP_GET_CMPNT_TYPE_STR(x) wdsp_get_cmpnt_type_string(x) /* Loading Loading
sound/soc/codecs/wcd-dsp-mgr.c +2 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,8 @@ static char *wdsp_get_cmpnt_type_string(enum wdsp_cmpnt_type); /* Component related macros */ #define WDSP_GET_COMPONENT(wdsp, x) (&(wdsp->cmpnts[x])) #define WDSP_GET_COMPONENT(wdsp, x) ((x >= WDSP_CMPNT_TYPE_MAX || x < 0) ? \ NULL : (&(wdsp->cmpnts[x]))) #define WDSP_GET_CMPNT_TYPE_STR(x) wdsp_get_cmpnt_type_string(x) /* Loading