We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
after installing and upgrading to v6.24.1 I-Sabre-K2M driver does not compile with error
DietPi-Set_hardware: make CC=gcc-4.9
Log file contents: ^ /tmp/DietPi-Set_hardware/i-sabre-k2m_build/i-sabre-codec.c:200:16: error: dereferencing pointer to incomplete type dev_err(codec->dev, "Bad frame size: %d ", ^ ./include/linux/device.h:1442:11: note: in definition of macro ‘dev_err’ _dev_err(dev, dev_fmt(fmt), ##VA_ARGS)
───────────────────────────────────────────────────── DietPi v6.24.1 : 20:43 - Tue 28/05/19 ─────────────────────────────────────────────────────
The text was updated successfully, but these errors were encountered:
@moatazsalemVF Many thanks for your report.
I-Sabre-K2M has been implemented into the new kernel v4.19. The previously required custom dtoverlay build fails.
Simply run from console:
dtoverlay i-sabre-q2m echo 'dtoverlay=i-sabre-q2m' >> /DietPi/config.txt
And you should be able to select this sound card from media players, respectively it is used automatically by ALSA.
Will be implemented correctly with v6.25. Until then, avoid using dietpi-config sound card selection for this DAC.
Sorry, something went wrong.
Many thanks @MichaIng
i will be waiting...impatiently :)
No branches or pull requests
Hello,
after installing and upgrading to v6.24.1 I-Sabre-K2M driver does not compile with error
DietPi-Set_hardware: make CC=gcc-4.9
Log file contents:
^
/tmp/DietPi-Set_hardware/i-sabre-k2m_build/i-sabre-codec.c:200:16: error:
dereferencing pointer to incomplete type
dev_err(codec->dev, "Bad frame size: %d
",
^
./include/linux/device.h:1442:11: note: in definition of macro ‘dev_err’
_dev_err(dev, dev_fmt(fmt), ##VA_ARGS)
─────────────────────────────────────────────────────
DietPi v6.24.1 : 20:43 - Tue 28/05/19
─────────────────────────────────────────────────────
The text was updated successfully, but these errors were encountered: