Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 432436 Details for
Bug 581450
v4l-dvb-saa716x-0.~20141109-r2 with kernel 4.5.2: doesn't compile?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
set number of demux-sinks to 1
ff_main.patch (text/plain), 880 bytes, created by
harry broeken
on 2016-04-28 14:34:45 UTC
(
hide
)
Description:
set number of demux-sinks to 1
Filename:
MIME Type:
Creator:
harry broeken
Created:
2016-04-28 14:34:45 UTC
Size:
880 bytes
patch
obsolete
>--- powARman-v4l-dvb-saa716x-d7e98fc59230/linux/drivers/media/common/saa716x/saa716x_ff_main.c.old 2014-11-09 15:44:55.000000000 +0100 >+++ powARman-v4l-dvb-saa716x-d7e98fc59230/linux/drivers/media/common/saa716x/saa716x_ff_main.c 2016-04-27 22:04:30.202119824 +0200 >@@ -417,7 +417,8 @@ > &sti7109->osd_dev, > &dvbdev_osd, > sti7109, >- DVB_DEVICE_OSD); >+ DVB_DEVICE_OSD, >+ 1); > > return 0; > } >@@ -493,7 +494,8 @@ > &sti7109->audio_dev, > &dvbdev_audio, > sti7109, >- DVB_DEVICE_AUDIO); >+ DVB_DEVICE_AUDIO, >+ 1); > > return 0; > } >@@ -956,7 +958,8 @@ > &sti7109->video_dev, > &dvbdev_video, > sti7109, >- DVB_DEVICE_VIDEO); >+ DVB_DEVICE_VIDEO, >+ 1); > > #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0) > sti7109->fifo_workq = create_singlethread_workqueue("saa716x_fifo_wq");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 581450
: 432436 |
432438
|
432852
|
432854