08-29-2017, 12:07 PM 
		
	
	
		Thanx to ayufan and Kwiboo audio pot is now useable (some limit). 
Hardware volume mixer is not available at the moment (don't now if this will change/ is even available).
Therefore software volume mixer is an option.
This is what I use if aynone is interessted (copy to /etc/asound.conf):
	
	
	
	
	
Hardware volume mixer is not available at the moment (don't now if this will change/ is even available).
Therefore software volume mixer is an option.
This is what I use if aynone is interessted (copy to /etc/asound.conf):
Code:
pcm.!default {
    type             plug
    slave.pcm       "rock_audio_pot"
}
pcm.rock_audio_pot {
    type            softvol
    slave {
        pcm         "hw:1"
    }
    control {
        name        "Master"
        card        0
    }
}
