Re: [alsa-devel] [PATCH V2 08/10] ASoC: img: Add driver for SPDIF input controller

From: Damien Horsley
Date: Thu Oct 22 2015 - 15:21:50 EST


On 19/10/15 19:27, Mark Brown wrote:
> On Mon, Oct 12, 2015 at 01:40:35PM +0100, Damien Horsley wrote:
>
>> +static int img_spdif_in_get_lock_acquire(struct snd_kcontrol *kcontrol,
>> + struct snd_ctl_elem_value *ucontrol)
>> +{
>> + struct snd_soc_dai *cpu_dai = snd_kcontrol_chip(kcontrol);
>> + struct img_spdif_in *spdif = snd_soc_dai_get_drvdata(cpu_dai);
>> +
>> + ucontrol->value.integer.value[0] = spdif->lock_acquire;
>> +
>> + return 0;
>> +}
>
> It would be nice to get some documentation of what these controls are...
>

Ok
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/