Searched refs:set_input_clock (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/sound/pci/echoaudio/ |
H A D | gina24_dsp.c | 33 static int set_input_clock(struct echoaudio *chip, u16 clock); 236 static int set_input_clock(struct echoaudio *chip, u16 clock) in set_input_clock() function 312 set_input_clock(chip, ECHO_CLOCK_INTERNAL); in dsp_set_digital_mode()
|
H A D | layla24_dsp.c | 32 static int set_input_clock(struct echoaudio *chip, u16 clock); 252 static int set_input_clock(struct echoaudio *chip, u16 clock) in set_input_clock() function 362 set_input_clock(chip, ECHO_CLOCK_INTERNAL); in dsp_set_digital_mode()
|
H A D | mia_dsp.c | 32 static int set_input_clock(struct echoaudio *chip, u16 clock); 156 static int set_input_clock(struct echoaudio *chip, u16 clock) in set_input_clock() function
|
H A D | mona_dsp.c | 33 static int set_input_clock(struct echoaudio *chip, u16 clock); 300 static int set_input_clock(struct echoaudio *chip, u16 clock) in set_input_clock() function 388 set_input_clock(chip, ECHO_CLOCK_INTERNAL); in dsp_set_digital_mode()
|
H A D | echoaudio_3g.c | 269 set_input_clock(chip, chip->input_clock); in set_sample_rate() 329 static int set_input_clock(struct echoaudio *chip, u16 clock) in set_input_clock() function 404 set_input_clock(chip, ECHO_CLOCK_INTERNAL); in dsp_set_digital_mode()
|
H A D | darla24_dsp.c | 157 static int set_input_clock(struct echoaudio *chip, u16 clock) in set_input_clock() function
|
H A D | echo3g_dsp.c | 36 static int set_input_clock(struct echoaudio *chip, u16 clock);
|
H A D | echoaudio_gml.c | 103 return set_input_clock(chip, chip->input_clock); in set_input_auto_mute()
|
H A D | gina20_dsp.c | 151 static int set_input_clock(struct echoaudio *chip, u16 clock) in set_input_clock() function
|
H A D | layla20_dsp.c | 188 static int set_input_clock(struct echoaudio *chip, u16 clock_source) in set_input_clock() function
|
H A D | echoaudio_dsp.c | 754 if (set_input_clock(chip, chip->input_clock) < 0) in restore_dsp_rettings()
|
H A D | echoaudio.c | 1588 changed = set_input_clock(chip, dclock); in snd_echo_clock_source_put()
|