A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

Samsung YP-R0: remove deprecated kernel module

This patch removes the deprecated kernel module to manage
the fm-radio chip on the ypr0 target.
http://gerrit.rockbox.org/r/#/c/1594/ implements the interface to
the i2c bus by using the i2c-dev kernel driver, no need for
additional complexity.

Change-Id: I0d09e2e9d1714b3cb8a72b3d79a91602a627cc90

authored by

Lorenzo Miori and committed by
Solomon Peachy
3016d74c 03e6cbec

-7
utils/ypr0tools/files/r0/lib/modules/si4709.ko

This is a binary file and will not be displayed.

-7
utils/ypr0tools/rockbox.sh
··· 63 63 mount --bind /mnt/media0/.rockbox /.rockbox 64 64 mount --bind /mnt/media0/Playlists /Playlists 65 65 66 - # replace Samsung's si470x.ko with our si4709.ko to support fm radio 67 - if [ -e /lib/modules/si4709.ko ] 68 - then 69 - rmmod /lib/modules/si470x.ko 70 - insmod /lib/modules/si4709.ko 71 - fi 72 - 73 66 MAINFILE="/mnt/media0/.rockbox/rockbox" 74 67 MAINFILE_ARGV='' 75 68 MAINFILE_REDIRECT='>/dev/null 2>&1'
utils/ypr0tools/si4709.7z

This is a binary file and will not be displayed.