Searched hist:facd23664f1d63c33fbc6da52261c8548ed3fbd4 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/media/pci/cx88/ |
H A D | cx88.h | diff f66b2a1c7f2ae3fb0d5b67d07ab4f5055fd3cf16 Tue Aug 27 09:27:57 CEST 2013 Hans Verkuil <hans.verkuil@cisco.com> [media] cx88: Fix regression: CX88_AUDIO_WM8775 can't be 0
Cards using the wm8775 specify that in their card struct. Those that do not use it leave the audio_chip field to 0. Unfortunately, the CX88_AUDIO_WM8775 enum is 0 as well, so boards that do not have the wm8775 still try to load and use that driver. Change it to 1 to fix this. This regression was introduced in commit facd23664f1d63c33fbc6da52261c8548ed3fbd4.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Reported-by: Knut Petersen <Knut_Petersen@t-online.de> Tested-by: Knut Petersen <Knut_Petersen@t-online.de> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com> Cc: stable@vger.kernel.org diff facd23664f1d63c33fbc6da52261c8548ed3fbd4 Sun May 26 12:56:06 CEST 2013 Hans Verkuil <hans.verkuil@cisco.com> [media] cx88: remove g_chip_ident
Remove g_chip_ident from cx88. Also remove the v4l2-chip-ident.h include. The board code used defines from v4l2-chip-ident.h to tell the driver which audio chip is used. Replace this with a cx88-specific enum.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Cc: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | cx88-cards.c | diff facd23664f1d63c33fbc6da52261c8548ed3fbd4 Sun May 26 12:56:06 CEST 2013 Hans Verkuil <hans.verkuil@cisco.com> [media] cx88: remove g_chip_ident
Remove g_chip_ident from cx88. Also remove the v4l2-chip-ident.h include. The board code used defines from v4l2-chip-ident.h to tell the driver which audio chip is used. Replace this with a cx88-specific enum.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Cc: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | cx88-video.c | diff facd23664f1d63c33fbc6da52261c8548ed3fbd4 Sun May 26 12:56:06 CEST 2013 Hans Verkuil <hans.verkuil@cisco.com> [media] cx88: remove g_chip_ident
Remove g_chip_ident from cx88. Also remove the v4l2-chip-ident.h include. The board code used defines from v4l2-chip-ident.h to tell the driver which audio chip is used. Replace this with a cx88-specific enum.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Cc: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|