Searched refs:lplr_text (Results 1 – 1 of 1) sorted by relevance
| /linux/sound/soc/rockchip/ |
| H A D | rockchip_sai.c | 1171 static const char * const lplr_text[] = { "Disable", "Enable" }; variable 1215 static SOC_ENUM_SINGLE_DECL(lp3lr_switch, SAI_LOOPBACK_LR, 3, lplr_text); 1216 static SOC_ENUM_SINGLE_DECL(lp2lr_switch, SAI_LOOPBACK_LR, 2, lplr_text); 1217 static SOC_ENUM_SINGLE_DECL(lp1lr_switch, SAI_LOOPBACK_LR, 1, lplr_text); 1218 static SOC_ENUM_SINGLE_DECL(lp0lr_switch, SAI_LOOPBACK_LR, 0, lplr_text);
|