Home
last modified time | relevance | path

Searched refs:SOF_SDW_NO_AGGREGATION (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/intel/boards/
H A Dsof_sdw_common.h46 #define SOF_SDW_NO_AGGREGATION BIT(12) macro
H A Dsof_sdw.c41 if (sof_sdw_quirk & SOF_SDW_NO_AGGREGATION) in log_quirks()
42 dev_dbg(dev, "quirk SOF_SDW_NO_AGGREGATION enabled\n"); in log_quirks()
478 no_aggregation = sof_sdw_quirk & SOF_SDW_NO_AGGREGATION; in get_sdw_dailink_info()
706 no_aggregation = sof_sdw_quirk & SOF_SDW_NO_AGGREGATION; in get_slave_info()
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H A Dsof_sdw_common.h50 #define SOF_SDW_NO_AGGREGATION BIT(14) macro
H A Dsof_sdw.c44 if (sof_sdw_quirk & SOF_SDW_NO_AGGREGATION) in log_quirks()
45 dev_dbg(dev, "quirk SOF_SDW_NO_AGGREGATION enabled\n"); in log_quirks()
1049 no_aggregation = sof_sdw_quirk & SOF_SDW_NO_AGGREGATION; in get_dailink_info()
1278 bool no_aggregation = sof_sdw_quirk & SOF_SDW_NO_AGGREGATION; in get_slave_info()
1533 bool aggregation = !(sof_sdw_quirk & SOF_SDW_NO_AGGREGATION); in sof_card_dai_links_create()

Completed in 5 milliseconds