Lines Matching refs:temp
868 unsigned char temp; in pcxhr_iec958_capture_byte() local
911 temp = (unsigned char)rmh.stat[1]; in pcxhr_iec958_capture_byte()
913 temp = 0; in pcxhr_iec958_capture_byte()
916 temp <<= 1; in pcxhr_iec958_capture_byte()
918 temp |= 1; in pcxhr_iec958_capture_byte()
922 chip->chip_idx, aes_idx, temp); in pcxhr_iec958_capture_byte()
923 *aes_bits = temp; in pcxhr_iec958_capture_byte()
1124 struct snd_kcontrol_new temp; in pcxhr_create_mixer() local
1129 temp = pcxhr_control_analog_level; in pcxhr_create_mixer()
1130 temp.name = "Master Playback Volume"; in pcxhr_create_mixer()
1131 temp.private_value = 0; /* playback */ in pcxhr_create_mixer()
1133 temp.tlv.p = db_scale_a_hr222_playback; in pcxhr_create_mixer()
1135 temp.tlv.p = db_scale_analog_playback; in pcxhr_create_mixer()
1137 snd_ctl_new1(&temp, chip)); in pcxhr_create_mixer()
1148 temp = snd_pcxhr_pcm_vol; in pcxhr_create_mixer()
1149 temp.name = "PCM Playback Volume"; in pcxhr_create_mixer()
1150 temp.count = PCXHR_PLAYBACK_STREAMS; in pcxhr_create_mixer()
1151 temp.private_value = 0; /* playback */ in pcxhr_create_mixer()
1153 snd_ctl_new1(&temp, chip)); in pcxhr_create_mixer()
1177 temp = pcxhr_control_analog_level; in pcxhr_create_mixer()
1178 temp.name = "Line Capture Volume"; in pcxhr_create_mixer()
1179 temp.private_value = 1; /* capture */ in pcxhr_create_mixer()
1181 temp.tlv.p = db_scale_a_hr222_capture; in pcxhr_create_mixer()
1183 temp.tlv.p = db_scale_analog_capture; in pcxhr_create_mixer()
1186 snd_ctl_new1(&temp, chip)); in pcxhr_create_mixer()
1190 temp = snd_pcxhr_pcm_vol; in pcxhr_create_mixer()
1191 temp.name = "PCM Capture Volume"; in pcxhr_create_mixer()
1192 temp.count = 1; in pcxhr_create_mixer()
1193 temp.private_value = 1; /* capture */ in pcxhr_create_mixer()
1196 snd_ctl_new1(&temp, chip)); in pcxhr_create_mixer()