Searched refs:CS4231_ALT_FEATURE_1 (Results 1 – 4 of 4) sorted by relevance
/linux/sound/isa/cs423x/ |
H A 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() 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/sound/isa/wss/ |
H A D | wss_lib.c | 626 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format() 627 chip->image[CS4231_ALT_FEATURE_1] | 0x10); in snd_wss_playback_format() 631 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format() 632 chip->image[CS4231_ALT_FEATURE_1] &= ~0x10); in snd_wss_playback_format() 688 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_capture_format() 689 chip->image[CS4231_ALT_FEATURE_1] | 0x20); in snd_wss_capture_format() 692 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_capture_format() 693 chip->image[CS4231_ALT_FEATURE_1] &= ~0x20); in snd_wss_capture_format() 762 if ((chip->image[CS4231_ALT_FEATURE_1] & CS4231_TIMER_ENABLE) == 0 || in snd_wss_timer_start() 771 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_timer_start() [all …]
|
/linux/sound/sparc/ |
H A D | cs4231.c | 678 if ((chip->image[CS4231_ALT_FEATURE_1] & CS4231_TIMER_ENABLE) == 0 || in snd_cs4231_timer_start() 687 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_timer_start() 688 chip->image[CS4231_ALT_FEATURE_1] | in snd_cs4231_timer_start() 702 chip->image[CS4231_ALT_FEATURE_1] &= ~CS4231_TIMER_ENABLE; in snd_cs4231_timer_stop() 703 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_timer_stop() 704 chip->image[CS4231_ALT_FEATURE_1]); in snd_cs4231_timer_stop() 737 snd_cs4231_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4231_init() 738 chip->image[CS4231_ALT_FEATURE_1]); in snd_cs4231_init() 744 chip->image[CS4231_ALT_FEATURE_1]); in snd_cs4231_init() 1062 chip->image[CS4231_ALT_FEATURE_1] = 0x80; in snd_cs4231_probe()
|
/linux/include/sound/ |
H A D | cs4231-regs.h | 37 #define CS4231_ALT_FEATURE_1 0x10 /* alternate #1 feature enable */ macro
|