Lines Matching defs:clock
32 static int set_input_clock(struct echoaudio *chip, u16 clock);
87 /* Map the DSP clock detect bits to the generic driver clock
135 /* Override the clock setting if this Mia is set to S/PDIF clock */
156 static int set_input_clock(struct echoaudio *chip, u16 clock)
158 dev_dbg(chip->card->dev, "set_input_clock(%d)\n", clock);
159 if (snd_BUG_ON(clock != ECHO_CLOCK_INTERNAL &&
160 clock != ECHO_CLOCK_SPDIF))
163 chip->input_clock = clock;