Lines Matching refs:path
761 struct nid_path *path;
770 path = snd_hda_get_path_from_idx(codec,
772 if (path)
773 snd_hda_activate_path(codec, path, false, true);
774 path = snd_hda_get_path_from_idx(codec, spec->smux_paths[val]);
775 if (path)
776 snd_hda_activate_path(codec, path, true, true);
802 struct nid_path *path;
803 path = snd_hda_get_path_from_idx(codec, spec->smux_paths[i]);
804 if (path)
805 snd_hda_activate_path(codec, path, path->active, false);
821 .path = { 0x02, 0x1d, 0x1b },
827 .path = { 0x08, 0x0b, 0x1d, 0x1b },
833 .path = { 0x09, 0x0b, 0x1d, 0x1b },
839 .path = { 0x0f, 0x0b, 0x1d, 0x1b },
856 struct nid_path *path = snd_array_new(&spec->gen.paths);
857 if (!path)
859 *path = fake_paths[i];
861 path->active = 1;
862 spec->smux_paths[i] = snd_hda_get_path_idx(codec, path);