thesofproject / sof

Sound Open Firmware
Other
562 stars 319 forks source link

Topology2: add 96KHz rate support for SDW jack #9642

Closed bardliao closed 2 weeks ago

bardliao commented 2 weeks ago

Add 96KHz rate support for SoundWire jack device.

bardliao commented 2 weeks ago

Looks ok although it's not quite common to not have any users yet in the tree. adding @singalsu to check the usage. This will have to use SRC or otherwise will be of limited use towards user-space.

As far as I know, we always expose single sample rate to user space. Not sure if SRC is necessary, I set the same rate to all elements in the entire path.

lgirdwood commented 2 weeks ago

Looks ok although it's not quite common to not have any users yet in the tree. adding @singalsu to check the usage. This will have to use SRC or otherwise will be of limited use towards user-space.

As far as I know, we always expose single sample rate to user space. Not sure if SRC is necessary, I set the same rate to all elements in the entire path.

1st step is to enable the interface at the new rates so that aplay can directly use the new rates. 2nd step is SRC etc.