Home
last modified time | relevance | path

Searched refs:new_cdfr (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/sound/sparc/
Dcs4231.c929 unsigned char new_cdfr; in snd_cs4231_capture_hw_params() local
931 new_cdfr = snd_cs4231_get_format(chip, params_format(hw_params), in snd_cs4231_capture_hw_params()
934 snd_cs4231_capture_format(chip, hw_params, new_cdfr); in snd_cs4231_capture_hw_params()
/linux-6.6.21/sound/isa/wss/
Dwss_lib.c1019 unsigned char new_cdfr; in snd_wss_capture_hw_params() local
1021 new_cdfr = snd_wss_get_format(chip, params_format(hw_params), in snd_wss_capture_hw_params()
1024 chip->set_capture_format(chip, hw_params, new_cdfr); in snd_wss_capture_hw_params()