Home
last modified time | relevance | path

Searched refs:check (Results 1 – 9 of 9) sorted by relevance

/sound/oss/
Dhex2hex.c24 int n, check; in loadhex() local
57 if (fscanf(inf, "%02x", &check) != 1) in loadhex()
61 if (check != sum) in loadhex()
/sound/firewire/
Dcmp.c75 int (*check)(struct cmp_connection *c, __be32 pcr), in pcr_modify()
101 if (check) { in pcr_modify()
102 err = check(c, buffer[0]); in pcr_modify()
/sound/soc/codecs/
Dwm8958-dsp2.c43 const struct firmware *fw, bool check) in wm8958_dsp2_fw() argument
92 if (check) { in wm8958_dsp2_fw()
128 if (!check) in wm8958_dsp2_fw()
151 if (check) in wm8958_dsp2_fw()
175 if (!check) { in wm8958_dsp2_fw()
187 if (!check) { in wm8958_dsp2_fw()
/sound/pci/hda/
Dhda_codec.c3403 struct hda_loopback_check *check, in snd_hda_check_amp_list_power() argument
3409 if (!check->amplist) in snd_hda_check_amp_list_power()
3411 for (p = check->amplist; p->nid; p++) { in snd_hda_check_amp_list_power()
3418 for (p = check->amplist; p->nid; p++) { in snd_hda_check_amp_list_power()
3423 if (!check->power_on) { in snd_hda_check_amp_list_power()
3424 check->power_on = 1; in snd_hda_check_amp_list_power()
3431 if (check->power_on) { in snd_hda_check_amp_list_power()
3432 check->power_on = 0; in snd_hda_check_amp_list_power()
Dhda_local.h615 struct hda_loopback_check *check,
/sound/core/
Dinit.c137 static int get_slot_from_bitmask(int mask, int (*check)(struct module *, int), in get_slot_from_bitmask()
146 if (check(module, slot)) in get_slot_from_bitmask()
/sound/usb/usx2y/
Dusb_stream.c42 goto check; in playback_prep_freqn()
51 check: in playback_prep_freqn()
/sound/drivers/
Daloop.c209 int check; in loopback_check_format() local
220 check = runtime->format != cruntime->format || in loopback_check_format()
223 if (!check) in loopback_check_format()
/sound/usb/
Dmixer.c1054 int saved, test, check; in get_min_max_with_quirks() local
1065 get_cur_mix_raw(cval, minchn, &check)) { in get_min_max_with_quirks()
1069 if (test == check) in get_min_max_with_quirks()