Searched refs:snd_hda_add_new_path (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/pci/hda/ |
H A D | hda_generic.h | 320 snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid,
|
H A D | hda_generic.c | 501 EXPORT_SYMBOL_GPL(snd_hda_add_new_path); 1444 path = snd_hda_add_new_path(codec, dac, pin, 0); in try_assign_dacs() 1571 path = snd_hda_add_new_path(codec, dac, nid, in fill_multi_ios() 1627 path = snd_hda_add_new_path(codec, dac, pins[i], in map_singles() 1630 path = snd_hda_add_new_path(codec, dac, pins[i], 0); in map_singles() 1673 path = snd_hda_add_new_path(codec, dac, pin, in check_aamix_out_path() 3105 path = snd_hda_add_new_path(codec, pin, mix_nid, 0); in new_analog_input() 3134 path = snd_hda_add_new_path(codec, spec->mixer_nid, in new_analog_input() 3270 path = snd_hda_add_new_path(codec, pin, adc, anchor); in parse_capture_source() 4039 path = snd_hda_add_new_path(codec, dig_nid, pin, 0); in parse_digital() [all …]
|
H A D | patch_conexant.c | 651 spec->dc_mode_path = snd_hda_add_new_path(codec, 0x1e, 0x14, 0); in cxt_fixup_olpc_xo()
|