diff options
author | Steven Toth <stoth@kernellabs.com> | 2011-10-10 11:09:53 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-10-14 17:03:30 -0300 |
commit | efa762f597cb6ec094a9e62acd4f1167b3199d34 (patch) | |
tree | 4f97c84d23508083de1196e71ca4d36b02100c77 /drivers/media/video/cx23885/cx23885-alsa.c | |
parent | 80f1e086e68f4e6ef066022d8b7f5ea0bd686220 (diff) | |
download | talos-obmc-linux-efa762f597cb6ec094a9e62acd4f1167b3199d34.tar.gz talos-obmc-linux-efa762f597cb6ec094a9e62acd4f1167b3199d34.zip |
[media] cx23885: minor function renaming to ensure uniformity
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-alsa.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-alsa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx23885/cx23885-alsa.c b/drivers/media/video/cx23885/cx23885-alsa.c index 31a89b3ac1d0..668776d0e98d 100644 --- a/drivers/media/video/cx23885/cx23885-alsa.c +++ b/drivers/media/video/cx23885/cx23885-alsa.c @@ -472,7 +472,7 @@ static int snd_cx23885_pcm(struct cx23885_audio_dev *chip, int device, * Alsa Constructor - Component probe */ -struct cx23885_audio_dev *cx23885_audio_initdev(struct cx23885_dev *dev) +struct cx23885_audio_dev *cx23885_audio_register(struct cx23885_dev *dev) { struct snd_card *card; struct cx23885_audio_dev *chip; @@ -527,7 +527,7 @@ error: /* * ALSA destructor */ -void cx23885_audio_finidev(struct cx23885_dev *dev) +void cx23885_audio_unregister(struct cx23885_dev *dev) { struct cx23885_audio_dev *chip = dev->audio_dev; |