10 Dec, 2009

4 commits

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
    ALSA: ice1724 - aureon - modify WM8770 Master & DAC volume
    ALSA: hda/realtek: quirk for D945GCLF2 mainboard
    ALSA: hda - Terradici HDA controllers does not support 64-bit mode
    ALSA: document: Add direct git link to grub hda-analyzer
    ALSA: radio/sound/miro: fix build, cleanup depends/selects
    ALSA: hda - Generalize EAPD inversion check in patch_analog.c
    ASoC: Wrong variable returned on error
    ALSA: snd-usb-us122l: add product IDs of US-122MKII and US-144MKII
    ALSA: hda - Exclude unusable ADCs for ALC88x
    ALSA: hda - Add missing Line-Out and PCM switches as slave
    ALSA: hda - iMac 9,1 sound patch.
    ALSA: opti93x: set MC indirect registers base from PnP data

    Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (42 commits)
    tree-wide: fix misspelling of "definition" in comments
    reiserfs: fix misspelling of "journaled"
    doc: Fix a typo in slub.txt.
    inotify: remove superfluous return code check
    hdlc: spelling fix in find_pvc() comment
    doc: fix regulator docs cut-and-pasteism
    mtd: Fix comment in Kconfig
    doc: Fix IRQ chip docs
    tree-wide: fix assorted typos all over the place
    drivers/ata/libata-sff.c: comment spelling fixes
    fix typos/grammos in Documentation/edac.txt
    sysctl: add missing comments
    fs/debugfs/inode.c: fix comment typos
    sgivwfb: Make use of ARRAY_SIZE.
    sky2: fix sky2_link_down copy/paste comment error
    tree-wide: fix typos "couter" -> "counter"
    tree-wide: fix typos "offest" -> "offset"
    fix kerneldoc for set_irq_msi()
    spidev: fix double "of of" in comment
    comment typo fix: sybsystem -> subsystem
    ...

    Linus Torvalds
     
  • Takashi Iwai
     
  • Takashi Iwai
     

09 Dec, 2009

5 commits


08 Dec, 2009

8 commits

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6: (294 commits)
    S3C64XX: Staticise platform data for PCM devices
    ASoC: Rename controls with a / in wm_hubs
    snd-fm801: autodetect SF64-PCR (tuner-only) card
    ALSA: tea575x-tuner: fix mute
    ASoC: au1x: dbdma2: plug memleak in pcm device creation error path
    ASoC: au1x: dbdma2: fix oops on soc device removal.
    ALSA: hda - Fix memory leaks in the previous patch
    ALSA: hda - Add ALC661/259, ALC892/888VD support
    ALSA: opti9xx: remove snd_opti9xx fields
    ALSA: aaci - Clean up duplicate code
    ALSA: usb - Fix mixer map for Hercules Gamesurround Muse Pocket LT
    ALSA: hda - Add position_fix quirk for HP dv3
    ALSA: hda - Add a pin-fix for FSC Amilo Pi1505
    ALSA: hda - Fix Cxt5047 test mode
    ASoC: pxa/raumfeld: adopt new snd_soc_dai_set_pll() API
    ASoC: sh: fsi: Add runtime PM support
    sh: ms7724se: Add runtime PM support for FSI
    ALSA: hda - Add a position_fix quirk for MSI Wind U115
    ALSA: opti-miro: add PnP detection
    ALSA: opti-miro: separate comon probing code
    ...

    Linus Torvalds
     
  • The wrong variable was returned in the case of an error

    Signed-off-by: Roel Kluin
    Acked-by: Liam Girdwood
    Signed-off-by: Mark Brown

    Roel Kluin
     
  • I added the product IDs of the new revisions of the devices, so owners
    can test whether this suffices to make them work. Patched against ALSA
    snapshot 20091207.

    Signed-off-by: Tobias Hansen
    Signed-off-by: Takashi Iwai

    Tobias Hansen
     
  • On Realtek codecs, a digital mic pin is connected often only to a single
    ADC. But the parser tries to set up all ADCs no matter whether the
    digital mic is available, and results in non-selectable input source.

    This patch adds a check of input-source availability of each ADC, and
    excludes ones that don't support all input sources.

    Reference: Novell bnc#561235
    http://bugzilla.novell.com/show_bug.cgi?id=561235

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     
  • Realtek codecs may have "PCM" and "Line-Out" playback switches, and
    they can be slaves for vmaster.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     
  • This is an updated patch for the Apple iMac 9,1 model to add sound.
    Original patch posted here:
    http://article.gmane.org/gmane.linux.alsa.devel/61361/match=

    I have been using this patch for a while now
    and have to say it works vary well, except for a few minor
    things:

    With the iMac 24-inch 3.06GHz Intel Core 2 Duo
    everything seems to be working as it should,
    although I have not looked into the microphone
    (never really use one, nor have any apps to test,
    my guess is it doesn't work, or I never figured out how
    to get it to work).

    With the iMac 24-inch 2.66GHz Intel Core 2 Duo
    everything is the same as with the above machine
    except I'm hearing a light scratchy/distortion noise
    come out of the speakers when using headphones(above machine
    does not do this).

    Other than that the sound level is great(especially with good Dj headphones).

    Signed-off-by: Justin P. Mattock
    Tested-by: Justin P. Mattock
    Signed-off-by: Takashi Iwai

    Justin P. Mattock
     
  • The PnP data on the OPTI931 and OPTI933 contains io port
    range for the MC indirect registers. Use the PnP range
    instead of hardwired value 0xE0E.

    Also, request region of MC indirect registers so it is
    marked as used to other drivers (this was missing previously).

    Signed-off-by: Krzysztof Helt
    Signed-off-by: Takashi Iwai

    Krzysztof Helt
     
  • Conflicts:

    kernel/irq/chip.c

    Jiri Kosina
     

06 Dec, 2009

1 commit

  • * git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6: (50 commits)
    pcmcia: rework the irq_req_t typedef
    pcmcia: remove deprecated handle_to_dev() macro
    pcmcia: pcmcia_request_window() doesn't need a pointer to a pointer
    pcmcia: remove unused "window_t" typedef
    pcmcia: move some window-related code to pcmcia_ioctl.c
    pcmcia: Change window_handle_t logic to unsigned long
    pcmcia: Pass struct pcmcia_socket to pcmcia_get_mem_page()
    pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()
    pcmcia: Pass struct pcmcia_device to pcmcia_release_window()
    drivers/pcmcia: remove unnecessary kzalloc
    pcmcia: correct handling for Zoomed Video registers in topic.h
    pcmcia: fix printk formats
    pcmcia: autoload module pcmcia
    pcmcia/staging: update comedi drivers
    PCMCIA: stop duplicating pci_irq in soc_pcmcia_socket
    PCMCIA: ss: allow PCI IRQs > 255
    PCMCIA: soc_common: remove 'dev' member from soc_pcmcia_socket
    PCMCIA: soc_common: constify soc_pcmcia_socket ops member
    PCMCIA: sa1111: remove duplicated initializers
    PCMCIA: sa1111: wrap soc_pcmcia_socket to contain sa1111 specific data
    ...

    Linus Torvalds
     

04 Dec, 2009

9 commits


03 Dec, 2009

5 commits


01 Dec, 2009

8 commits