Home
last modified time | relevance | path

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

/sound/virtio/
Dvirtio_jack.c52 static const char *virtsnd_jack_get_label(struct virtio_jack *vjack) in virtsnd_jack_get_label() argument
54 unsigned int defconf = vjack->defconf; in virtsnd_jack_get_label()
100 static int virtsnd_jack_get_type(struct virtio_jack *vjack) in virtsnd_jack_get_type() argument
102 unsigned int defconf = vjack->defconf; in virtsnd_jack_get_type()
157 struct virtio_jack *vjack = &snd->jacks[i]; in virtsnd_jack_parse_cfg() local
159 vjack->nid = le32_to_cpu(info[i].hdr.hda_fn_nid); in virtsnd_jack_parse_cfg()
160 vjack->features = le32_to_cpu(info[i].features); in virtsnd_jack_parse_cfg()
161 vjack->defconf = le32_to_cpu(info[i].hda_reg_defconf); in virtsnd_jack_parse_cfg()
162 vjack->caps = le32_to_cpu(info[i].hda_reg_caps); in virtsnd_jack_parse_cfg()
163 vjack->connected = info[i].connected; in virtsnd_jack_parse_cfg()
[all …]