Home
last modified time | relevance | path

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

/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.c42 const struct firmware *fw, bool check) in wm8958_dsp2_fw() argument
88 if (check) { in wm8958_dsp2_fw()
121 if (!check) in wm8958_dsp2_fw()
144 if (check) in wm8958_dsp2_fw()
168 if (!check) { in wm8958_dsp2_fw()
180 if (!check) { in wm8958_dsp2_fw()
/sound/pci/hda/
Dhda_codec.c3422 struct hda_loopback_check *check, in snd_hda_check_amp_list_power() argument
3428 if (!check->amplist) in snd_hda_check_amp_list_power()
3430 for (p = check->amplist; p->nid; p++) { in snd_hda_check_amp_list_power()
3437 for (p = check->amplist; p->nid; p++) { in snd_hda_check_amp_list_power()
3442 if (!check->power_on) { in snd_hda_check_amp_list_power()
3443 check->power_on = 1; in snd_hda_check_amp_list_power()
3450 if (check->power_on) { in snd_hda_check_amp_list_power()
3451 check->power_on = 0; in snd_hda_check_amp_list_power()
Dhda_local.h608 struct hda_loopback_check *check,
/sound/usb/usx2y/
Dusb_stream.c30 goto check; in playback_prep_freqn()
39 check: in playback_prep_freqn()
/sound/core/
Dinit.c98 static int get_slot_from_bitmask(int mask, int (*check)(struct module *, int), in get_slot_from_bitmask()
107 if (check(module, slot)) in get_slot_from_bitmask()
DKconfig197 from the driver are in the proper ranges or the check of the invalid
/sound/drivers/
Daloop.c325 int check; in loopback_check_format() local
336 check = runtime->format != cruntime->format || in loopback_check_format()
339 if (!check) in loopback_check_format()
/sound/usb/
Dmixer.c1273 int saved, test, check; in get_min_max_with_quirks() local
1284 get_cur_mix_raw(cval, minchn, &check)) { in get_min_max_with_quirks()
1288 if (test == check) in get_min_max_with_quirks()