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