Lines Matching refs:mclk_sel
66 enum mclk mclk_sel;
72 static inline const char *get_mclk_str(enum mclk mclk_sel)
74 switch (mclk_sel) {
96 switch (drvdata->mclk_sel) {
109 get_mclk_str(drvdata->mclk_sel));
117 __func__, get_mclk_str(drvdata->mclk_sel), status);
121 __func__, get_mclk_str(drvdata->mclk_sel));
137 ucontrol->value.enumerated.item[0] = drvdata->mclk_sel;
152 if (drvdata->mclk_sel == val)
155 drvdata->mclk_sel = val;
394 drvdata->mclk_sel = MCLK_ULPCLK;
400 drvdata->mclk_sel = MCLK_ULPCLK;