Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [media] xc5000: fix incorrect debug printnk | Dmitri Belimov | 2013-03-21 | 1 | -7/+13 |
| | | | | | | | | | | | | | | | | I found very small bug in xc5000 source. When set option debug=1 and listen a radio we see in dmesg xc5000: xc_SetTVStandard() Standard = M/N-NTSC/PAL-BTSC at all times. However, it should be, instead "FM Radio-INPUT1_MONO". That happens because xc5000_set_radio_freq() gets the correct value for VideoMode and AudioMode for radio and calls xc_SetTVStandard() where name of standard comes from the incorrect place priv->video_standard. This incorrect debug message makes debugging a little difficult. Signed-off-by: Dmitry Belimov <d.belimov@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | ||||
* | [media] tuners/xc5000: fix MODE_AIR in xc5000_set_params() | Dan Carpenter | 2013-02-06 | 1 | -0/+1 |
| | | | | | | | | There is a missing break so we use XC_RF_MODE_CABLE instead of XC_RF_MODE_AIR. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | ||||
* | [media] common: move media/common/tuners to media/tuners | Mauro Carvalho Chehab | 2012-08-14 | 1 | -0/+1366 |
Move the tuners one level up, as the "common" directory will be used by drivers that are shared between more than one driver. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> |