Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
mcimx6q-sbc [2017/10/04 18:09] – [Headphone mixers] rpjday | mcimx6q-sbc [2017/10/04 18:34] (current) – [Headphone mixers] rpjday | ||
---|---|---|---|
Line 141: | Line 141: | ||
Indeed, playing mono files now produces no output at all (which is expected). | Indeed, playing mono files now produces no output at all (which is expected). | ||
+ | |||
+ | Now configure HPMIXL to get input from DACL: | ||
+ | |||
+ | < | ||
+ | # amixer set " | ||
+ | Simple mixer control ' | ||
+ | Capabilities: | ||
+ | Playback channels: Mono | ||
+ | Mono: Playback [on] | ||
+ | </ | ||
+ | |||
+ | But playing a mono wav file ... no sound. Not good. Oh, wait, must turn on headphone mixer: | ||
+ | |||
+ | < | ||
+ | # amixer set " | ||
+ | Simple mixer control ' | ||
+ | Capabilities: | ||
+ | Playback channels: Front Left - Front Right | ||
+ | Mono: | ||
+ | Front Left: Playback [on] | ||
+ | Front Right: Playback [on] | ||
+ | </ | ||
+ | |||
+ | In short: | ||
+ | |||
+ | * switch '' | ||
+ | * enable '' | ||
+ | * enable " | ||
+ | |||
+ | ==== Playing mono .wav files on both headphone channels ==== | ||
+ | |||
+ | Seems simple enough: | ||
+ | |||
+ | * Switch '' | ||
+ | * Make sure " | ||
+ | * Enable '' |