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.c4377 return snd_hda_ctl_add(codec, nid, snd_ctl_new1(&knew, codec)); in add_tuning_control()
6616 return snd_hda_ctl_add(codec, nid, snd_ctl_new1(&knew, codec)); in ca0132_alt_add_effect_slider()
6640 return snd_hda_ctl_add(codec, nid, snd_ctl_new1(&knew, codec)); in add_fx_switch()
6651 return snd_hda_ctl_add(codec, VOICEFX, snd_ctl_new1(&knew, codec)); in add_fx_switch()
6663 return snd_hda_ctl_add(codec, EQ_PRESET_ENUM,
6680 return snd_hda_ctl_add(codec, SMART_VOLUME_ENUM,
6697 return snd_hda_ctl_add(codec, OUTPUT_SOURCE_ENUM,
6714 return snd_hda_ctl_add(codec, SPEAKER_CHANNEL_CFG_ENUM,
6729 return snd_hda_ctl_add(codec, SPEAKER_FULL_RANGE_FRONT,
6739 return snd_hda_ctl_add(code in ca0132_alt_add_front_full_range_switch()
[all...]
H A Danalog.c76 err = snd_hda_ctl_add(codec, 0, kctl); in create_beep_ctls()
/linux/sound/hda/common/
H A Dcodec.c1677 * snd_hda_ctl_add - Add a control element and assign to the codec
1690 * snd_hda_ctl_add() checks the control subdev id field whether
1695 int snd_hda_ctl_add(struct hda_codec *codec, hda_nid_t nid,
1722 EXPORT_SYMBOL_GPL(snd_hda_ctl_add); in snd_hda_ctl_add()
1973 err = snd_hda_ctl_add(codec, 0, kctl); in __snd_hda_add_vmaster()
2447 err = snd_hda_ctl_add(codec, associated_nid, kctl); in snd_hda_create_dig_out_ctls()
2591 err = snd_hda_ctl_add(codec, mout->dig_out_nid, kctl); in snd_hda_spdif_in_switch_put()
2695 err = snd_hda_ctl_add(codec, nid, kctl); in snd_hda_codec_set_power_to_all()
3393 err = snd_hda_ctl_add(codec, 0, kctl);
1696 int snd_hda_ctl_add(struct hda_codec *codec, hda_nid_t nid, snd_hda_ctl_add() function
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.
573 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()