Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/
H A Dca0132.c4387 return snd_hda_ctl_add(codec, nid, snd_ctl_new1(&knew, codec)); in add_tuning_control()
6626 return snd_hda_ctl_add(codec, nid, snd_ctl_new1(&knew, codec)); in ca0132_alt_add_effect_slider()
6650 return snd_hda_ctl_add(codec, nid, snd_ctl_new1(&knew, codec)); in add_fx_switch()
6661 return snd_hda_ctl_add(codec, VOICEFX, snd_ctl_new1(&knew, codec)); in add_voicefx()
6673 return snd_hda_ctl_add(codec, EQ_PRESET_ENUM, in add_ca0132_alt_eq_presets()
6690 return snd_hda_ctl_add(codec, SMART_VOLUME_ENUM, in ca0132_alt_add_svm_enum()
6707 return snd_hda_ctl_add(codec, OUTPUT_SOURCE_ENUM, in ca0132_alt_add_output_enum()
6724 return snd_hda_ctl_add(codec, SPEAKER_CHANNEL_CFG_ENUM, in ca0132_alt_add_speaker_channel_cfg_enum()
6739 return snd_hda_ctl_add(codec, SPEAKER_FULL_RANGE_FRONT, in ca0132_alt_add_front_full_range_switch()
6749 return snd_hda_ctl_add(codec, SPEAKER_FULL_RANGE_REAR, in ca0132_alt_add_rear_full_range_switch()
[all …]
H A Danalog.c74 err = snd_hda_ctl_add(codec, 0, kctl); in create_beep_ctls()
/linux/sound/hda/common/
H A Dcodec.c1696 int snd_hda_ctl_add(struct hda_codec *codec, hda_nid_t nid, in snd_hda_ctl_add() function
1723 EXPORT_SYMBOL_GPL(snd_hda_ctl_add);
1974 err = snd_hda_ctl_add(codec, 0, kctl); in __snd_hda_add_vmaster()
2448 err = snd_hda_ctl_add(codec, associated_nid, kctl); in snd_hda_create_dig_out_ctls()
2570 return snd_hda_ctl_add(codec, mout->dig_out_nid, kctl); in snd_hda_create_spdif_share_sw()
2670 err = snd_hda_ctl_add(codec, nid, kctl); in snd_hda_create_spdif_in_ctls()
3368 err = snd_hda_ctl_add(codec, 0, kctl); in snd_hda_add_new_ctls()
H A Dhda_local.h17 * snd_hda_ctl_add() takes the lower-bit subdev value as a valid NID.
20 * in snd_hda_ctl_add(), so that this value won't appear in the outside.
572 int snd_hda_ctl_add(struct hda_codec *codec, hda_nid_t nid,
/linux/sound/hda/codecs/hdmi/
H A Dhdmi.c219 err = snd_hda_ctl_add(codec, 0, kctl); in hdmi_create_eld_ctl()