knew             2423 sound/core/pcm_lib.c 	struct snd_kcontrol_new knew = {
knew             2444 sound/core/pcm_lib.c 		knew.name = "Playback Channel Map";
knew             2446 sound/core/pcm_lib.c 		knew.name = "Capture Channel Map";
knew             2447 sound/core/pcm_lib.c 	knew.device = pcm->device;
knew             2448 sound/core/pcm_lib.c 	knew.count = pcm->streams[stream].substream_count;
knew             2449 sound/core/pcm_lib.c 	knew.private_value = private_value;
knew             2450 sound/core/pcm_lib.c 	info->kctl = snd_ctl_new1(&knew, info);
knew              396 sound/core/vmaster.c 	struct snd_kcontrol_new knew;
knew              398 sound/core/vmaster.c 	memset(&knew, 0, sizeof(knew));
knew              399 sound/core/vmaster.c 	knew.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
knew              400 sound/core/vmaster.c 	knew.name = name;
knew              401 sound/core/vmaster.c 	knew.info = master_info;
knew              408 sound/core/vmaster.c 	kctl = snd_ctl_new1(&knew, master);
knew              606 sound/i2c/other/ak4xxx-adda.c 	struct snd_kcontrol_new knew;
knew              613 sound/i2c/other/ak4xxx-adda.c 			memset(&knew, 0, sizeof(knew));
knew              614 sound/i2c/other/ak4xxx-adda.c 			knew.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
knew              615 sound/i2c/other/ak4xxx-adda.c 			knew.count = 1;
knew              616 sound/i2c/other/ak4xxx-adda.c 			knew.access = SNDRV_CTL_ELEM_ACCESS_READWRITE;
knew              617 sound/i2c/other/ak4xxx-adda.c 			knew.name = ak->dac_info[mixer_ch].switch_name;
knew              618 sound/i2c/other/ak4xxx-adda.c 			knew.info = ak4xxx_switch_info;
knew              619 sound/i2c/other/ak4xxx-adda.c 			knew.get = ak4xxx_switch_get;
knew              620 sound/i2c/other/ak4xxx-adda.c 			knew.put = ak4xxx_switch_put;
knew              621 sound/i2c/other/ak4xxx-adda.c 			knew.access = 0;
knew              624 sound/i2c/other/ak4xxx-adda.c 			knew.private_value =
knew              626 sound/i2c/other/ak4xxx-adda.c 			err = snd_ctl_add(ak->card, snd_ctl_new1(&knew, ak));
knew              630 sound/i2c/other/ak4xxx-adda.c 		memset(&knew, 0, sizeof(knew));
knew              632 sound/i2c/other/ak4xxx-adda.c 			knew.name = "DAC Volume";
knew              633 sound/i2c/other/ak4xxx-adda.c 			knew.index = mixer_ch + ak->idx_offset * 2;
knew              636 sound/i2c/other/ak4xxx-adda.c 			knew.name = ak->dac_info[mixer_ch].name;
knew              639 sound/i2c/other/ak4xxx-adda.c 		knew.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
knew              640 sound/i2c/other/ak4xxx-adda.c 		knew.count = 1;
knew              641 sound/i2c/other/ak4xxx-adda.c 		knew.access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
knew              644 sound/i2c/other/ak4xxx-adda.c 			knew.info = snd_akm4xxx_stereo_volume_info;
knew              645 sound/i2c/other/ak4xxx-adda.c 			knew.get = snd_akm4xxx_stereo_volume_get;
knew              646 sound/i2c/other/ak4xxx-adda.c 			knew.put = snd_akm4xxx_stereo_volume_put;
knew              648 sound/i2c/other/ak4xxx-adda.c 			knew.info = snd_akm4xxx_volume_info;
knew              649 sound/i2c/other/ak4xxx-adda.c 			knew.get = snd_akm4xxx_volume_get;
knew              650 sound/i2c/other/ak4xxx-adda.c 			knew.put = snd_akm4xxx_volume_put;
knew              655 sound/i2c/other/ak4xxx-adda.c 			knew.private_value =
knew              658 sound/i2c/other/ak4xxx-adda.c 			knew.tlv.p = db_scale_vol_datt;
knew              662 sound/i2c/other/ak4xxx-adda.c 			knew.private_value =
knew              665 sound/i2c/other/ak4xxx-adda.c 			knew.tlv.p = db_scale_vol_datt;
knew              670 sound/i2c/other/ak4xxx-adda.c 			knew.private_value =
knew              672 sound/i2c/other/ak4xxx-adda.c 			knew.tlv.p = db_scale_8bit;
knew              677 sound/i2c/other/ak4xxx-adda.c 			knew.private_value = AK_COMPOSE(0, idx + 4, 0, 255);
knew              678 sound/i2c/other/ak4xxx-adda.c 			knew.tlv.p = db_scale_8bit;
knew              683 sound/i2c/other/ak4xxx-adda.c 			knew.private_value =
knew              685 sound/i2c/other/ak4xxx-adda.c 			knew.tlv.p = db_scale_7bit;
knew              690 sound/i2c/other/ak4xxx-adda.c 			knew.private_value =
knew              692 sound/i2c/other/ak4xxx-adda.c 			knew.tlv.p = db_scale_linear;
knew              696 sound/i2c/other/ak4xxx-adda.c 			knew.private_value =
knew              698 sound/i2c/other/ak4xxx-adda.c 			knew.tlv.p = db_scale_linear;
knew              704 sound/i2c/other/ak4xxx-adda.c 		err = snd_ctl_add(ak->card, snd_ctl_new1(&knew, ak));
knew              717 sound/i2c/other/ak4xxx-adda.c 	struct snd_kcontrol_new knew;
knew              723 sound/i2c/other/ak4xxx-adda.c 		memset(&knew, 0, sizeof(knew));
knew              725 sound/i2c/other/ak4xxx-adda.c 			knew.name = "ADC Volume";
knew              726 sound/i2c/other/ak4xxx-adda.c 			knew.index = mixer_ch + ak->idx_offset * 2;
knew              729 sound/i2c/other/ak4xxx-adda.c 			knew.name = ak->adc_info[mixer_ch].name;
knew              732 sound/i2c/other/ak4xxx-adda.c 		knew.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
knew              733 sound/i2c/other/ak4xxx-adda.c 		knew.count = 1;
knew              734 sound/i2c/other/ak4xxx-adda.c 		knew.access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
knew              737 sound/i2c/other/ak4xxx-adda.c 			knew.info = snd_akm4xxx_stereo_volume_info;
knew              738 sound/i2c/other/ak4xxx-adda.c 			knew.get = snd_akm4xxx_stereo_volume_get;
knew              739 sound/i2c/other/ak4xxx-adda.c 			knew.put = snd_akm4xxx_stereo_volume_put;
knew              741 sound/i2c/other/ak4xxx-adda.c 			knew.info = snd_akm4xxx_volume_info;
knew              742 sound/i2c/other/ak4xxx-adda.c 			knew.get = snd_akm4xxx_volume_get;
knew              743 sound/i2c/other/ak4xxx-adda.c 			knew.put = snd_akm4xxx_volume_put;
knew              750 sound/i2c/other/ak4xxx-adda.c 		knew.private_value =
knew              753 sound/i2c/other/ak4xxx-adda.c 		knew.tlv.p = db_scale_vol_datt;
knew              754 sound/i2c/other/ak4xxx-adda.c 		err = snd_ctl_add(ak->card, snd_ctl_new1(&knew, ak));
knew              761 sound/i2c/other/ak4xxx-adda.c 				knew.name = "Capture Switch";
knew              762 sound/i2c/other/ak4xxx-adda.c 				knew.index = mixer_ch + ak->idx_offset * 2;
knew              764 sound/i2c/other/ak4xxx-adda.c 				knew.name = ak->adc_info[mixer_ch].switch_name;
knew              765 sound/i2c/other/ak4xxx-adda.c 			knew.info = ak4xxx_switch_info;
knew              766 sound/i2c/other/ak4xxx-adda.c 			knew.get = ak4xxx_switch_get;
knew              767 sound/i2c/other/ak4xxx-adda.c 			knew.put = ak4xxx_switch_put;
knew              768 sound/i2c/other/ak4xxx-adda.c 			knew.access = 0;
knew              771 sound/i2c/other/ak4xxx-adda.c 			knew.private_value =
knew              773 sound/i2c/other/ak4xxx-adda.c 			err = snd_ctl_add(ak->card, snd_ctl_new1(&knew, ak));
knew              777 sound/i2c/other/ak4xxx-adda.c 			memset(&knew, 0, sizeof(knew));
knew              780 sound/i2c/other/ak4xxx-adda.c 				knew.name = "Capture Channel";
knew              781 sound/i2c/other/ak4xxx-adda.c 				knew.index = mixer_ch + ak->idx_offset * 2;
knew              783 sound/i2c/other/ak4xxx-adda.c 				knew.name = ak->adc_info[mixer_ch].selector_name;
knew              785 sound/i2c/other/ak4xxx-adda.c 			knew.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
knew              786 sound/i2c/other/ak4xxx-adda.c 			knew.info = ak4xxx_capture_source_info;
knew              787 sound/i2c/other/ak4xxx-adda.c 			knew.get = ak4xxx_capture_source_get;
knew              788 sound/i2c/other/ak4xxx-adda.c 			knew.put = ak4xxx_capture_source_put;
knew              789 sound/i2c/other/ak4xxx-adda.c 			knew.access = 0;
knew              792 sound/i2c/other/ak4xxx-adda.c 			knew.private_value
knew              794 sound/i2c/other/ak4xxx-adda.c 			err = snd_ctl_add(ak->card, snd_ctl_new1(&knew, ak));
knew              808 sound/i2c/other/ak4xxx-adda.c 	struct snd_kcontrol_new knew;
knew              811 sound/i2c/other/ak4xxx-adda.c 		memset(&knew, 0, sizeof(knew));
knew              812 sound/i2c/other/ak4xxx-adda.c 		knew.name = "Deemphasis";
knew              813 sound/i2c/other/ak4xxx-adda.c 		knew.index = idx + ak->idx_offset;
knew              814 sound/i2c/other/ak4xxx-adda.c 		knew.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
knew              815 sound/i2c/other/ak4xxx-adda.c 		knew.count = 1;
knew              816 sound/i2c/other/ak4xxx-adda.c 		knew.info = snd_akm4xxx_deemphasis_info;
knew              817 sound/i2c/other/ak4xxx-adda.c 		knew.get = snd_akm4xxx_deemphasis_get;
knew              818 sound/i2c/other/ak4xxx-adda.c 		knew.put = snd_akm4xxx_deemphasis_put;
knew              824 sound/i2c/other/ak4xxx-adda.c 			knew.private_value = AK_COMPOSE(idx, 3, 0, 0);
knew              829 sound/i2c/other/ak4xxx-adda.c 			knew.private_value = AK_COMPOSE(0, 8, shift, 0);
knew              834 sound/i2c/other/ak4xxx-adda.c 			knew.private_value = AK_COMPOSE(idx, 3, 0, 0);
knew              837 sound/i2c/other/ak4xxx-adda.c 			knew.private_value = AK_COMPOSE(idx, 1, 1, 0);
knew              842 sound/i2c/other/ak4xxx-adda.c 		err = snd_ctl_add(ak->card, snd_ctl_new1(&knew, ak));
knew              172 sound/i2c/other/pt2258.c 	struct snd_kcontrol_new knew;
knew              181 sound/i2c/other/pt2258.c 		memset(&knew, 0, sizeof(knew));
knew              182 sound/i2c/other/pt2258.c 		knew.name = names[i];
knew              183 sound/i2c/other/pt2258.c 		knew.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
knew              184 sound/i2c/other/pt2258.c 		knew.count = 1;
knew              185 sound/i2c/other/pt2258.c 		knew.access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
knew              187 sound/i2c/other/pt2258.c 		knew.private_value = 2 * i;
knew              188 sound/i2c/other/pt2258.c 		knew.info = pt2258_stereo_volume_info;
knew              189 sound/i2c/other/pt2258.c 		knew.get = pt2258_stereo_volume_get;
knew              190 sound/i2c/other/pt2258.c 		knew.put = pt2258_stereo_volume_put;
knew              191 sound/i2c/other/pt2258.c 		knew.tlv.p = pt2258_db_scale;
knew              193 sound/i2c/other/pt2258.c 		err = snd_ctl_add(pt->card, snd_ctl_new1(&knew, pt));
knew              198 sound/i2c/other/pt2258.c 	memset(&knew, 0, sizeof(knew));
knew              199 sound/i2c/other/pt2258.c 	knew.name = "Loopback Switch";
knew              200 sound/i2c/other/pt2258.c 	knew.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
knew              201 sound/i2c/other/pt2258.c 	knew.info = pt2258_switch_info;
knew              202 sound/i2c/other/pt2258.c 	knew.get = pt2258_switch_get;
knew              203 sound/i2c/other/pt2258.c 	knew.put = pt2258_switch_put;
knew              204 sound/i2c/other/pt2258.c 	knew.access = 0;
knew              205 sound/i2c/other/pt2258.c 	err = snd_ctl_add(pt->card, snd_ctl_new1(&knew, pt));
knew              281 sound/i2c/tea6330t.c 	struct snd_kcontrol_new *knew;
knew              338 sound/i2c/tea6330t.c 		knew = &snd_tea6330t_controls[idx];
knew              339 sound/i2c/tea6330t.c 		if (tea->treble == 0 && !strcmp(knew->name, "Tone Control - Treble"))
knew              341 sound/i2c/tea6330t.c 		if ((err = snd_ctl_add(card, snd_ctl_new1(knew, tea))) < 0)
knew              787 sound/pci/emu10k1/emufx.c 	struct snd_kcontrol_new knew;
knew              816 sound/pci/emu10k1/emufx.c 		memset(&knew, 0, sizeof(knew));
knew              817 sound/pci/emu10k1/emufx.c 		knew.iface = gctl->id.iface;
knew              818 sound/pci/emu10k1/emufx.c 		knew.name = gctl->id.name;
knew              819 sound/pci/emu10k1/emufx.c 		knew.index = gctl->id.index;
knew              820 sound/pci/emu10k1/emufx.c 		knew.device = gctl->id.device;
knew              821 sound/pci/emu10k1/emufx.c 		knew.subdevice = gctl->id.subdevice;
knew              822 sound/pci/emu10k1/emufx.c 		knew.info = snd_emu10k1_gpr_ctl_info;
knew              823 sound/pci/emu10k1/emufx.c 		knew.tlv.p = copy_tlv((__force const unsigned int __user *)gctl->tlv, in_kernel);
knew              824 sound/pci/emu10k1/emufx.c 		if (knew.tlv.p)
knew              825 sound/pci/emu10k1/emufx.c 			knew.access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
knew              827 sound/pci/emu10k1/emufx.c 		knew.get = snd_emu10k1_gpr_ctl_get;
knew              828 sound/pci/emu10k1/emufx.c 		knew.put = snd_emu10k1_gpr_ctl_put;
knew              844 sound/pci/emu10k1/emufx.c 				kfree(knew.tlv.p);
knew              847 sound/pci/emu10k1/emufx.c 			knew.private_value = (unsigned long)ctl;
knew              849 sound/pci/emu10k1/emufx.c 			if ((err = snd_ctl_add(emu->card, kctl = snd_ctl_new1(&knew, emu))) < 0) {
knew              851 sound/pci/emu10k1/emufx.c 				kfree(knew.tlv.p);
knew             3333 sound/pci/hda/hda_codec.c 			 const struct snd_kcontrol_new *knew)
knew             3337 sound/pci/hda/hda_codec.c 	for (; knew->name; knew++) {
knew             3340 sound/pci/hda/hda_codec.c 		if (knew->iface == (__force snd_ctl_elem_iface_t)-1)
knew             3343 sound/pci/hda/hda_codec.c 			kctl = snd_ctl_new1(knew, codec);
knew             3359 sound/pci/hda/hda_codec.c 			else if (!idx && !knew->index) {
knew             3361 sound/pci/hda/hda_codec.c 							       knew->name, 0);
knew               62 sound/pci/hda/hda_generic.c 	struct snd_kcontrol_new *knew = snd_array_new(&spec->kctls);
knew               63 sound/pci/hda/hda_generic.c 	if (!knew)
knew               65 sound/pci/hda/hda_generic.c 	*knew = *temp;
knew               67 sound/pci/hda/hda_generic.c 		knew->name = kstrdup(name, GFP_KERNEL);
knew               68 sound/pci/hda/hda_generic.c 	else if (knew->name)
knew               69 sound/pci/hda/hda_generic.c 		knew->name = kstrdup(knew->name, GFP_KERNEL);
knew               70 sound/pci/hda/hda_generic.c 	if (!knew->name)
knew               72 sound/pci/hda/hda_generic.c 	return knew;
knew              976 sound/pci/hda/hda_generic.c 	struct snd_kcontrol_new *knew;
knew              978 sound/pci/hda/hda_generic.c 	knew = snd_hda_gen_add_kctl(spec, name, &control_templates[type]);
knew              979 sound/pci/hda/hda_generic.c 	if (!knew)
knew              981 sound/pci/hda/hda_generic.c 	knew->index = cidx;
knew              983 sound/pci/hda/hda_generic.c 		knew->subdevice = HDA_SUBDEV_AMP_FLAG;
knew              984 sound/pci/hda/hda_generic.c 	knew->private_value = val;
knew              985 sound/pci/hda/hda_generic.c 	return knew;
knew             2732 sound/pci/hda/hda_generic.c 			struct snd_kcontrol_new *knew;
knew             2735 sound/pci/hda/hda_generic.c 			knew = snd_hda_gen_add_kctl(spec, name,
knew             2737 sound/pci/hda/hda_generic.c 			if (!knew)
knew             2739 sound/pci/hda/hda_generic.c 			knew->private_value = pin;
knew             2864 sound/pci/hda/hda_generic.c 	struct snd_kcontrol_new *knew;
knew             2881 sound/pci/hda/hda_generic.c 	knew = snd_hda_gen_add_kctl(spec, name, &in_jack_mode_enum);
knew             2882 sound/pci/hda/hda_generic.c 	if (!knew)
knew             2884 sound/pci/hda/hda_generic.c 	knew->private_value = pin;
knew             3001 sound/pci/hda/hda_generic.c 	struct snd_kcontrol_new *knew;
knew             3003 sound/pci/hda/hda_generic.c 	knew = snd_hda_gen_add_kctl(spec, "Headphone Mic Jack Mode",
knew             3005 sound/pci/hda/hda_generic.c 	if (!knew)
knew             3007 sound/pci/hda/hda_generic.c 	knew->private_value = pin;
knew             3602 sound/pci/hda/hda_generic.c 	struct snd_kcontrol_new *knew;
knew             3613 sound/pci/hda/hda_generic.c 	knew = add_control(spec, type, tmpname, idx,
knew             3615 sound/pci/hda/hda_generic.c 	if (!knew)
knew             3618 sound/pci/hda/hda_generic.c 		knew->put = cap_single_sw_put;
knew             3629 sound/pci/hda/hda_generic.c 	knew = add_control(spec, type, tmpname, idx,
knew             3631 sound/pci/hda/hda_generic.c 	if (!knew)
knew             3634 sound/pci/hda/hda_generic.c 		knew->put = cap_single_sw_put;
knew             3658 sound/pci/hda/hda_generic.c 	struct snd_kcontrol_new *knew;
knew             3661 sound/pci/hda/hda_generic.c 		knew = snd_hda_gen_add_kctl(spec, NULL, &cap_vol_temp);
knew             3662 sound/pci/hda/hda_generic.c 		if (!knew)
knew             3664 sound/pci/hda/hda_generic.c 		knew->index = idx;
knew             3665 sound/pci/hda/hda_generic.c 		knew->private_value = vol_ctl;
knew             3666 sound/pci/hda/hda_generic.c 		knew->subdevice = HDA_SUBDEV_AMP_FLAG;
knew             3669 sound/pci/hda/hda_generic.c 		knew = snd_hda_gen_add_kctl(spec, NULL, &cap_sw_temp);
knew             3670 sound/pci/hda/hda_generic.c 		if (!knew)
knew             3672 sound/pci/hda/hda_generic.c 		knew->index = idx;
knew             3673 sound/pci/hda/hda_generic.c 		knew->private_value = sw_ctl;
knew             3674 sound/pci/hda/hda_generic.c 		knew->subdevice = HDA_SUBDEV_AMP_FLAG;
knew             3742 sound/pci/hda/hda_generic.c 		struct snd_kcontrol_new *knew;
knew             3745 sound/pci/hda/hda_generic.c 		knew = snd_hda_gen_add_kctl(spec, name, &cap_src_temp);
knew             3746 sound/pci/hda/hda_generic.c 		if (!knew)
knew             3748 sound/pci/hda/hda_generic.c 		knew->count = nums;
knew              274 sound/pci/hda/hda_local.h 			 const struct snd_kcontrol_new *knew);
knew               52 sound/pci/hda/patch_analog.c 	const struct snd_kcontrol_new *knew;
knew               57 sound/pci/hda/patch_analog.c 	for (knew = ad_beep_mixer ; knew->name; knew++) {
knew               60 sound/pci/hda/patch_analog.c 		kctl = snd_ctl_new1(knew, codec);
knew             3979 sound/pci/hda/patch_ca0132.c 	struct snd_kcontrol_new knew =
knew             3982 sound/pci/hda/patch_ca0132.c 	knew.access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
knew             3984 sound/pci/hda/patch_ca0132.c 	knew.tlv.c = 0;
knew             3985 sound/pci/hda/patch_ca0132.c 	knew.tlv.p = 0;
knew             3988 sound/pci/hda/patch_ca0132.c 		knew.info = voice_focus_ctl_info;
knew             3989 sound/pci/hda/patch_ca0132.c 		knew.get = tuning_ctl_get;
knew             3990 sound/pci/hda/patch_ca0132.c 		knew.put = voice_focus_ctl_put;
knew             3991 sound/pci/hda/patch_ca0132.c 		knew.tlv.p = voice_focus_db_scale;
knew             3994 sound/pci/hda/patch_ca0132.c 		knew.info = mic_svm_ctl_info;
knew             3995 sound/pci/hda/patch_ca0132.c 		knew.get = tuning_ctl_get;
knew             3996 sound/pci/hda/patch_ca0132.c 		knew.put = mic_svm_ctl_put;
knew             3999 sound/pci/hda/patch_ca0132.c 		knew.info = equalizer_ctl_info;
knew             4000 sound/pci/hda/patch_ca0132.c 		knew.get = tuning_ctl_get;
knew             4001 sound/pci/hda/patch_ca0132.c 		knew.put = equalizer_ctl_put;
knew             4002 sound/pci/hda/patch_ca0132.c 		knew.tlv.p = eq_db_scale;
knew             4007 sound/pci/hda/patch_ca0132.c 	knew.private_value =
knew             4010 sound/pci/hda/patch_ca0132.c 	return snd_hda_ctl_add(codec, nid, snd_ctl_new1(&knew, codec));
knew             6061 sound/pci/hda/patch_ca0132.c 	struct snd_kcontrol_new knew =
knew             6066 sound/pci/hda/patch_ca0132.c 	knew.tlv.c = NULL;
knew             6070 sound/pci/hda/patch_ca0132.c 		knew.info = ca0132_alt_xbass_xover_slider_info;
knew             6071 sound/pci/hda/patch_ca0132.c 		knew.get = ca0132_alt_xbass_xover_slider_ctl_get;
knew             6072 sound/pci/hda/patch_ca0132.c 		knew.put = ca0132_alt_xbass_xover_slider_put;
knew             6075 sound/pci/hda/patch_ca0132.c 		knew.info = ca0132_alt_effect_slider_info;
knew             6076 sound/pci/hda/patch_ca0132.c 		knew.get = ca0132_alt_slider_ctl_get;
knew             6077 sound/pci/hda/patch_ca0132.c 		knew.put = ca0132_alt_effect_slider_put;
knew             6078 sound/pci/hda/patch_ca0132.c 		knew.private_value =
knew             6083 sound/pci/hda/patch_ca0132.c 	return snd_hda_ctl_add(codec, nid, snd_ctl_new1(&knew, codec));
knew             6097 sound/pci/hda/patch_ca0132.c 	struct snd_kcontrol_new knew =
knew             6107 sound/pci/hda/patch_ca0132.c 	return snd_hda_ctl_add(codec, nid, snd_ctl_new1(&knew, codec));
knew             6112 sound/pci/hda/patch_ca0132.c 	struct snd_kcontrol_new knew =
knew             6115 sound/pci/hda/patch_ca0132.c 	knew.info = ca0132_voicefx_info;
knew             6116 sound/pci/hda/patch_ca0132.c 	knew.get = ca0132_voicefx_get;
knew             6117 sound/pci/hda/patch_ca0132.c 	knew.put = ca0132_voicefx_put;
knew             6118 sound/pci/hda/patch_ca0132.c 	return snd_hda_ctl_add(codec, VOICEFX, snd_ctl_new1(&knew, codec));
knew             6124 sound/pci/hda/patch_ca0132.c 	struct snd_kcontrol_new knew =
knew             6127 sound/pci/hda/patch_ca0132.c 	knew.info = ca0132_alt_eq_preset_info;
knew             6128 sound/pci/hda/patch_ca0132.c 	knew.get = ca0132_alt_eq_preset_get;
knew             6129 sound/pci/hda/patch_ca0132.c 	knew.put = ca0132_alt_eq_preset_put;
knew             6131 sound/pci/hda/patch_ca0132.c 				snd_ctl_new1(&knew, codec));
knew             6141 sound/pci/hda/patch_ca0132.c 	struct snd_kcontrol_new knew =
knew             6144 sound/pci/hda/patch_ca0132.c 	knew.info = ca0132_alt_svm_setting_info;
knew             6145 sound/pci/hda/patch_ca0132.c 	knew.get = ca0132_alt_svm_setting_get;
knew             6146 sound/pci/hda/patch_ca0132.c 	knew.put = ca0132_alt_svm_setting_put;
knew             6148 sound/pci/hda/patch_ca0132.c 				snd_ctl_new1(&knew, codec));
knew             6158 sound/pci/hda/patch_ca0132.c 	struct snd_kcontrol_new knew =
knew             6161 sound/pci/hda/patch_ca0132.c 	knew.info = ca0132_alt_output_select_get_info;
knew             6162 sound/pci/hda/patch_ca0132.c 	knew.get = ca0132_alt_output_select_get;
knew             6163 sound/pci/hda/patch_ca0132.c 	knew.put = ca0132_alt_output_select_put;
knew             6165 sound/pci/hda/patch_ca0132.c 				snd_ctl_new1(&knew, codec));
knew             6175 sound/pci/hda/patch_ca0132.c 	struct snd_kcontrol_new knew =
knew             6178 sound/pci/hda/patch_ca0132.c 	knew.info = ca0132_alt_input_source_info;
knew             6179 sound/pci/hda/patch_ca0132.c 	knew.get = ca0132_alt_input_source_get;
knew             6180 sound/pci/hda/patch_ca0132.c 	knew.put = ca0132_alt_input_source_put;
knew             6182 sound/pci/hda/patch_ca0132.c 				snd_ctl_new1(&knew, codec));
knew             6191 sound/pci/hda/patch_ca0132.c 	struct snd_kcontrol_new knew =
knew             6194 sound/pci/hda/patch_ca0132.c 	knew.info = ca0132_alt_mic_boost_info;
knew             6195 sound/pci/hda/patch_ca0132.c 	knew.get = ca0132_alt_mic_boost_get;
knew             6196 sound/pci/hda/patch_ca0132.c 	knew.put = ca0132_alt_mic_boost_put;
knew             6198 sound/pci/hda/patch_ca0132.c 				snd_ctl_new1(&knew, codec));
knew             6209 sound/pci/hda/patch_ca0132.c 	struct snd_kcontrol_new knew =
knew             6212 sound/pci/hda/patch_ca0132.c 	knew.info = ae5_headphone_gain_info;
knew             6213 sound/pci/hda/patch_ca0132.c 	knew.get = ae5_headphone_gain_get;
knew             6214 sound/pci/hda/patch_ca0132.c 	knew.put = ae5_headphone_gain_put;
knew             6216 sound/pci/hda/patch_ca0132.c 				snd_ctl_new1(&knew, codec));
knew             6226 sound/pci/hda/patch_ca0132.c 	struct snd_kcontrol_new knew =
knew             6229 sound/pci/hda/patch_ca0132.c 	knew.info = ae5_sound_filter_info;
knew             6230 sound/pci/hda/patch_ca0132.c 	knew.get = ae5_sound_filter_get;
knew             6231 sound/pci/hda/patch_ca0132.c 	knew.put = ae5_sound_filter_put;
knew             6233 sound/pci/hda/patch_ca0132.c 				snd_ctl_new1(&knew, codec));
knew             6238 sound/pci/hda/patch_ca0132.c 	struct snd_kcontrol_new knew =
knew             6243 sound/pci/hda/patch_ca0132.c 				snd_ctl_new1(&knew, codec));
knew               59 sound/pci/hda/patch_conexant.c 	struct snd_kcontrol_new *knew;
knew               65 sound/pci/hda/patch_conexant.c 		knew = snd_hda_gen_add_kctl(&spec->gen, NULL,
knew               67 sound/pci/hda/patch_conexant.c 		if (!knew)
knew               69 sound/pci/hda/patch_conexant.c 		knew->private_value = beep_amp;
knew             1057 sound/pci/hda/patch_realtek.c 	struct snd_kcontrol_new *knew;
knew             1062 sound/pci/hda/patch_realtek.c 		knew = snd_hda_gen_add_kctl(&spec->gen, NULL,
knew             1064 sound/pci/hda/patch_realtek.c 		if (!knew)
knew             1066 sound/pci/hda/patch_realtek.c 		knew->private_value = beep_amp;
knew              827 sound/pci/hda/patch_sigmatel.c 	struct snd_kcontrol_new *knew;
knew              842 sound/pci/hda/patch_sigmatel.c 		knew = snd_hda_gen_add_kctl(&spec->gen,
knew              844 sound/pci/hda/patch_sigmatel.c 		if (!knew)
knew              846 sound/pci/hda/patch_sigmatel.c 		knew->private_value =
knew              852 sound/pci/hda/patch_sigmatel.c 		knew = snd_hda_gen_add_kctl(&spec->gen,
knew              855 sound/pci/hda/patch_sigmatel.c 		if (!knew)
knew              857 sound/pci/hda/patch_sigmatel.c 		knew->private_value =
knew              261 sound/pci/hda/patch_via.c 	struct snd_kcontrol_new *knew;
knew              267 sound/pci/hda/patch_via.c 		knew = snd_hda_gen_add_kctl(&spec->gen, NULL,
knew              269 sound/pci/hda/patch_via.c 		if (!knew)
knew              271 sound/pci/hda/patch_via.c 		knew->private_value = beep_amp;
knew             1617 sound/soc/sh/rcar/core.c 	struct snd_kcontrol_new knew = {
knew             1642 sound/soc/sh/rcar/core.c 	kctrl = snd_ctl_new1(&knew, cfg);
knew             1167 sound/soc/stm/stm32_sai_sub.c 	struct snd_kcontrol_new knew = iec958_ctls;
knew             1171 sound/soc/stm/stm32_sai_sub.c 		knew.device = rtd->pcm->device;
knew             1172 sound/soc/stm/stm32_sai_sub.c 		return snd_ctl_add(rtd->pcm->card, snd_ctl_new1(&knew, sai));
knew              140 sound/usb/mixer_quirks.c 				      const struct snd_kcontrol_new *knew,
knew              154 sound/usb/mixer_quirks.c 	kctl = snd_ctl_new1(knew, list);
knew              371 sound/usb/mixer_quirks.c 		struct snd_kcontrol_new knew;
knew              386 sound/usb/mixer_quirks.c 		knew = snd_audigy2nx_control;
knew              387 sound/usb/mixer_quirks.c 		knew.name = snd_audigy2nx_led_names[i];
knew              388 sound/usb/mixer_quirks.c 		knew.private_value = (1 << 8) | i; /* LED on as default */
knew              391 sound/usb/mixer_quirks.c 						 &knew, NULL);