Searched refs:CS35L56_NUM_INPUT_SRC (Results 1 – 2 of 2) sorted by relevance
186 #define CS35L56_NUM_INPUT_SRC 21 macro272 extern const char * const cs35l56_tx_input_texts[CS35L56_NUM_INPUT_SRC];273 extern const unsigned int cs35l56_tx_input_values[CS35L56_NUM_INPUT_SRC];
152 uinfo->value.enumerated.items = CS35L56_NUM_INPUT_SRC; in cs35l56_hda_mixer_info()153 if (uinfo->value.enumerated.item >= CS35L56_NUM_INPUT_SRC) in cs35l56_hda_mixer_info()154 uinfo->value.enumerated.item = CS35L56_NUM_INPUT_SRC - 1; in cs35l56_hda_mixer_info()171 for (i = 0; i < CS35L56_NUM_INPUT_SRC; ++i) { in cs35l56_hda_mixer_get()188 if (item >= CS35L56_NUM_INPUT_SRC) in cs35l56_hda_mixer_put()