30 Jan
2013
30 Jan
'13
4:34 p.m.
On 30.1.2013 11:26, Pavel Hofman wrote:
On 29.1.2013 20:14, Jonas Petersen wrote:
Am 29.01.2013 10:39, schrieb Pavel Hofman:
I did that with no success. Same behaviour, no change, still no ak4114. The only difference I got was:
$ diff ~/Audiophile192-proc-a.txt ~/Audiophile192-proc-b.txt 90c90
< MT05 : 0x08
MT05 : 0x00
I printk'ed a message in ap192_ak4114_init() and it's definitely being called.
I see, ak4114 support in revo.c is incomplete. ak4114 controls incl. the proc file are never built. Please try the following patch (applicable to clean git checkout):
Sorry, of course
err = snd_ak4114_build(ice->spec->ak4114, NULL,
instead of
spec = ice->spec;
err = snd_ak4114_build(spec->ak4114, NULL,
Pavel.