Skip to content

Conversation

@singalsu
Copy link

This patch adds support for SNDRV_PCM_FORMAT_S8 into ipc4-topology.c.

This patch adds support for SNDRV_PCM_FORMAT_S8 into
ipc4-topology.c.

Signed-off-by: Seppo Ingalsuo <[email protected]>
break;
case SOF_IPC4_TYPE_SIGNED_INTEGER:
snd_fmt = SNDRV_PCM_FORMAT_S8;
break;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes: c04c2e8 ("ASoC: SOF: ipc4-topology: Add support for 8-bit formats")

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this kind of patch considered as fix? It's a new format supported. Though I missed this from an internal requirement that wasn't very specific.

I can add that line yes, if it's right for this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants