jernejsk / OpenELEC-OPi2

OpenELEC - The living room PC for everyone
http://openelec.tv
87 stars 25 forks source link

modified resolution for OPi-PLUS #5

Closed lymon66 closed 8 years ago

lymon66 commented 8 years ago

currently resolution for the OPI-PLUS is limited to 720p50

changed in fex to 1080p60

jernejsk commented 8 years ago

I would rather see that default audio device is set via alsa.conf. Can you try to do that?

lymon66 commented 8 years ago

I tried setting the default audio device through both alsa.conf and alsa-base.conf, but this doesn't work for some reason. Probably because alsa sees both the analog and hdmi output as device 0.

Only way I got it working was by changing the kernel config and modularize the "Audiocodec for the SUN8IW7 chips" and then load this module (sun8iw7_sndcodec) via modules-load.d. Then HDMI output becomes the default audio device and the analog output the secondary device.

jernejsk commented 8 years ago

Ok, then I will accept this solution temporally, until something better is possible. In the future, please create different pull requests for unrelated code.