Lines Matching refs:path
754 struct nid_path *path;
763 path = snd_hda_get_path_from_idx(codec,
765 if (path)
766 snd_hda_activate_path(codec, path, false, true);
767 path = snd_hda_get_path_from_idx(codec, spec->smux_paths[val]);
768 if (path)
769 snd_hda_activate_path(codec, path, true, true);
795 struct nid_path *path;
796 path = snd_hda_get_path_from_idx(codec, spec->smux_paths[i]);
797 if (path)
798 snd_hda_activate_path(codec, path, path->active, false);
814 .path = { 0x02, 0x1d, 0x1b },
820 .path = { 0x08, 0x0b, 0x1d, 0x1b },
826 .path = { 0x09, 0x0b, 0x1d, 0x1b },
832 .path = { 0x0f, 0x0b, 0x1d, 0x1b },
849 struct nid_path *path = snd_array_new(&spec->gen.paths);
850 if (!path)
852 *path = fake_paths[i];
854 path->active = 1;
855 spec->smux_paths[i] = snd_hda_get_path_idx(codec, path);