Searched refs:rx_lanes_text (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_sai.c | 839 static const char * const rx_lanes_text[] = { "Auto", "SDIx1", "SDIx2", "SDIx3", "SDIx4" }; variable 898 SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(rx_lanes_text), rx_lanes_text); 1033 if (num >= ARRAY_SIZE(rx_lanes_text)) in rockchip_sai_rx_lanes_put()
|
| H A D | rockchip_i2s_tdm.c | 602 static const char * const rx_lanes_text[] = { "Auto", "SDIx1", "SDIx2", "SDIx3", "SDIx4" }; variable 606 SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(rx_lanes_text), rx_lanes_text); 654 if (num >= ARRAY_SIZE(rx_lanes_text)) in rockchip_i2s_tdm_rx_lanes_put()
|