Re: [PATCH 1/4] ASoC: rt286: rt286_mic_detect() uses component

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/24/2016 09:43 AM, Kuninori Morimoto wrote:
> Hi
> 
>>>> From: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx>
>>>>
>>>> Intel broadwell is using card->codec_dev_list, but it will be
>>>> replaced to component list soon. Then, it will not be able to use
>>>> "codec".
>>>
>>> Can't it be deduced by a simple container_of()?
>>
>> There is the snd_soc_component_to_codec() helper for this.
> 
> The points are
>  1) We would like to remove "codec" related functions

The focus at the moment is to remove all special handling of CODECs from the
ASoC core. And trying to do this without being too invasive and causing too
many changes all over the place.

>  2) We can get "codec" pointer by above function/macro,
>     but "codec" function/macro is using codec->component inside.
> 

That's not a problem though.

This is slightly unrelated to this series, but these drivers should not be
poking the internal data structures of snd_soc_card in the first place. The
best way to get the pointer to the CODEC is by using the DAI link init
callback. This also means that there is no need to run a lookup each time
the CODEC is needed. An alternative is to add a helper function in the core
that allows to lookup a component by name.

Maybe somebody from the Intel side can look into fixing this. The affected
boards are cht_bsw_rt5672 and broadwell, which both access the cards
codec_dev_list field.
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel



[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux