Re: [Alsa-user] Jul@ analog output tweak
Brought to you by:
perex
|
From: Jaroslav K. <pe...@su...> - 2005-11-10 07:53:09
|
On Thu, 10 Nov 2005, uberguru wrote:
> This is a very dirty way to get the "analog" mixer to work with Juli@
> soundcard.
>
> In the file:
> alsa-driver-1.0.10rc3\alsa-kernel\pci\ice1712\julia.c
>
> look up section below and comment out the first "if(ice->spec.juli.analog)"
> statement. For some reason the mask is not working. When the new module is
> compiled, installed and loaded there will be 2 DAC controls in alsamixer for
> left and right channel.. As I dont have any deeper understanding of Alsa this
> could very well wipe out your board... but its working fine for me.. External
> input is also working.
>
> ice->spec.juli.analog = ice->gpio.get_data(ice) & GPIO_ANALOG_PRESENT;
The simplest way is to put 'ice->spec.juli.analog = 1' here.
> // if (ice->spec.juli.analog) {
Thanks. It seems that the analog doughter board cannot be detected
reliably, so I forced the detection in the driver. It should be very rare
to use Juli@ without analog I/O.
Jaroslav
-----
Jaroslav Kysela <pe...@su...>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs
|