[alsa-devel] SOC_VALUE_ENUM usages in cs42l52 & cs42l73 drivers

Brian Austin brian.austin at cirrus.com
Tue Feb 18 18:36:30 CET 2014


>> Similarly, cs42l73.c has four definitions, but with different masks:
>>
>> 	SOC_VALUE_ENUM_SINGLE(CS42L73_MMIXCTL, 6, 1, ...
>> 	SOC_VALUE_ENUM_SINGLE(CS42L73_MMIXCTL, 4, 3, ...
>> 	SOC_VALUE_ENUM_SINGLE(CS42L73_MMIXCTL, 2, 5, ...
>> 	SOC_VALUE_ENUM_SINGLE(CS42L73_MMIXCTL, 0, 7, ...
>> 
The 3rd argument appears to line up with the register offset for each 
block. Don't really know why, but I'll check

Thanks,
Brian



More information about the Alsa-devel mailing list