Daniel Abrecht
Daniel Abrecht
> The linker will looks for a .imports file alongside any .a file it finds. This means --allow-undefined-file should not be needed, and instead each library can provide its own...
I don't think the simple-card driver can set the CardLongName from the DT right now. It would have to set `long_name` in `struct snd_soc_card`, but I couldn't find any reference...
I think `rockchip,es8316-codec.conf` is used by the pinebook-pro. In it's dtb, on line 133 `https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts#n133` it says `simple-audio-card,name = "rockchip,es8316-codec";`. That only sets the name, not the long name, though....
The following seams to work, kind of: ``` diff --git a/bluray_copy.c b/bluray_copy.c index 07a18d1..4329b0a 100644 --- a/bluray_copy.c +++ b/bluray_copy.c @@ -294,7 +294,7 @@ int main(int argc, char **argv) { }...