Comment 6 for bug 920899

Revision history for this message
warmcat (andy-warmcat) wrote :

This is definitely workable in tilt-3.4 / omap4plus_defconfig.

Here's the test script we use

#!/bin/sh
amixer -Dhw:0 cset name='DL1 Mixer Multimedia' 1
amixer -Dhw:0 cset name='DL1 Media Playback Volume' 118
amixer -Dhw:0 cset name='Sidetone Mixer Playback' 1
amixer -Dhw:0 cset name='SDT DL Volume' 120
amixer -Dhw:0 cset name='DL1 PDM Switch' 1
amixer -Dhw:0 cset name='Headset Left Playback' 'HS DAC'
amixer -Dhw:0 cset name='Headset Right Playback' 'HS DAC'
amixer -Dhw:0 cset name='Headset Playback Volume' 13
aplay -Dhw:0,6 -M -f S16_LE -c 2 test48.wav

where test48.wav is a 48kHz stereo 16bps wav file.