Zotac AD02, AMD fusion 350 No sound ... can see card but not able to set device

Hi, I have a Zotac AD02 running Lakka.

aplay -L returns:

hdmi:CARD=Generic,DEV=0 HD-Audio Generic, HDMI 0 HDMI Audio Output default:CARD=SB HDA ATI SB, ALC892 Analog Default Audio Device sysdefault:CARD=SB HDA ATI SB, ALC892 Analog Default Audio Devic

My system is connected to HDMI so I use the following to set the device. The audio setting menu in lakka is non responsive, so i am using SSH:

audio_setting = “hdmi:Generic,DEV=0”

returns:

Lakka:~ # audio_device = “hdmi:CARD=Generic,DEV=0” -sh: audio_device: not found

Tried audio_setting=“plughw:0,3” returned the same thing.

Thanks for your help Regards Fred

[QUOTE=mrpoune;42791]Hi, I have a Zotac AD02 running Lakka.

aplay -L returns:

hdmi:CARD=Generic,DEV=0 HD-Audio Generic, HDMI 0 HDMI Audio Output default:CARD=SB HDA ATI SB, ALC892 Analog Default Audio Device sysdefault:CARD=SB HDA ATI SB, ALC892 Analog Default Audio Devic

My system is connected to HDMI so I use the following to set the device. The audio setting menu in lakka is non responsive, so i am using SSH:

audio_setting = “hdmi:Generic,DEV=0”

returns:

Lakka:~ # audio_device = “hdmi:CARD=Generic,DEV=0” -sh: audio_device: not found

Tried audio_setting=“plughw:0,3” returned the same thing.

Thanks for your help Regards Fred[/QUOTE]

Ok found the issue. was missing the CARD= in my audio_device command line.