Searched refs:CS4231_ALT_FEATURE_1 (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/cs423x/ |
D | cs4236_lib.c | 177 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() 937 ucontrol->value.integer.value[0] = chip->image[CS4231_ALT_FEATURE_1] & 0x02 ? 1 : 0; in snd_cs4236_get_iec958_switch() 941 snd_wss_in(chip, CS4231_ALT_FEATURE_1), in snd_cs4236_get_iec958_switch() [all …]
|
/kernel/linux/linux-5.10/sound/isa/wss/ |
D | wss_lib.c | 623 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 …]
|
/kernel/linux/linux-5.10/include/sound/ |
D | cs4231-regs.h | 37 #define CS4231_ALT_FEATURE_1 0x10 /* alternate #1 feature enable */ macro
|
/kernel/linux/linux-5.10/sound/sparc/ |
D | cs4231.c | 675 if ((chip->image[CS4231_ALT_FEATURE_1] & CS4231_TIMER_ENABLE) == 0 || in snd_cs4231_timer_start() 684 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_timer_start() 685 chip->image[CS4231_ALT_FEATURE_1] | in snd_cs4231_timer_start() 699 chip->image[CS4231_ALT_FEATURE_1] &= ~CS4231_TIMER_ENABLE; in snd_cs4231_timer_stop() 700 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_timer_stop() 701 chip->image[CS4231_ALT_FEATURE_1]); in snd_cs4231_timer_stop() 734 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_init() 735 chip->image[CS4231_ALT_FEATURE_1]); in snd_cs4231_init() 741 chip->image[CS4231_ALT_FEATURE_1]); in snd_cs4231_init() 1058 chip->image[CS4231_ALT_FEATURE_1] = 0x80; in snd_cs4231_probe()
|