[media] cx88: use correct pci drvdata type in cx88_audio_finidev()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 21 Nov 2013 03:38:44 +0000 (00:38 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 10 Dec 2013 17:28:59 +0000 (15:28 -0200)
commitcd86e3b535eea2e2685f65f4318a8b13e62b11c3
tree4baa793d7afa3086d79f3bbc7252068d4621c075
parenta49de26a0ef565cc466a80b0140c56256e7f3f7b
[media] cx88: use correct pci drvdata type in cx88_audio_finidev()

We had set the pci drvdata in cx88_audio_initdev() as a type of
struct snd_card, so cx88_audio_finidev() should used it as the
same type too.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/pci/cx88/cx88-alsa.c