Home
last modified time | relevance | path

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

/linux/sound/core/oss/
H A Dmixer_oss.c495 unsigned int numid[SNDRV_MIXER_OSS_ITEM_COUNT]; member
517 unsigned int numid, in snd_mixer_oss_get_volume1_vol() argument
523 if (numid == ID_UNKNOWN) in snd_mixer_oss_get_volume1_vol()
528 kctl = snd_ctl_find_numid(card, numid); in snd_mixer_oss_get_volume1_vol()
552 unsigned int numid, in snd_mixer_oss_get_volume1_sw() argument
559 if (numid == ID_UNKNOWN) in snd_mixer_oss_get_volume1_sw()
564 kctl = snd_ctl_find_numid(card, numid); in snd_mixer_oss_get_volume1_sw()
595 …snd_mixer_oss_get_volume1_vol(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_PVOLUME], left, righ… in snd_mixer_oss_get_volume1()
597 …snd_mixer_oss_get_volume1_vol(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_GVOLUME], left, righ… in snd_mixer_oss_get_volume1()
599 …snd_mixer_oss_get_volume1_vol(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_GLOBAL], left, right… in snd_mixer_oss_get_volume1()
[all …]
/linux/include/sound/
H A Dcontrol.h143 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card *card, unsigned int numid);
188 unsigned int ioff = id->numid - kctl->id.numid; in snd_ctl_get_ioffnum()
200 if (id->numid) { in snd_ctl_get_ioff()
213 dst_id->numid += offset; in snd_ctl_build_ioff()
/linux/sound/core/
H A Dcontrol.c176 if (ev->id.numid == id->numid) { in snd_ctl_notify()
214 id.numid += ioff;
298 /* The 'numid' member is decided when calling snd_ctl_add(). */ in snd_ctl_new1()
350 if (kctl->id.numid < card->last_numid + 1 + count && in snd_ctl_remove_numid_conflict()
351 kctl->id.numid + kctl->count > card->last_numid + 1) {
352 card->last_numid = kctl->id.numid + kctl->count - 1; in snd_ctl_find_hole()
366 dev_err(card->dev, "unable to allocate new control numid\n");
387 * It's for the name lookup, hence the numid is excluded. in get_ctl_id_hash()
406 /* add hash entries to numid an in add_hash_entries()
791 snd_ctl_find_numid_slow(struct snd_card * card,unsigned int numid) snd_ctl_find_numid_slow() argument
816 snd_ctl_find_numid(struct snd_card * card,unsigned int numid) snd_ctl_find_numid() argument
[all...]
H A Dctljack.c43 /* reset numid; otherwise snd_ctl_find_id() hits this again */ in get_available_index()
44 sid.numid = 0; in get_available_index()
H A Dcontrol_led.c116 info.id.numid += lctl->index_offset; in snd_ctl_led_get()
527 s = parse_uint(s + 6, &id.numid); in set_led_id()
545 parse_uint(buf2, &id.numid); in set_led_id()
617 lctl->kctl->id.numid + lctl->index_offset); in list_show()
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c259 u8 ch = value->id.numid - 1; in snd_solo_capture_volume_get()
270 u8 ch = value->id.numid - 1; in snd_solo_capture_volume_put()
/linux/sound/soc/sof/
H A Dipc3-control.c399 if (header.numid != cdata->cmd) { in sof_ipc3_bytes_ext_put()
401 header.numid); in sof_ipc3_bytes_ext_put()
498 header.numid = cdata->cmd; in _sof_ipc3_bytes_ext_get()
H A Dipc4-control.c664 if (header.numid != SOF_CTRL_CMD_BINARY) { in sof_ipc4_control_update()
666 "Incorrect numid for bytes put %d\n", in sof_ipc4_control_update()
667 header.numid); in sof_ipc4_control_update()
757 header.numid = SOF_CTRL_CMD_BINARY; in sof_ipc4_control_update()
/linux/sound/pci/au88x0/
H A Dau88x0_a3d.c855 kcontrol->id.numid = CTRLID_HRTF; in vortex_a3d_register_controls()
867 kcontrol->id.numid = CTRLID_ITD; in vortex_a3d_register_controls()
879 kcontrol->id.numid = CTRLID_GAINS; in vortex_a3d_register_controls()
891 kcontrol->id.numid = CTRLID_FILTER; in vortex_a3d_register_controls()
/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/include/uapi/sound/
H A Dasound.h1122 unsigned int numid; /* numeric identifier, zero = invalid */ member
1194 unsigned int numid; /* control element numeric identification */ member
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h1122 unsigned int numid; /* numeric identifier, zero = invalid */ member
1194 unsigned int numid; /* control element numeric identification */ member