1
0
Fork 0
forked from len0rd/rockbox

nwz/alsa: various improvements

Also audiohw driver to specific device name, rewrite alsa controls code to
cache more data, thus making the code easier and use less stack. Avoid using
short/long in pcm alsa code since it's the wrong size on 64-bit (simulator
for example)

Change-Id: Ibc1ec44396e37b6cbdedbcf37300878638e5d2d3
This commit is contained in:
Amaury Pouly 2018-02-19 16:28:11 +11:00 committed by Solomon Peachy
parent ce9e7e7122
commit dd82f13fa1
10 changed files with 122 additions and 93 deletions

View file

@ -143,7 +143,7 @@ void erosq_set_output(int ps)
void audiohw_preinit(void)
{
logf("hw preinit");
alsa_controls_init();
alsa_controls_init("default");
hw_open();
audiohw_mute(false); /* No need to stay muted */
}