Searched refs:tx_lanes_text (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_sai.c | 838 static const char * const tx_lanes_text[] = { "Auto", "SDOx1", "SDOx2", "SDOx3", "SDOx4" }; variable 882 SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(tx_lanes_text), tx_lanes_text); 1006 if (num >= ARRAY_SIZE(tx_lanes_text)) in rockchip_sai_tx_lanes_put()
|
| H A D | rockchip_i2s_tdm.c | 601 static const char * const tx_lanes_text[] = { "Auto", "SDOx1", "SDOx2", "SDOx3", "SDOx4" }; variable 604 SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(tx_lanes_text), tx_lanes_text); 627 if (num >= ARRAY_SIZE(tx_lanes_text)) in rockchip_i2s_tdm_tx_lanes_put()
|