This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x Audio Adjust the volume

Other Parts Discussed in Thread: AM3358, TLV320AIC3106

Hi, everyone:

    I study ARM on TI AM335x SK EVM Board(AM3358+TLV320aic3106), SDK6.0

   I use the amixer command adjust the volume:

  Increase the volume:

  amixer cset numid=1 100

  amixer cset numid=28 100

  play audio file , the volume is OK

  Reduce the volume:

  amixer cset numid=1 50

  amixer cset numid=28 50

 play the same audio file, I can't hear any sound.

 So, can I help you!