
3 Dec
2019
3 Dec
'19
4:35 p.m.
Hey,
On Tue, 3 Dec 2019, Takashi Iwai wrote:
Well, if we want to keep the old behavior for compatibility just to be sure, how about a patch like below?
[...]
- if (per_pin->dev_id == 0) {
- if (per_pin->dev_id == 0 || spec->intel_hsw_fixup) {
that would work. spec->intel_hsw_fixup starts to be a bit overloaded, but better than branching off the whole pcm selection, so ok for me.
Br, Kai