Age | Commit message (Collapse) | Author |
|
kernel-sync.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From: Ricardo Cerqueira <v4l@cerqueira.org>
Replaced module_init() with late_initcall() so sound core can be loaded
before these modules, to prevent an oops when booting with them statically
compiled into the kernel.
Signed-off-by:
|
|
From: Ricardo Cerqueira <v4l@cerqueira.org>
When ALSA or OSS are loaded, check if the other is present
Fixed hotplug notifiers cleanup on module removal
Signed-off-by:
|
|
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From:: Jean Delvare <khali@linux-fr.org>
- Fix compilation failure with gcc 2.95.3.
- Corrected a bug at video std check at cx25840 module
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From: Ricardo Cerqueira <v4l@cerqueira.org>
- Fixed issue with hotplugging and DMA sound (sound was lost when replugging
a card)
- Added notifiers to main saa7134 module to let the sound sub-modules know
when a card has been inserted or removed
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
From: Ricardo Cerqueira <v4l@cerqueira.org>
CC: Takashi Iwai <tiwai@suse.de>
- Merged parts of a patch from Takashi for an older version of the
module
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
From:
Signed-off-by:
|
|
From: Arnd Bergmann <arnd@arndb.de>
This moves the 32 bit ioctl compatibility handlers for
Video4Linux into a new file and adds explicit calls to them
to each v4l device driver.
Unfortunately, there does not seem to be any code handling
the v4l2 ioctls, so quite often the code goes through two
separate conversions, first from 32 bit v4l to 64 bit v4l,
and from there to 64 bit v4l2. My patch does not change
that, so there is still much room for improvement.
Also, some drivers have additional ioctl numbers, for
which the conversion should be handled internally to
that driver.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From:
- Removed some superfluous/redundant code in saa7134-alsa
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
From:
- saa7134-oss is now a standalone module as well
- remaining DMA sound code has been removed from core the module
- Lots of small cleanups and variable renames to get more consistency
between the OSS and ALSA drivers
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
From:
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
Fix compilation with 2.6.8.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
* ../v4l/compat.h:
Fix compilation with older kernels.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
- make update updates from CVS
- make snapshot now distcleans and updates.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Minor comment updates
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
reflect the fact that it is common to both OSS and ALSA
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
- dsp_nr replaced by ALSA's index[]
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
- Fix compilation with 2.6.8.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Whitespace script improved.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Lots of small changes to allow compiling with kernel 2.4.
Compilation result not tested yet.
- After this patch, .version should be removed, since its
syntax has changed.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
(alsa_card_saa7134_create):
* saa7134-core.c: (saa7134_initdev):
* saa7134.h:
- Fixed a bug that caused some saa7133 code to run on saa7134 boards
- dsp_nr (to force a given audio card number) from OSS now works for
ALSA as well.
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
(snd_card_saa7134_capture_prepare),
(snd_card_saa7134_capture_pointer),
(snd_card_saa7134_capture_close), (snd_card_saa7134_capture_open),
(snd_card_saa7134_pcm), (snd_saa7134_capsrc_info),
(snd_saa7134_capsrc_put), (snd_card_saa7134_new_mixer),
(alsa_card_saa7134_create):
- Fixed kernel oops when hotswapping PC Cards
- Fixed capture source switch issue in mixer
- Removed some unnecessary wrappers
- Minor code cleanups
- Added a few comments to document the purpose of the major functions.
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
|
|
* saa7134-alsa.c: (saa7134_dma_stop), (saa7134_dma_start),
(saa7134_irq_alsa_done), (snd_card_saa7134_capture_trigger),
(dsp_buffer_conf), (dsp_buffer_init),
(snd_card_saa7134_pcm_prepare), (snd_card_saa7134_capture_prepare),
(snd_card_saa7134_pointer), (snd_card_saa7134_capture_pointer),
(snd_card_saa7134_runtime_free), (snd_card_saa7134_hw_params),
(snd_card_saa7134_hw_free), (dsp_buffer_free), (saa7134_cap_close),
(saa7134_cap_open), (snd_card_saa7134_capture_open),
(snd_card_saa7134_capture_close), (snd_card_saa7134_pcm),
(snd_saa7134_volume_info), (snd_saa7134_volume_get),
(snd_saa7134_volume_put), (snd_saa7134_capsrc_info),
(snd_saa7134_capsrc_get), (snd_saa7134_capsrc_put),
(snd_card_saa7134_new_mixer), (snd_saa7134_free),
(snd_saa7134_dev_free), (alsa_card_saa7134_create),
(alsa_card_saa7134_exit):
* saa7134-core.c: (saa7134_irq), (saa7134_initdev),
(saa7134_finidev):
* saa7134-oss.c: (dsp_rec_start):
* saa7134-reg.h:
* saa7134.h:
- Alsa support for saa7134 that should work. Wonderful
patch from Ricardo.
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
|