Home
last modified time | relevance | path

Searched refs:CS35L56_NUM_INPUT_SRC (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/sound/
Dcs35l56.h186 #define CS35L56_NUM_INPUT_SRC 21 macro
272 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];
/linux-6.6.21/sound/pci/hda/
Dcs35l56_hda.c152 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()