Even when the codec works in master mode and can generate a 44.1kHz frame and associated bit clock, the format for the topology file prevents us from creating pipelines, DAIs and PCM devices working with 44.1 frames per ms.
Example of problematic macros, it's not clear how 48 might be replaced by 44.1...
PIPELINE_PCM_ADD(sof/pipe-volume-playback.m4,
1, 0, 2, s32le,
48, 1000, 0, 0)
DAI_ADD(sof/pipe-dai-playback.m4,
1, SSP, 5, SSP5-Codec,
PIPELINE_SOURCE_1, 2, s24le,
48, 1000, 0, 0)
This may have an impact of SOF as well since we assume the number of frames per ms is integer.