Searched refs:snd_hda_ctl_add (Results 1 – 5 of 5) sorted by relevance
/linux/sound/hda/codecs/ |
H A D | ca0132.c | 4414 return snd_hda_ctl_add(codec, nid, snd_ctl_new1(&knew, codec)); in add_tuning_control() 6683 return snd_hda_ctl_add(codec, nid, snd_ctl_new1(&knew, codec)); in ca0132_alt_add_effect_slider() 6707 return snd_hda_ctl_add(codec, nid, snd_ctl_new1(&knew, codec)); in add_fx_switch() 6718 return snd_hda_ctl_add(codec, VOICEFX, snd_ctl_new1(&knew, codec)); in add_voicefx() 6730 return snd_hda_ctl_add(codec, EQ_PRESET_ENUM, in add_ca0132_alt_eq_presets() 6747 return snd_hda_ctl_add(codec, SMART_VOLUME_ENUM, in ca0132_alt_add_svm_enum() 6764 return snd_hda_ctl_add(codec, OUTPUT_SOURCE_ENUM, in ca0132_alt_add_output_enum() 6781 return snd_hda_ctl_add(codec, SPEAKER_CHANNEL_CFG_ENUM, in ca0132_alt_add_speaker_channel_cfg_enum() 6796 return snd_hda_ctl_add(codec, SPEAKER_FULL_RANGE_FRONT, in ca0132_alt_add_front_full_range_switch() 6806 return snd_hda_ctl_add(code in ca0132_alt_add_rear_full_range_switch() [all...] |
H A D | analog.c | 74 err = snd_hda_ctl_add(codec, 0, kctl); in create_beep_ctls()
|
/linux/sound/hda/common/ |
H A D | codec.c | 1672 * snd_hda_ctl_add - Add a control element and assign to the codec 1685 * snd_hda_ctl_add() checks the control subdev id field whether 1690 int snd_hda_ctl_add(struct hda_codec *codec, hda_nid_t nid, in snd_hda_ctl_add() function 1717 EXPORT_SYMBOL_GPL(snd_hda_ctl_add); 1972 err = snd_hda_ctl_add(codec, 0, kctl); in __snd_hda_add_vmaster() 2450 err = snd_hda_ctl_add(codec, associated_nid, kctl); in snd_hda_create_dig_out_ctls() 2574 return snd_hda_ctl_add(codec, mout->dig_out_nid, kctl); in snd_hda_create_spdif_share_sw() 2675 err = snd_hda_ctl_add(codec, nid, kctl); in snd_hda_create_spdif_in_ctls() 3374 err = snd_hda_ctl_add(codec, 0, kctl); in snd_hda_add_new_ctls()
|
H A D | hda_local.h | 17 * 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 D | hdmi.c | 227 err = snd_hda_ctl_add(codec, 0, kctl); in hdmi_create_eld_ctl()
|