Péter Ujfalusi
Péter Ujfalusi
Changes since v3: - dropped the hack/debugging patch
Changes since v4: - Date correct for ptl.c - grammar fix in commit message
Changes since v5: - missed `;` is added to hda-mlink.h
Changes since v6: - moved the `;` fix to the correct patch (one up)
Changes since v1: - drop patch to support (iow, handle) process modules with only outputs - Rework the common format printing function to be easier to read and firm rules...
@bardliao, @kv2019i, @ranj063, any objection to merge this PR?
@kv2019i, fwiw, PW/PA have exception for USB audio, which declares SNDRV_PCM_INFO_BATCH. It acknowledges this, but still enables the features that are blocked for other PCM devices. We could in theory...
@ford-perfect, I think this does just that, no? https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/spa/plugins/alsa/acp/alsa-util.c?ref_type=heads#L255
@ford-prefect, interesting. When I tried out of curiosity to set the BATCH for SOF then PW disabled tsched for non Pro audio as well. I changed this check to a...
USB is special cased to allow tsched even if it reports BATCH.