- 09 10月, 2009 1 次提交
-
-
由 Takashi Iwai 提交于
Allow Nvidia HDMI to support more possible sample rates and formats. At best, the really supported rates and formats should be determined together with the negotiation with the HDMI receiver, but it's currently not implemented yet (Nvidia stuff seems incompatible with HDMI 1.3 standard in this regard). As a compromise, we enable all bits, assuming that all recent devices do support such rates/formats. Tested-by: NAlan Alan <alanwww1@gmail.com> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 01 9月, 2009 1 次提交
-
-
由 Takashi Iwai 提交于
Added another entry for Nvidia HDMI device (10de:0003). Reference: kernel bug#14097 http://bugzilla.kernel.org/show_bug.cgi?id=14097Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 01 6月, 2009 1 次提交
-
-
由 Wei Ni 提交于
Support 8 channel HDMI audio for MCP78/7A Signed-off-by: NWei Ni <wni@nvidia.com> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 13 1月, 2009 1 次提交
-
-
由 Takashi Iwai 提交于
Added the new id for NVidia MCP HDMI (10de:0007). Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 07 1月, 2009 1 次提交
-
-
由 Brian Hinz 提交于
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 16 12月, 2008 1 次提交
-
-
由 Takashi Iwai 提交于
Added Nvidia (0x10de) to the vendor id list. Cleaned up the codec name strings accordingly. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 04 12月, 2008 2 次提交
-
-
由 Takashi Iwai 提交于
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Scott Waye 提交于
Added id for MCP67 HDMI codec. Signed-off-by: NScott Waye <scott@waye.co.uk> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 27 11月, 2008 1 次提交
-
-
由 Takashi Iwai 提交于
Split the monolithc HD-audio driver into several pieces: - snd-hda-intel HD-audio PCI controller driver; loaded via udev - snd-hda-codec HD-audio codec bus driver - snd-hda-codec-* Specific HD-audio codec drivers When built as modules, snd-hda-codec (that is invoked by snd-hda-intel) looks up the codec vendor ID and loads the corresponding codec module automatically via request_module(). When built in a kernel, each codec drivers are statically hooked up before probing the PCI. This patch adds appropriate EXPORT_SYMBOL_GPL()'s and the module information for each driver, and driver-linking codes between codec-bus and codec drivers. TODO: - Avoid EXPORT_SYMBOL*() when built-in kernel - Restore __devinit appropriately depending on the condition Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 21 11月, 2008 1 次提交
-
-
由 Hannes Eder 提交于
Fix the following sparse warning: sound/pci/hda/patch_nvhdmi.c:161:25: warning: symbol 'snd_hda_preset_nvhdmi' was not declared. Should it be static? Signed-off-by: NHannes Eder <hannes@hanneseder.net> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 16 10月, 2008 1 次提交
-
-
由 Takashi Iwai 提交于
Added the missing PCM type for Nvidia HDMI devices so that they point the right device number. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 10 10月, 2008 1 次提交
-
-
由 Wei Ni 提交于
Add NVIDIA HDMI HD-audio codec support in snd-hda-intel driver, include NVIDIA MCP78/7A HDMI. Signed-off-by: NWei Ni <wni@nvidia.com> Signed-off-by: NTakashi Iwai <tiwai@suse.de> Signed-off-by: NJaroslav Kysela <perex@perex.cz>
-