The patch number 10123 was added via Devin Heitmueller 
<dheitmuel...@linuxtv.org>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        v4l-dvb-maintai...@linuxtv.org

------

From: Devin Heitmueller  <dheitmuel...@linuxtv.org>
em28xx: fix reversed definitions of I2S audio modes


Noticed when doing the audio support for the Pinnacle PCTV HD Ultimate 808e
that the modes were incorrect (the 808e uses I2S in 5 sample mode)

Thanks for Ray Lu from Empia for providing the em2860/em2880 datasheet.

Priority: normal

Signed-off-by: Devin Heitmueller <dheitmuel...@linuxtv.org>


---

 linux/drivers/media/video/em28xx/em28xx-reg.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -r b7b2621d7ec8 -r 1a92fc0abb10 
linux/drivers/media/video/em28xx/em28xx-reg.h
--- a/linux/drivers/media/video/em28xx/em28xx-reg.h     Mon Dec 29 20:43:55 
2008 -0500
+++ b/linux/drivers/media/video/em28xx/em28xx-reg.h     Mon Dec 29 20:52:37 
2008 -0500
@@ -22,8 +22,8 @@
 /* em28xx Chip Configuration 0x00 */
 #define EM28XX_CHIPCFG_VENDOR_AUDIO            0x80
 #define EM28XX_CHIPCFG_I2S_VOLUME_CAPABLE      0x40
-#define EM28XX_CHIPCFG_I2S_3_SAMPRATES         0x30
-#define EM28XX_CHIPCFG_I2S_5_SAMPRATES         0x20
+#define EM28XX_CHIPCFG_I2S_5_SAMPRATES         0x30
+#define EM28XX_CHIPCFG_I2S_3_SAMPRATES         0x20
 #define EM28XX_CHIPCFG_AC97                    0x10
 #define EM28XX_CHIPCFG_AUDIOMASK               0x30
 


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/1a92fc0abb106dd65d587183505d53ed36cc0b66

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to