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