[Arm-netbook] Original ChiTech kernel available as Debian package

Frans Pop elendil at planet.nl
Thu Apr 22 19:15:53 BST 2010


On Thursday 22 April 2010, Michael Howard wrote:
> Stupid question #1, is there anything special needed on this brick to
> get sound?

See http://lists.phcomp.co.uk/pipermail/arm-netbook/2010-March/000504.html.

For the ChiTech kernel the sound drivers are compiled in.

You may want to use the /etc/asound.* files from the original ChiTech 
install (attached).

-------------- next part --------------
pcm.!default {
    type plug
        slave.pcm "swmixer"
}

pcm.swmixer {
    type dmix
        ipc_key 1234
        slave {
            pcm "hw:0,0"
                period_time 0
                period_size 1024
                buffer_size 4096
                rate 44100
        }
}

-------------- next part --------------
state.soundcard {
	control.1 {
		comment.access 'read write'
		comment.type INTEGER
		comment.count 2
		comment.range '0 - 31'
		iface MIXER
		name 'Speaker Playback Volume'
		value.0 31
		value.1 31
	}
	control.2 {
		comment.access 'read write'
		comment.type BOOLEAN
		comment.count 2
		iface MIXER
		name 'Speaker Playback Switch'
		value.0 true
		value.1 true
	}
	control.3 {
		comment.access 'read write'
		comment.type INTEGER
		comment.count 2
		comment.range '0 - 31'
		iface MIXER
		name 'Master Playback Volume'
		value.0 31
		value.1 31
	}
	control.4 {
		comment.access 'read write'
		comment.type BOOLEAN
		comment.count 2
		iface MIXER
		name 'Master Playback Switch'
		value.0 true
		value.1 true
	}
	control.5 {
		comment.access 'read write'
		comment.type INTEGER
		comment.count 2
		comment.range '0 - 31'
		iface MIXER
		name 'PCM Playback Volume'
		value.0 23
		value.1 23
	}
}


More information about the Arm-netbook mailing list