First  |  Prev |  Next  |  Last
Pages: 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240
ALSA: hda - support HDMI HBR passthrough
At Tue, 3 Aug 2010 13:28:56 +0300, Anssi Hannula wrote: Hi all! This patchset adds support for passing through IEC 61937 encapsulated compressed audio at high bitrates (i.e. those over 6.144Mbps). At least TrueHD and DTS-HD are such formats. I've tested this using an NVIDIA hdmi codec and t... 3 Aug 2010 08:08
[PATCH 2/2] ALSA: hda - Add support for HDMI HBR passthrough
Passing IEC 61937 encapsulated compressed audio at bitrates over 6.144 Mbps (i.e. more than a single 2-channel 16-bit 192kHz IEC 60958 link) over HDMI requires the use of HBR Audio Stream Packets instead of Audio Sample Packets. Enable HBR mode when the stream has 8 channels and the Non-PCM bit is set. If the... 3 Aug 2010 07:04
ucb1400_core: avoid calling platform_device_put() twice in ucb1400_core_probe error path
On Tue, Aug 03, 2010 at 04:34:13PM +0800, Axel Lin wrote: In the case of goto err2, what we want is to call platform_device_del() instead of platform_device_unregister(). Otherwise, we call platform_device_put() twice. Patch applied, thanks. Cheers, Samuel. -- Intel Open Source Technology Centre htt... 3 Aug 2010 07:04
tc6387xb: add __devinit/__devexit annotation for tc6387xb_probe/tc6387xb_remove
On Tue, Aug 03, 2010 at 01:45:45PM +0800, Axel Lin wrote: Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/mfd/tc6387xb.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Applied, thanks a lot. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ -... 3 Aug 2010 07:04
[PATCH 1/2] ALSA: hda - Set Stream Type in Stream Format according to AES0
Set bit 15 (Stream Type) of HDA Stream Format to 1 (Non-PCM) when IEC958 channel status bit 1 (AES0 & 0x02) is set to 1 (non-audio). This is a prequisite for HDMI HBR passthrough. Signed-off-by: Anssi Hannula <anssi.hannula(a)iki.fi> --- sound/pci/hda/hda_codec.c | 6 +++++- sound/pci/hda/hda_codec.h | 3... 3 Aug 2010 07:04
[PATCH 0/2] ALSA: hda - support HDMI HBR passthrough
Hi all! This patchset adds support for passing through IEC 61937 encapsulated compressed audio at high bitrates (i.e. those over 6.144Mbps). At least TrueHD and DTS-HD are such formats. I've tested this using an NVIDIA hdmi codec and the following ffmpeg patch which adds support for TrueHD in its IEC 61937 mux... 3 Aug 2010 07:04
tc6387xb: fix resource reclaim
On Tue, Aug 03, 2010 at 01:44:00PM +0800, Axel Lin wrote: This patch includes below fixes: 1. add a missing iounmap in tc6387xb_probe() error path 2. fix resource reclaim in tc6387xb_remove() Patch applied, thanks. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ -- To un... 3 Aug 2010 07:03
tc6393xb: fix wrong goto labels for error handling
On Tue, Aug 03, 2010 at 11:10:41AM +0800, Axel Lin wrote: This patch corrects the error handling path. Applied, thanks. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to maj... 3 Aug 2010 10:20
ACPI / PM: Traverse video_device_list for backlight restoration
A bit of background about this patch: acpi_video_bus_get_devices() explicitly calls acpi_video_device_enumerate() before acpi_video_bus_get_one_device(), which does acpi_video_device_bind(). In _enumerate(), active_list[] is created, with .bind_info explicitly set to NULL, while the related .bind_info entry i... 4 Aug 2010 08:08
[PATCH] Cite nconfig in the README.
Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- README | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/README b/README index 737838f..1b81d28 100644 --- a/README +++ b/README @@ -166,6 +166,7 @@ CONFIGURING the kernel: - Alternate configuration commands are: "make c... 3 Aug 2010 07:03
First  |  Prev |  Next  |  Last
Pages: 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240