diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2018-02-08 03:31:07 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-02-26 08:11:42 -0500 |
commit | 47b934875b00fefe16a2b8a9daa88eb82be169a8 (patch) | |
tree | 9c25d5375595b48f89c4c5902ebaf85fa12fc4a3 /drivers/media/pci/ivtv/ivtv-alsa-mixer.h | |
parent | 26a6181f3453ea108baa3e6242196d791df6e666 (diff) | |
download | talos-op-linux-47b934875b00fefe16a2b8a9daa88eb82be169a8.tar.gz talos-op-linux-47b934875b00fefe16a2b8a9daa88eb82be169a8.zip |
media: ivtv: remove ivtv-alsa-mixer
ivtv-alsa-mixer functions was introduced in commit 269c11fbac4f
("[media] ivtv, ivtv-alsa: Add initial ivtv-alsa interface driver for ivtv")
But according to commit message, ivtv-alsa-mixer.c was already dead code.
5 years after, we should remove it.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
[hans.verkuil@cisco.com: removed forgotten ivtv-alsa-mixer.h include]
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/pci/ivtv/ivtv-alsa-mixer.h')
-rw-r--r-- | drivers/media/pci/ivtv/ivtv-alsa-mixer.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/media/pci/ivtv/ivtv-alsa-mixer.h b/drivers/media/pci/ivtv/ivtv-alsa-mixer.h deleted file mode 100644 index 382bc36bc529..000000000000 --- a/drivers/media/pci/ivtv/ivtv-alsa-mixer.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * ALSA mixer controls for the - * ALSA interface to ivtv PCM capture streams - * - * Copyright (C) 2009,2012 Andy Walls <awalls@md.metrocast.net> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ - -int __init snd_ivtv_mixer_create(struct snd_ivtv_card *itvsc); |