Searched refs:build_pcms (Results 1 - 25 of 29) sorted by relevance
12
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_ca0110.c | 21 .build_pcms = snd_hda_gen_build_pcms,
|
H A D | patch_cmedia.c | 29 .build_pcms = snd_hda_gen_build_pcms,
|
H A D | patch_si3054.c | 260 .build_pcms = si3054_build_pcms,
|
H A D | patch_cirrus.c | 341 .build_pcms = snd_hda_gen_build_pcms, 1156 .build_pcms = snd_hda_gen_build_pcms,
|
H A D | patch_via.c | 422 .build_pcms = snd_hda_gen_build_pcms, 603 codec->patch_ops.build_pcms = vt1708_build_pcms; in patch_vt1708()
|
H A D | patch_hdmi.c | 2544 .build_pcms = generic_hdmi_build_pcms, 3314 .build_pcms = simple_playback_build_pcms, 3599 codec->patch_ops.build_pcms = nvhdmi_7x_8ch_build_pcms; in patch_nvhdmi_8ch_7x() 3876 codec->patch_ops.build_pcms = tegra_hdmi_build_pcms; in patch_tegra_hdmi()
|
H A D | patch_analog.c | 163 .build_pcms = snd_hda_gen_build_pcms,
|
H A D | patch_conexant.c | 198 .build_pcms = snd_hda_gen_build_pcms,
|
H A D | hda_codec.c | 3096 /* we create chmaps here instead of build_pcms */ in snd_hda_codec_build_controls() 3275 /* call build_pcms ops of the given codec and set up the default parameters */ 3284 if (!codec->patch_ops.build_pcms) in snd_hda_codec_parse_pcms() 3287 err = codec->patch_ops.build_pcms(codec); in snd_hda_codec_parse_pcms()
|
H A D | patch_ca0132.c | 9548 .build_pcms = ca0132_build_pcms, 9560 .build_pcms = dbpro_build_pcms,
|
H A D | patch_sigmatel.c | 4469 .build_pcms = snd_hda_gen_build_pcms,
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_ca0110.c | 21 .build_pcms = snd_hda_gen_build_pcms,
|
H A D | patch_cmedia.c | 29 .build_pcms = snd_hda_gen_build_pcms,
|
H A D | patch_si3054.c | 260 .build_pcms = si3054_build_pcms,
|
H A D | patch_cirrus.c | 338 .build_pcms = snd_hda_gen_build_pcms, 1160 .build_pcms = snd_hda_gen_build_pcms,
|
H A D | patch_cs8409.c | 1079 .build_pcms = snd_hda_gen_build_pcms, 1309 .build_pcms = snd_hda_gen_build_pcms,
|
H A D | patch_via.c | 422 .build_pcms = snd_hda_gen_build_pcms, 601 codec->patch_ops.build_pcms = vt1708_build_pcms; in patch_vt1708()
|
H A D | patch_hdmi.c | 2548 .build_pcms = generic_hdmi_build_pcms, 3447 .build_pcms = simple_playback_build_pcms, 3732 codec->patch_ops.build_pcms = nvhdmi_7x_8ch_build_pcms; in patch_nvhdmi_8ch_7x() 4046 codec->patch_ops.build_pcms = tegra_hdmi_build_pcms; in tegra_hdmi_init()
|
H A D | patch_analog.c | 157 .build_pcms = snd_hda_gen_build_pcms,
|
H A D | patch_conexant.c | 307 .build_pcms = snd_hda_gen_build_pcms,
|
H A D | hda_codec.c | 3114 /* we create chmaps here instead of build_pcms */ in snd_hda_codec_build_controls() 3293 /* call build_pcms ops of the given codec and set up the default parameters */ 3302 if (!codec->patch_ops.build_pcms) in snd_hda_codec_parse_pcms() 3305 err = codec->patch_ops.build_pcms(codec); in snd_hda_codec_parse_pcms()
|
H A D | patch_ca0132.c | 9698 .build_pcms = ca0132_build_pcms, 9709 .build_pcms = dbpro_build_pcms,
|
H A D | patch_sigmatel.c | 4465 .build_pcms = snd_hda_gen_build_pcms,
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 106 int (*build_pcms)(struct hda_codec *codec); member 189 /* PCM to create, set by patch_ops.build_pcms callback */
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 106 int (*build_pcms)(struct hda_codec *codec); member 188 /* PCM to create, set by patch_ops.build_pcms callback */
|
Completed in 74 milliseconds
12