On Wed, Sep 19, 2012 at 10:35:45AM -0400, Eric Millbrandt wrote:
> That was an artifact of me splitting the changes to pcm030-audio-fabric.c
> into multiple patches. I changed the driver to a platform device in this
> patch and converted to snd_soc_register_card() in the next patch. I can
> merg
On 2012-09-18 Mark Brown wrote:
> On Thu, Sep 13, 2012 at 05:43:14PM -0400, Eric Millbrandt wrote:
>
>> +static int __devexit pcm030_fabric_remove(struct platform_device *op)
>> +{ + struct platform_device *pdev = platform_get_drvdata(op); +
>> +platform_device_unregister(pdev); + + return 0;
On Thu, Sep 13, 2012 at 05:43:14PM -0400, Eric Millbrandt wrote:
> +static int __devexit pcm030_fabric_remove(struct platform_device *op)
> +{
> + struct platform_device *pdev = platform_get_drvdata(op);
> +
> + platform_device_unregister(pdev);
> +
> + return 0;
> +}
This seems reall