lkml.org 
[lkml]   [2015]   [Sep]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [alsa-devel] [PATCH RFC 1/7] ASoC: tlv320aic26: Add device tree binding
On Mon, Sep 21, 2015 at 4:38 AM, Peter Ujfalusi <peter.ujfalusi@ti.com> wrote:
> On 09/18/2015 11:11 PM, Cormier, Jonathan wrote:
>
>> diff --git a/sound/soc/codecs/tlv320aic26.c b/sound/soc/codecs/tlv320aic26.c
>> index 620ab9ea1ef0..91fdd96648bd 100644
>> --- a/sound/soc/codecs/tlv320aic26.c
>> +++ b/sound/soc/codecs/tlv320aic26.c
>> @@ -370,10 +370,20 @@ static int aic26_spi_remove(struct spi_device *spi)
>> return 0;
>> }
>>
>> +#if defined(CONFIG_OF)
>
> You don't need the #ifdef here
>
>> +static const struct of_device_id tlv320aic26_of_match[] = {
>> + { .compatible = "ti,tlv320aic26", },
>> + {},
>> +};
>> +#endif
>> +
>> static struct spi_driver aic26_spi = {
>> .driver = {
>> .name = "tlv320aic26-codec",
>> .owner = THIS_MODULE,
>> +#if defined(CONFIG_OF)
>
> neither here.
>
>> + .of_match_table = of_match_ptr(tlv320aic26_of_match),
>> +#endif
>> },
>> .probe = aic26_spi_probe,
>> .remove = aic26_spi_remove,
>>
>
>
> --
> Péter

Ok thanks.

--
Jonathan Cormier
CriticalLink


\
 
 \ /
  Last update: 2015-09-21 15:21    [W:0.049 / U:1.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site