[alsa-devel] [PATCH] [RFC 8/13] Intel SST sound card driver

Mark Brown broonie at opensource.wolfsonmicro.com
Mon Aug 3 12:12:44 CEST 2009


On Mon, Aug 03, 2009 at 12:45:08PM +0530, Harsha, Priya wrote:

[Please don't top quote; it's not the normal policy for Linux lists
since it makes the discussion harder to follow.  Please also try to
configure your mail client to wrap lines at 80 columns for similar
reasons.]

> I tried but still finding the same issue...the probe function and the related functions are as follows... please let me know if you see any issues


> 	ret_val = snd_intelmad_pcm(card, intelmaddata);
> 	if (ret_val) {
> 		sst_err("snd_intelmad_pcm failed\n");
> 		goto free_allocs;
> 	}
> 
> 	ret_val = snd_intelmad_mixer(intelmaddata);
> 	if (ret_val) {
> 		sst_err("snd_intelmad_mixer failed\n");
> 		goto free_allocs;
> 	}
> 
> 	ret_val = snd_intelmad_jack(intelmaddata);
> 	if (ret_val) {
> 		sst_err("snd_intelmad_jack failed\n");
> 		goto free_allocs;
> 	}

The main difference I can see see between this and other drivers I can
see is the ordering of the jack creation - it's normally done earlier.
I'd suggest doing a contrast and compare with them, and also examining
what's going on in the code.


More information about the Alsa-devel mailing list