aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-tvaudio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab1-1059/+0
2011-03-21[media] Add proper audio support for Nova-S Plus with wm8775 ADCLawrence Rust1-2/+6
2010-10-21V4L/DVB: drivers/media: Make static data tables and strings constlawrence rust1-3/+3
2010-10-21V4L/DVB: cx88: convert core->tvaudio into an enumlawrence rust1-5/+32
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-06-16V4L/DVB (11396): cx88: avoid reprogramming every audio register on A2 stereo/mono changeMarton Balint1-6/+4
2009-06-16V4L/DVB (11395): cx88: audio thread: if stereo detection is hw supported don't do it manuallyMarton Balint1-18/+33
2009-06-16V4L/DVB (11394): cx88: Add support for stereo and sap detection for A2Marton Balint1-5/+49
2008-10-17V4L/DVB (9269): cx88: add I2S-ADC tvaudio methodDarron Broad1-0/+11
2008-04-24V4L/DVB (7521): media/video/cx88 replace remaining __FUNCTION__ occurrencesHarvey Harrison1-12/+12
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-3/+3
2007-10-09V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabsMichael Krufky1-3/+3
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-10-09V4L/DVB (6034): cx88: Add parameter to control radio deemphasis time constantTrent Piepho1-1/+10
2007-10-09V4L/DVB (6021): cx88: Copy board information into card stateTrent Piepho1-2/+2
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-02-21V4L/DVB (5012a): Remove some unused code from kernel mainstreamMauro Carvalho Chehab1-49/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-01-15V4L/DVB (5021): Cx88xx: Fix lockup on suspendRobert Hancock1-0/+2
2006-12-10V4L/DVB (4757): Cx88: determine whether or not to use external adcMichael Krufky1-13/+0
2006-10-03V4L/DVB (4668): Cx88: rename mpeg capability flags from CX88_BOARD_FOO to CX88_MPEG_FOOMichael Krufky1-2/+2
2006-10-03V4L/DVB (4667): Changed cx88_board .dvb and .register to an enum.Steven Toth1-2/+2
2006-09-26V4L/DVB (4504): Enable audio DMA restart on channel change even when cx88-alsa is compiledRicardo Cerqueira1-4/+0
2006-09-26V4L/DVB (4339): Removed the remaining config.h stuffMauro Carvalho Chehab1-1/+0
2006-06-26V4L/DVB (4213): Cx88: cleanupsAdrian Bunk1-1/+1
2006-06-25V4L/DVB (4150): Cx88: clear EN_I2SIN_ENABLE bit for ASUS PVR-416 to enable audioMichael Krufky1-0/+1
2006-06-25V4L/DVB (4135): Cx88-tvaudio.c must #include <linux/config.h>Michael Krufky1-0/+1
2006-06-25V4L/DVB (4132): Don't kill cx88 DMA sound on channel changeRicardo Cerqueira1-2/+2
2006-06-25V4L/DVB (4016): Cx88-blackbird: add support for ProLink Pixelview Playtv@P7000Angelo Marconi1-0/+1
2006-06-25V4L/DVB (3810): KWorld HardwareMpegTV XPert: Enable Blackbird MPEG encoder supportMichael Krufky1-0/+1
2006-06-25V4L/DVB (3801): Cx88-tvaudio: replace 'if' with 'switch..case'Michael Krufky1-3/+6
2006-06-25V4L/DVB (3800): Cx88: added support for KWorld MCE 200 DeluxeValentin Zagura1-1/+2
2006-03-24V4L/DVB (3584): Implement V4L2_TUNER_MODE_LANG1_LANG2 audio modeHans Verkuil1-0/+3
2006-01-15V4L/DVB (3378): Fix for lack of analog output on some cx88 boardsPanagiotis Christeas1-1/+7
2006-01-09V4L/DVB (3293): Added digital support for cx88 (cx88-alsa)Mauro Carvalho Chehab1-0/+4
2006-01-09V4L/DVB (3112): Several fixes for Hauppauge Roselyn Design (blackbird)Steven Toth1-1/+5
2005-12-01[PATCH] V4L: Enables audio DMA setting on cx88 chips, even when dma not in useMauro Carvalho Chehab1-0/+3
2005-12-01[PATCH] V4L: Fixes nicam soundIan Pickworth1-15/+10
2005-11-09[PATCH] V4L: 919: improves the audio handling for nicam on cx88-audioTorsten Seeboth1-2/+6
2005-11-09[PATCH] v4l: 892: correct nicam audio settings to match dscalerMichael Krufky1-1/+1
2005-11-09[PATCH] v4l: 706: reindent cx88 tvaudio c to keep coding styleNickolay V. Shmyrev1-479/+484
2005-11-09[PATCH] v4l: 648: some clean up in cx88 tvaudio cTorsten Seeboth1-332/+311
2005-09-09[PATCH] v4l: CX88 updates and card additionsMauro Carvalho Chehab1-357/+385
2005-07-12[PATCH] v4l: CX88 UpdateMauro Carvalho Chehab1-75/+1
2005-06-24[PATCH] v4l: CX88 cards updateMauro Carvalho Chehab1-40/+63
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1032