Home
last modified time | relevance | path

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

/linux/sound/soc/intel/boards/
H A Dsof_maxim_common.c56 .dlc = COMP_CODEC_CONF(MAX_98373_DEV0_NAME),
60 .dlc = COMP_CODEC_CONF(MAX_98373_DEV1_NAME),
322 .dlc = COMP_CODEC_CONF(MAX_98390_DEV0_NAME),
326 .dlc = COMP_CODEC_CONF(MAX_98390_DEV1_NAME),
333 .dlc = COMP_CODEC_CONF(MAX_98390_DEV0_NAME),
337 .dlc = COMP_CODEC_CONF(MAX_98390_DEV1_NAME),
341 .dlc = COMP_CODEC_CONF(MAX_98390_DEV2_NAME),
345 .dlc = COMP_CODEC_CONF(MAX_98390_DEV3_NAME),
H A Dsof_realtek_common.c79 .dlc = COMP_CODEC_CONF(RT1011_DEV0_NAME),
83 .dlc = COMP_CODEC_CONF(RT1011_DEV1_NAME),
90 .dlc = COMP_CODEC_CONF(RT1011_DEV0_NAME),
94 .dlc = COMP_CODEC_CONF(RT1011_DEV1_NAME),
98 .dlc = COMP_CODEC_CONF(RT1011_DEV2_NAME),
102 .dlc = COMP_CODEC_CONF(RT1011_DEV3_NAME),
460 .dlc = COMP_CODEC_CONF(RT1015_DEV0_NAME),
464 .dlc = COMP_CODEC_CONF(RT1015_DEV1_NAME),
/linux/sound/soc/amd/
H A Dacp3x-rt5682-max9836.c308 .dlc = COMP_CODEC_CONF("i2c-10EC1015:00"),
312 .dlc = COMP_CODEC_CONF("i2c-10EC1015:01"),
/linux/sound/soc/samsung/
H A Dspeyside.c260 .dlc = COMP_CODEC_CONF("wm9081.1-006c"),
H A Dbells.c388 .dlc = COMP_CODEC_CONF("wm9081.1-006c"),
/linux/sound/soc/amd/acp/
H A Dacp-mach-common.c591 .dlc = COMP_CODEC_CONF("i2c-10EC1019:01"),
595 .dlc = COMP_CODEC_CONF("i2c-10EC1019:00"), in acp_card_rt1019_init()
872 .dlc = COMP_CODEC_CONF("i2c-ADS8388:00"),
876 .dlc = COMP_CODEC_CONF("i2c-ADS8388:01"),
/linux/include/sound/
H A Dsoc.h943 #define COMP_CODEC_CONF(_name) { .name = _name } macro