Searched refs:CS4231_ALT_FEATURE_1 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/sound/isa/cs423x/ |
D | cs4236_lib.c | 191 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_playback_format() 192 chip->image[CS4231_ALT_FEATURE_1] | 0x10); in snd_cs4236_playback_format() 194 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_playback_format() 195 chip->image[CS4231_ALT_FEATURE_1] & ~0x10); in snd_cs4236_playback_format() 209 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_capture_format() 210 chip->image[CS4231_ALT_FEATURE_1] | 0x20); in snd_cs4236_capture_format() 212 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_cs4236_capture_format() 213 chip->image[CS4231_ALT_FEATURE_1] & ~0x20); in snd_cs4236_capture_format() 951 ucontrol->value.integer.value[0] = chip->image[CS4231_ALT_FEATURE_1] & 0x02 ? 1 : 0; in snd_cs4236_get_iec958_switch() 955 snd_wss_in(chip, CS4231_ALT_FEATURE_1), in snd_cs4236_get_iec958_switch() [all …]
|
/linux-4.4.14/sound/isa/wss/ |
D | wss_lib.c | 637 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format() 638 chip->image[CS4231_ALT_FEATURE_1] | 0x10); in snd_wss_playback_format() 642 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_playback_format() 643 chip->image[CS4231_ALT_FEATURE_1] &= ~0x10); in snd_wss_playback_format() 699 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_capture_format() 700 chip->image[CS4231_ALT_FEATURE_1] | 0x20); in snd_wss_capture_format() 703 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_capture_format() 704 chip->image[CS4231_ALT_FEATURE_1] &= ~0x20); in snd_wss_capture_format() 773 if ((chip->image[CS4231_ALT_FEATURE_1] & CS4231_TIMER_ENABLE) == 0 || in snd_wss_timer_start() 782 snd_wss_out(chip, CS4231_ALT_FEATURE_1, in snd_wss_timer_start() [all …]
|
/linux-4.4.14/include/sound/ |
D | cs4231-regs.h | 52 #define CS4231_ALT_FEATURE_1 0x10 /* alternate #1 feature enable */ macro
|
/linux-4.4.14/sound/sparc/ |
D | cs4231.c | 674 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() 1067 chip->image[CS4231_ALT_FEATURE_1] = 0x80; in snd_cs4231_probe()
|