Lines Matching refs:mclk_sel
64 enum mclk mclk_sel;
70 static inline const char *get_mclk_str(enum mclk mclk_sel)
72 switch (mclk_sel) {
94 switch (drvdata->mclk_sel) {
107 get_mclk_str(drvdata->mclk_sel));
115 __func__, get_mclk_str(drvdata->mclk_sel), status);
119 __func__, get_mclk_str(drvdata->mclk_sel));
135 ucontrol->value.enumerated.item[0] = drvdata->mclk_sel;
150 if (drvdata->mclk_sel == val)
153 drvdata->mclk_sel = val;
392 drvdata->mclk_sel = MCLK_ULPCLK;
398 drvdata->mclk_sel = MCLK_ULPCLK;