Symbol: snd_hda_get_path_from_idx
sound/hda/codecs/analog.c
733
path = snd_hda_get_path_from_idx(codec,
sound/hda/codecs/analog.c
737
path = snd_hda_get_path_from_idx(codec, spec->smux_paths[val]);
sound/hda/codecs/analog.c
767
path = snd_hda_get_path_from_idx(codec, spec->smux_paths[i]);
sound/hda/codecs/conexant.c
468
path = snd_hda_get_path_from_idx(codec, cur_input);
sound/hda/codecs/conexant.c
473
path = snd_hda_get_path_from_idx(codec, cur_input);
sound/hda/codecs/generic.c
1156
struct nid_path *path = snd_hda_get_path_from_idx(codec, path_idx);
sound/hda/codecs/generic.c
1385
path = snd_hda_get_path_from_idx(codec, path_idx[i]);
sound/hda/codecs/generic.c
1603
path = snd_hda_get_path_from_idx(codec, spec->out_paths[cfg->line_outs + i]);
sound/hda/codecs/generic.c
1653
path = snd_hda_get_path_from_idx(codec, path_idx);
sound/hda/codecs/generic.c
1694
path = snd_hda_get_path_from_idx(codec, idx);
sound/hda/codecs/generic.c
1706
path = snd_hda_get_path_from_idx(codec, spec->out_paths[i]);
sound/hda/codecs/generic.c
1711
path = snd_hda_get_path_from_idx(codec, spec->speaker_paths[i]);
sound/hda/codecs/generic.c
1731
path = snd_hda_get_path_from_idx(codec, path_idx[i]);
sound/hda/codecs/generic.c
1907
path = snd_hda_get_path_from_idx(codec, idx);
sound/hda/codecs/generic.c
2068
path = snd_hda_get_path_from_idx(codec, spec->out_paths[0]);
sound/hda/codecs/generic.c
2116
path = snd_hda_get_path_from_idx(codec, spec->out_paths[i]);
sound/hda/codecs/generic.c
2158
path = snd_hda_get_path_from_idx(codec, path_idx);
sound/hda/codecs/generic.c
2351
return snd_hda_get_path_from_idx(codec,
sound/hda/codecs/generic.c
2458
nomix_path = snd_hda_get_path_from_idx(codec, nomix_path_idx);
sound/hda/codecs/generic.c
2459
mix_path = snd_hda_get_path_from_idx(codec, mix_path_idx);
sound/hda/codecs/generic.c
2490
path = snd_hda_get_path_from_idx(codec, paths[i]);
sound/hda/codecs/generic.c
316
EXPORT_SYMBOL_GPL(snd_hda_get_path_from_idx);
sound/hda/codecs/generic.c
3406
return snd_hda_get_path_from_idx(codec, spec->input_paths[imux_idx][adc_idx]);
sound/hda/codecs/generic.c
4397
path = snd_hda_get_path_from_idx(codec, paths[i]);
sound/hda/codecs/generic.c
4998
path = snd_hda_get_path_from_idx(codec, paths[i]);
sound/hda/codecs/generic.c
506
struct nid_path *path = snd_hda_get_path_from_idx(codec, idx);
sound/hda/codecs/generic.c
5853
path = snd_hda_get_path_from_idx(codec, path_idx);
sound/hda/codecs/generic.c
935
struct nid_path *path = snd_hda_get_path_from_idx(codec, path_idx);
sound/hda/codecs/generic.h
317
struct nid_path *snd_hda_get_path_from_idx(struct hda_codec *codec, int idx);