Home
last modified time | relevance | path

Searched refs:COMP_CODEC_CONF (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/intel/boards/
H A Dsof_maxim_common.c22 .dlc = COMP_CODEC_CONF(MAX_98373_DEV0_NAME),
26 .dlc = COMP_CODEC_CONF(MAX_98373_DEV1_NAME),
H A Dcml_rt1011_rt5682.c498 .dlc = COMP_CODEC_CONF("i2c-10EC1011:00"),
502 .dlc = COMP_CODEC_CONF("i2c-10EC1011:01"),
507 .dlc = COMP_CODEC_CONF("i2c-10EC1011:02"),
511 .dlc = COMP_CODEC_CONF("i2c-10EC1011:03"),
H A Dkbl_da7219_max98927.c558 .dlc = COMP_CODEC_CONF(MAX98927_DEV0_NAME),
563 .dlc = COMP_CODEC_CONF(MAX98927_DEV1_NAME),
571 .dlc = COMP_CODEC_CONF(MAX98373_DEV0_NAME),
576 .dlc = COMP_CODEC_CONF(MAX98373_DEV1_NAME),
H A Dsof_da7219_max98373.c215 .dlc = COMP_CODEC_CONF(MAXIM_DEV0_NAME),
219 .dlc = COMP_CODEC_CONF(MAXIM_DEV1_NAME),
H A Dskl_nau88l25_ssm4567.c150 .dlc = COMP_CODEC_CONF("i2c-INT343B:00"),
154 .dlc = COMP_CODEC_CONF("i2c-INT343B:01"),
H A Dkbl_rt5663_rt5514_max98927.c196 .dlc = COMP_CODEC_CONF(MAXIM_DEV0_NAME),
200 .dlc = COMP_CODEC_CONF(MAXIM_DEV1_NAME),
H A Dbxt_da7219_max98357a.c640 .dlc = COMP_CODEC_CONF(MAX98390_DEV0_NAME),
644 .dlc = COMP_CODEC_CONF(MAX98390_DEV1_NAME),
H A Dkbl_rt5663_max98927.c232 .dlc = COMP_CODEC_CONF(MAXIM_DEV0_NAME),
236 .dlc = COMP_CODEC_CONF(MAXIM_DEV1_NAME),
H A Dsof_rt5682.c480 .dlc = COMP_CODEC_CONF("i2c-10EC1015:00"),
484 .dlc = COMP_CODEC_CONF("i2c-10EC1015:01"),
/OK3568_Linux_fs/kernel/sound/soc/mediatek/mt8183/
H A Dmt8183-da7219-max98357.c581 .dlc = COMP_CODEC_CONF("mt6358-sound"),
621 .dlc = COMP_CODEC_CONF("mt6358-sound"),
625 .dlc = COMP_CODEC_CONF(RT1015_DEV0_NAME),
629 .dlc = COMP_CODEC_CONF(RT1015_DEV1_NAME),
H A Dmt8183-mt6358-ts3a227-max98357.c540 .dlc = COMP_CODEC_CONF(RT1015_DEV0_NAME),
544 .dlc = COMP_CODEC_CONF(RT1015_DEV1_NAME),
/OK3568_Linux_fs/kernel/sound/soc/ti/
H A Drx51.c331 .dlc = COMP_CODEC_CONF("tlv320aic3x-codec.2-0019"),
335 .dlc = COMP_CODEC_CONF("tpa6130a2.2-0060"),
/OK3568_Linux_fs/kernel/sound/soc/amd/
H A Dacp3x-rt5682-max9836.c291 .dlc = COMP_CODEC_CONF("i2c-10EC1015:00"),
295 .dlc = COMP_CODEC_CONF("i2c-10EC1015:01"),
/OK3568_Linux_fs/kernel/sound/soc/samsung/
H A Dlowland.c129 .dlc = COMP_CODEC_CONF("wm9081.1-006c"),
H A Dspeyside.c250 .dlc = COMP_CODEC_CONF("wm9081.1-006c"),
H A Dneo1973_wm8753.c304 .dlc = COMP_CODEC_CONF("lm4857.0-007c"),
H A Dbells.c384 .dlc = COMP_CODEC_CONF("wm9081.1-006c"),
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc.h953 #define COMP_CODEC_CONF(_name) { .name = _name } macro