Home
last modified time | relevance | path

Searched refs:mixers (Results 1 – 15 of 15) sorted by relevance

/linux-3.4.99/sound/pci/hda/
Dpatch_analog.c35 const struct snd_kcontrol_new *mixers[6]; member
182 err = snd_hda_add_new_ctls(codec, spec->mixers[i]); in ad198x_build_controls()
1278 spec->mixers[0] = ad1986a_mixers; in patch_ad1986a()
1296 spec->mixers[1] = ad1986a_3st_mixers; in patch_ad1986a()
1306 spec->mixers[0] = ad1986a_laptop_mixers; in patch_ad1986a()
1313 spec->mixers[0] = ad1986a_laptop_master_mixers; in patch_ad1986a()
1314 spec->mixers[1] = ad1986a_laptop_eapd_mixers; in patch_ad1986a()
1315 spec->mixers[2] = ad1986a_laptop_intmic_mixers; in patch_ad1986a()
1327 spec->mixers[0] = ad1986a_laptop_master_mixers; in patch_ad1986a()
1328 spec->mixers[1] = ad1986a_laptop_eapd_mixers; in patch_ad1986a()
[all …]
Dpatch_conexant.c70 const struct snd_kcontrol_new *mixers[5]; member
482 err = snd_hda_add_new_ctls(codec, spec->mixers[i]); in conexant_build_controls()
1085 spec->mixers[0] = cxt5045_mixers; in patch_cxt5045()
1102 spec->mixers[0] = cxt5045_mixers; in patch_cxt5045()
1110 spec->mixers[0] = cxt5045_mixers; in patch_cxt5045()
1120 spec->mixers[0] = cxt5045_mixers; in patch_cxt5045()
1128 spec->mixers[0] = cxt5045_mixers; in patch_cxt5045()
1129 spec->mixers[1] = cxt5045_benq_mixers; in patch_cxt5045()
1138 spec->mixers[0] = cxt5045_mixers_hp530; in patch_cxt5045()
1144 spec->mixers[0] = cxt5045_test_mixer; in patch_cxt5045()
[all …]
Dhda_proc.c550 print_nid_array(buffer, codec, nid, &codec->mixers); in print_gpio()
636 print_nid_array(buffer, codec, nid, &codec->mixers); in print_codec_info()
Dhda_codec.c1205 snd_array_free(&codec->mixers); in snd_hda_codec_free()
1265 snd_array_init(&codec->mixers, sizeof(struct hda_nid_item), 32); in snd_hda_codec_new()
2158 item = snd_array_new(&codec->mixers); in snd_hda_ctl_add()
2206 struct hda_nid_item *items = codec->mixers.list; in snd_hda_ctls_clear()
2207 for (i = 0; i < codec->mixers.used; i++) in snd_hda_ctls_clear()
2209 snd_array_free(&codec->mixers); in snd_hda_ctls_clear()
2319 items = codec->mixers.list; in map_slaves()
2320 for (i = 0; i < codec->mixers.used; i++) { in map_slaves()
Dhda_codec.h822 struct snd_array mixers; /* list of assigned mixer elements */ member
Dpatch_via.c121 const struct snd_kcontrol_new *mixers[6]; member
1473 err = snd_hda_add_new_ctls(codec, spec->mixers[i]); in via_build_controls()
2723 spec->mixers[spec->num_mixers++] = spec->kctls.list; in via_parse_auto_config()
3543 spec->mixers[spec->num_mixers] = vt1716s_dmic_mixer; in patch_vt1716S()
3546 spec->mixers[spec->num_mixers++] = vt1716S_mono_out_mixer; in patch_vt1716S()
Dpatch_realtek.c87 const struct snd_kcontrol_new *mixers[5]; /* mixer arrays */ member
408 if (snd_BUG_ON(spec->num_mixers >= ARRAY_SIZE(spec->mixers))) in add_mixer()
410 spec->mixers[spec->num_mixers++] = mix; in add_mixer()
1908 err = snd_hda_add_new_ctls(codec, spec->mixers[i]); in __alc_build_controls()
2005 for (knew = spec->mixers[i]; knew->name; knew++) { in __alc_build_controls()
5768 if (spec->mixers[i] == alc268_beep_mixer) { in patch_alc268()
Dpatch_sigmatel.c193 struct snd_kcontrol_new *mixers[4]; member
1102 err = snd_hda_add_new_ctls(codec, spec->mixers[i]); in stac92xx_build_controls()
4004 spec->mixers[spec->num_mixers++] = spec->kctls.list; in stac92xx_parse_auto_config()
4112 spec->mixers[spec->num_mixers++] = spec->kctls.list; in stac9200_parse_auto_config()
/linux-3.4.99/sound/pci/au88x0/
Dau88x0_core.c1947 vortex_connect_codecplay(vortex_t * vortex, int en, unsigned char mixers[]) in vortex_connect_codecplay() argument
1950 vortex_connection_mix_adb(vortex, en, 0x11, mixers[0], ADB_CODECOUT(0)); in vortex_connect_codecplay()
1951 vortex_connection_mix_adb(vortex, en, 0x11, mixers[1], ADB_CODECOUT(1)); in vortex_connect_codecplay()
1955 vortex_connection_mix_adb(vortex, en, 0x11, mixers[0], ADB_EQIN(0)); in vortex_connect_codecplay()
1956 vortex_connection_mix_adb(vortex, en, 0x11, mixers[1], ADB_EQIN(1)); in vortex_connect_codecplay()
1958 vortex_mix_setvolumebyte(vortex, mixers[0], 0); in vortex_connect_codecplay()
1959 vortex_mix_setvolumebyte(vortex, mixers[1], 0); in vortex_connect_codecplay()
1966 vortex_connection_mix_adb(vortex, en, 0x11, mixers[2], in vortex_connect_codecplay()
1968 vortex_connection_mix_adb(vortex, en, 0x11, mixers[3], in vortex_connect_codecplay()
1974 vortex_connection_mix_adb(vortex, en, 0x11, mixers[0], ADB_CODECOUT(0)); in vortex_connect_codecplay()
[all …]
/linux-3.4.99/Documentation/sound/alsa/soc/
Dcodec.txt91 All the codec mixers and audio controls can be defined using the convenience
/linux-3.4.99/sound/ppc/
Dawacs.c716 struct snd_kcontrol_new *mixers) in build_mixers() argument
721 err = snd_ctl_add(chip->card, snd_ctl_new1(&mixers[i], chip)); in build_mixers()
/linux-3.4.99/Documentation/sound/alsa/
Dhda_codec.txt133 snd_hda_build_controls(). It then builds the mixers and does
DHD-Audio.txt261 The capture problems are often because of missing setups of mixers.
/linux-3.4.99/Documentation/laptops/
Dthinkpad-acpi.txt1170 volume_capabilities=1 for mixers with mute and volume control,
1171 volume_capabilities=2 for mixers with only mute control.
1517 0x020700: Support for mute-only mixers.
/linux-3.4.99/drivers/media/video/
DKconfig134 comment "Audio decoders, processors and mixers"