1. 18 2月, 2008 1 次提交
  2. 01 2月, 2008 1 次提交
    • T
      [ALSA] Remove sound/driver.h · 9004acc7
      Takashi Iwai 提交于
      This header file exists only for some hacks to adapt alsa-driver
      tree.  It's useless for building in the kernel.  Let's move a few
      lines in it to sound/core.h and remove it.
      With this patch, sound/driver.h isn't removed but has just a single
      compile warning to include it.  This should be really killed in
      future.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      9004acc7
  3. 26 1月, 2008 27 次提交
  4. 18 1月, 2008 1 次提交
  5. 14 12月, 2007 1 次提交
  6. 12 12月, 2007 5 次提交
  7. 05 11月, 2007 3 次提交
    • A
      V4L/DVB (6506): saa7134-alsa: Fix mmap support · 32d111a9
      Alexander E. Patrakov 提交于
      Trent Piepho wrote:
      > I do not think the saa7134-alsa driver supports mmap.  The cx88-alsa driver
      > also claimed to support mmap, but it never worked until I fixed it.  It's
      > pretty clear that the code in saa7134-alsa was based on the same code as
      > cx88-alsa, so it's likely it has the same bug.
      
      You are right. The patch below (based on your cx88 patch, but I don't
      really understand it) fixes mmap support in saa7134-alsa for me.
      Recording via mmap (arecord -M -f S16_LE -c 2 -r 32000 -D hw:1) didn't
      work at all before, works now, tested for at least 20 minutes (but,
      unfortunately, with one overrun at least 0.719 ms long).
      Signed-off-by: NAlexander E. Patrakov <patrakov@ums.usu.ru>
      Acked-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NTrent Piepho <xyzzy@speakeasy.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      32d111a9
    • R
      V4L/DVB (6479): use input functions, should depend on INPUT · cb20630c
      Randy Dunlap 提交于
      All of these drivers select VIDEO_IR, which uses the input subsystem,
      so they should also depend on INPUT.
      
      Problem examples:
      
      drivers/built-in.o: In function `ir_input_key_event':
      ir-functions.c:(.text+0x10849a): undefined reference to `input_event'
      ir-functions.c:(.text+0x1084ac): undefined reference to `input_event'
      drivers/built-in.o: In function `saa7134_set_i2c_ir':
      (.text+0x11cc0a): undefined reference to `get_key_pinnacle_color'
      drivers/built-in.o: In function `saa7134_set_i2c_ir':
      (.text+0x11cc4f): undefined reference to `get_key_pinnacle_grey'
      drivers/built-in.o: In function `saa7134_input_fini':
      (.text+0x11cd8b): undefined reference to `input_unregister_device'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11d1fa): undefined reference to `input_allocate_device'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11d317): undefined reference to `input_register_device'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11d6ca): undefined reference to `input_free_device'
      
      drivers/built-in.o: In function `saa7134_set_i2c_ir':
      (.text+0x11c3f3): undefined reference to `ir_codes_hauppauge_new'
      drivers/built-in.o: In function `saa7134_set_i2c_ir':
      (.text+0x11c450): undefined reference to `ir_codes_pinnacle_color'
      drivers/built-in.o: In function `saa7134_set_i2c_ir':
      (.text+0x11c480): undefined reference to `ir_codes_purpletv'
      drivers/built-in.o: In function `saa7134_set_i2c_ir':
      (.text+0x11c495): undefined reference to `ir_codes_pinnacle_grey'
      drivers/built-in.o: In function `saa7134_ir_start':
      (.text+0x11c622): undefined reference to `ir_rc5_timer_end'
      drivers/built-in.o: In function `saa7134_ir_start':
      (.text+0x11c637): undefined reference to `ir_rc5_timer_keyup'
      drivers/built-in.o: In function `build_key':
      saa7134-input.c:(.text+0x11c769): undefined reference to `ir_extract_bits'
      saa7134-input.c:(.text+0x11c7ad): undefined reference to `ir_input_keydown'
      saa7134-input.c:(.text+0x11c7f0): undefined reference to `ir_input_keydown'
      saa7134-input.c:(.text+0x11c7f9): undefined reference to `ir_input_nokey'
      saa7134-input.c:(.text+0x11c806): undefined reference to `ir_input_nokey'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11ca07): undefined reference to `ir_codes_encore_enltv'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11caf6): undefined reference to `ir_input_init'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cbf2): undefined reference to `ir_codes_avermedia'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cc24): undefined reference to `ir_codes_pctv_sedna'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cc53): undefined reference to `ir_codes_flydvb'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cc85): undefined reference to `ir_codes_videomate_tv_pvr'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11ccb7): undefined reference to `ir_codes_pixelview'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cce9): undefined reference to `ir_codes_eztv'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cd1b): undefined reference to `ir_codes_manli'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cda8): undefined reference to `ir_codes_cinergy'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cdd7): undefined reference to `ir_codes_flyvideo'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11ce06): undefined reference to `ir_codes_asus_pc39'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11ce7d): undefined reference to `ir_codes_gotview7135'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cee1): undefined reference to `ir_codes_proteus_2309'
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      cb20630c
    • H
      V4L/DVB (6406): saa7134: fix analog audio in on medion md8800 quadro · 387a299b
      hermann pitton 提交于
      saa7134: fix analog audio in on medion md8800 quadro, aka CTX944
      Signed-off-by: NHermann Pitton <hermann-pitton@arcor.de>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      387a299b
  8. 22 10月, 2007 1 次提交