[alsa-devel] [PATCH] hda_intel: Add Oaktrail identifiers

Takashi Iwai tiwai at suse.de
Sat Dec 31 17:52:41 CET 2011


At Wed, 28 Dec 2011 15:17:26 +0000,
Alan Cox wrote:
> 
> From: Li Peng <pengi.li at intel.com>
> 
> Oaktrail has 0x8086, 0x080a - AZX_DRIVER_SCH
> 
> Taken from the Meego patches for Oaktrail
> 
> Signed-off-by: Li Peng <peng.li at intel.com>
> Signed-off-by: Alan Cox <alan at linux.intel.com>

Thanks, applied.

Meanwhile, could you double-check whether AZX_DCAPS_POSFIX_LPIB isn't
needed?  We have enabled this bit for Poulsbo recently for working
around problems regarding the playback positions.


Takashi

> ---
> 
>  sound/pci/hda/hda_intel.c |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> 
> diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
> index c2f79e6..b339eb5 100644
> --- a/sound/pci/hda/hda_intel.c
> +++ b/sound/pci/hda/hda_intel.c
> @@ -2972,6 +2972,9 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
>  	{ PCI_DEVICE(0x8086, 0x811b),
>  	  .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP |
>  	  AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_LPIB }, /* Poulsbo */
> +	{ PCI_DEVICE(0x8086, 0x080a),
> +	  .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP |
> +	  AZX_DCAPS_BUFSIZE},
>  	/* ICH */
>  	{ PCI_DEVICE(0x8086, 0x2668),
>  	  .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC |
> 


More information about the Alsa-devel mailing list