Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
mcimx6q-sbc [2017/10/04 18:14] – [Headphone mixers] rpjdaymcimx6q-sbc [2017/10/04 18:34] (current) – [Headphone mixers] rpjday
Line 152: Line 152:
 </code> </code>
  
-But playing a mono wav file ... no sound. Not good.+But playing a mono wav file ... no sound. Not good. Oh, wait, must turn on headphone mixer: 
 + 
 +<code> 
 +# amixer set "Headphone Mixer" on,on 
 +Simple mixer control 'Headphone Mixer',
 +  Capabilities: pswitch 
 +  Playback channels: Front Left - Front Right 
 +  Mono: 
 +  Front Left: Playback [on] 
 +  Front Right: Playback [on] 
 +</code> 
 + 
 +In short: 
 + 
 +  * switch ''HPOUTL PGA'' to "Mixer" 
 +  * enable ''HPMIXL DACL'' 
 +  * enable "Headphone Mixer" 
 + 
 +==== Playing mono .wav files on both headphone channels ==== 
 + 
 +Seems simple enough: 
 + 
 +  * Switch ''HPOUTR PGA'' to "Mixer" 
 +  * Make sure "Headphone Mixer" is enabled 
 +  * Enable ''HPMIXR DACL''
  • mcimx6q-sbc.1507140852.txt.gz
  • Last modified: 2017/10/04 18:14
  • by rpjday