Home
last modified time | relevance | path

Searched refs:CS4231_ALT_FEATURE_1 (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/sound/isa/cs423x/
Dcs4236_lib.c177 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_playback_format()
178 chip->image[CS4231_ALT_FEATURE_1] | 0x10); in snd_cs4236_playback_format()
180 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_playback_format()
181 chip->image[CS4231_ALT_FEATURE_1] & ~0x10); in snd_cs4236_playback_format()
195 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_capture_format()
196 chip->image[CS4231_ALT_FEATURE_1] | 0x20); in snd_cs4236_capture_format()
198 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_capture_format()
199 chip->image[CS4231_ALT_FEATURE_1] & ~0x20); in snd_cs4236_capture_format()
935 ucontrol->value.integer.value[0] = chip->image[CS4231_ALT_FEATURE_1] & 0x02 ? 1 : 0; in snd_cs4236_get_iec958_switch()
939 snd_wss_in(chip, CS4231_ALT_FEATURE_1), in snd_cs4236_get_iec958_switch()
[all …]
/linux-5.19.10/sound/isa/wss/
Dwss_lib.c623 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format()
624 chip->image[CS4231_ALT_FEATURE_1] | 0x10); in snd_wss_playback_format()
628 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format()
629 chip->image[CS4231_ALT_FEATURE_1] &= ~0x10); in snd_wss_playback_format()
685 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_capture_format()
686 chip->image[CS4231_ALT_FEATURE_1] | 0x20); in snd_wss_capture_format()
689 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_capture_format()
690 chip->image[CS4231_ALT_FEATURE_1] &= ~0x20); in snd_wss_capture_format()
759 if ((chip->image[CS4231_ALT_FEATURE_1] & CS4231_TIMER_ENABLE) == 0 || in snd_wss_timer_start()
768 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_timer_start()
[all …]
/linux-5.19.10/include/sound/
Dcs4231-regs.h37 #define CS4231_ALT_FEATURE_1 0x10 /* alternate #1 feature enable */ macro
/linux-5.19.10/sound/sparc/
Dcs4231.c674 if ((chip->image[CS4231_ALT_FEATURE_1] & CS4231_TIMER_ENABLE) == 0 || in snd_cs4231_timer_start()
683 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_timer_start()
684 chip->image[CS4231_ALT_FEATURE_1] | in snd_cs4231_timer_start()
698 chip->image[CS4231_ALT_FEATURE_1] &= ~CS4231_TIMER_ENABLE; in snd_cs4231_timer_stop()
699 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_timer_stop()
700 chip->image[CS4231_ALT_FEATURE_1]); in snd_cs4231_timer_stop()
733 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_init()
734 chip->image[CS4231_ALT_FEATURE_1]); in snd_cs4231_init()
740 chip->image[CS4231_ALT_FEATURE_1]); in snd_cs4231_init()
1057 chip->image[CS4231_ALT_FEATURE_1] = 0x80; in snd_cs4231_probe()