Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

44100 kHz format cannot be handled by topology files #59

@plbossart

Description

@plbossart

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.

Metadata

Metadata

Assignees

Labels

APLApollolake PlatformBYTBaytrail PlatformCNLCannonlake PlatformP2Critical bugs or normal featuresbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions