Lines Matching refs:CS4231_ALT_FEATURE_1
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()
962 val = (chip->image[CS4231_ALT_FEATURE_1] & ~0x0e) | (0<<2) | (enable << 1); in snd_cs4236_put_iec958_switch()
963 change = val != chip->image[CS4231_ALT_FEATURE_1]; in snd_cs4236_put_iec958_switch()
964 snd_wss_out(chip, CS4231_ALT_FEATURE_1, val); in snd_cs4236_put_iec958_switch()
977 snd_wss_in(chip, CS4231_ALT_FEATURE_1), in snd_cs4236_put_iec958_switch()