Searched refs:numid (Results 1 - 13 of 13) sorted by relevance

/linux-master/sound/core/oss/
H A Dmixer_oss.c496 unsigned int numid[SNDRV_MIXER_OSS_ITEM_COUNT]; member in struct:slot
518 unsigned int numid,
526 if (numid == ID_UNKNOWN)
529 kctl = snd_ctl_find_numid_locked(card, numid);
550 unsigned int numid,
559 if (numid == ID_UNKNOWN)
562 kctl = snd_ctl_find_numid_locked(card, numid);
590 snd_mixer_oss_get_volume1_vol(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_PVOLUME], left, right);
592 snd_mixer_oss_get_volume1_vol(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_GVOLUME], left, right);
594 snd_mixer_oss_get_volume1_vol(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_GLOBA
516 snd_mixer_oss_get_volume1_vol(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int *left, int *right) argument
548 snd_mixer_oss_get_volume1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int *left, int *right, int route) argument
608 snd_mixer_oss_put_volume1_vol(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int left, int right) argument
644 snd_mixer_oss_put_volume1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int left, int right, int route) argument
[all...]
/linux-master/include/sound/
H A Dcontrol.h143 struct snd_kcontrol *snd_ctl_find_numid_locked(struct snd_card *card, unsigned int numid);
144 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card *card, unsigned int numid);
190 unsigned int ioff = id->numid - kctl->id.numid;
202 if (id->numid) {
215 dst_id->numid += offset;
/linux-master/sound/core/
H A Dctljack.c42 /* reset numid; otherwise snd_ctl_find_id() hits this again */
43 sid.numid = 0;
H A Dcontrol.c169 if (ev->id.numid == id->numid) {
207 id.numid += ioff;
291 /* The 'numid' member is decided when calling snd_ctl_add(). */
343 if (kctl->id.numid < card->last_numid + 1 + count &&
344 kctl->id.numid + kctl->count > card->last_numid + 1) {
345 card->last_numid = kctl->id.numid + kctl->count - 1;
359 dev_err(card->dev, "unable to allocate new control numid\n");
380 * It's for the name lookup, hence the numid is excluded.
399 /* add hash entries to numid an
783 snd_ctl_find_numid_slow(struct snd_card *card, unsigned int numid) argument
808 snd_ctl_find_numid_locked(struct snd_card *card, unsigned int numid) argument
832 snd_ctl_find_numid(struct snd_card *card, unsigned int numid) argument
[all...]
H A Dcontrol_led.c115 info.id.numid += lctl->index_offset;
507 * unsigned integer - numid (equivaled to numid=UINT)
509 * numid=UINT
526 if (!strncasecmp(s, "numid=", 6)) {
527 s = parse_uint(s + 6, &id.numid);
545 parse_uint(buf2, &id.numid);
617 lctl->kctl->id.numid + lctl->index_offset);
/linux-master/drivers/staging/greybus/
H A Daudio_helper.c158 id.numid = 0;
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c259 u8 ch = value->id.numid - 1;
270 u8 ch = value->id.numid - 1;
/linux-master/sound/soc/sof/
H A Dipc3-control.c399 if (header.numid != cdata->cmd) {
401 header.numid);
498 header.numid = cdata->cmd;
H A Dipc4-control.c616 header.numid = scontrol->comp_id;
/linux-master/sound/pci/au88x0/
H A Dau88x0_a3d.c855 kcontrol->id.numid = CTRLID_HRTF;
867 kcontrol->id.numid = CTRLID_ITD;
879 kcontrol->id.numid = CTRLID_GAINS;
891 kcontrol->id.numid = CTRLID_FILTER;
/linux-master/include/uapi/sound/
H A Dasound.h1102 unsigned int numid; /* numeric identifier, zero = invalid */ member in struct:snd_ctl_elem_id
1174 unsigned int numid; /* control element numeric identification */ member in struct:snd_ctl_tlv
/linux-master/tools/include/uapi/sound/
H A Dasound.h1102 unsigned int numid; /* numeric identifier, zero = invalid */ member in struct:snd_ctl_elem_id
1174 unsigned int numid; /* control element numeric identification */ member in struct:snd_ctl_tlv
/linux-master/sound/soc/atmel/
H A Dmchp-pdmc.c397 id.numid = 0;

Completed in 496 milliseconds