Advertisement
Guest User

odroidu2_3.8.13+ HDMI1080p fix

a guest
May 30th, 2013
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.65 KB | None | 0 0
  1. diff --git a/drivers/media/platform/s5p-tv/hdmi_v14_drv.c b/drivers/media/platform/s5p-tv/hdmi_v14_dr
  2. index 39d45e6..36ffdd5 100644
  3. --- a/drivers/media/platform/s5p-tv/hdmi_v14_drv.c
  4. +++ b/drivers/media/platform/s5p-tv/hdmi_v14_drv.c
  5. @@ -177,9 +177,9 @@ static struct hdmi_device *sd_to_hdmi_dev(struct v4l2_subdev *sd)
  6.         return container_of(sd, struct hdmi_device, sd);
  7.  }
  8.  
  9. -#if defined(CONFIG_ODORID_HDMI_SW_CONFIG)
  10.  unsigned char hdtv_type[5];
  11.  unsigned char hdtv_format[10];
  12. +#if defined(CONFIG_ODORID_HDMI_SW_CONFIG)
  13.  
  14.  static void __init hkdk_hdmi_get_hdtv_type(char *bargs_hdtv_type) {
  15.         sprintf(hdtv_type, "%s", bargs_hdtv_type);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement