All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] ALSA: hda: Add Raven PCI ID
  2017-11-23 12:47 ` Vijendar Mukunda
@ 2017-11-23  7:50   ` Takashi Iwai
  -1 siblings, 0 replies; 8+ messages in thread
From: Takashi Iwai @ 2017-11-23  7:50 UTC (permalink / raw)
  To: Vijendar Mukunda
  Cc: Alexander.Deucher, alsa-devel, lgirdwood, broonie, perex, linux-kernel

On Thu, 23 Nov 2017 13:47:44 +0100,
Vijendar Mukunda wrote:
> 
> This commit adds PCI ID for Raven platform
> 
> Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
> ---
>  sound/pci/hda/hda_intel.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
> index 01eb1dc..9c7d479 100644
> --- a/sound/pci/hda/hda_intel.c
> +++ b/sound/pci/hda/hda_intel.c
> @@ -2454,6 +2454,8 @@ static const struct pci_device_id azx_ids[] = {
>  	/* AMD Hudson */
>  	{ PCI_DEVICE(0x1022, 0x780d),
>  	  .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
> +	{ PCI_DEVICE(0x1022, 0x15e3),
> +	  .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },

If the new chip isn't Hudson (I suppose "Raven"), could you add a
comment line as well?


thanks,

Takashi

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ALSA: hda: Add Raven PCI ID
@ 2017-11-23  7:50   ` Takashi Iwai
  0 siblings, 0 replies; 8+ messages in thread
From: Takashi Iwai @ 2017-11-23  7:50 UTC (permalink / raw)
  To: Vijendar Mukunda
  Cc: alsa-devel, linux-kernel, lgirdwood, broonie, Alexander.Deucher

On Thu, 23 Nov 2017 13:47:44 +0100,
Vijendar Mukunda wrote:
> 
> This commit adds PCI ID for Raven platform
> 
> Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
> ---
>  sound/pci/hda/hda_intel.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
> index 01eb1dc..9c7d479 100644
> --- a/sound/pci/hda/hda_intel.c
> +++ b/sound/pci/hda/hda_intel.c
> @@ -2454,6 +2454,8 @@ static const struct pci_device_id azx_ids[] = {
>  	/* AMD Hudson */
>  	{ PCI_DEVICE(0x1022, 0x780d),
>  	  .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
> +	{ PCI_DEVICE(0x1022, 0x15e3),
> +	  .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },

If the new chip isn't Hudson (I suppose "Raven"), could you add a
comment line as well?


thanks,

Takashi

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] ALSA: hda: Add Raven PCI ID
@ 2017-11-23 12:47 ` Vijendar Mukunda
  0 siblings, 0 replies; 8+ messages in thread
From: Vijendar Mukunda @ 2017-11-23 12:47 UTC (permalink / raw)
  To: tiwai, Alexander.Deucher
  Cc: broonie, lgirdwood, perex, alsa-devel, linux-kernel, Vijendar Mukunda

This commit adds PCI ID for Raven platform

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
---
 sound/pci/hda/hda_intel.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 01eb1dc..9c7d479 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2454,6 +2454,8 @@ static const struct pci_device_id azx_ids[] = {
 	/* AMD Hudson */
 	{ PCI_DEVICE(0x1022, 0x780d),
 	  .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
+	{ PCI_DEVICE(0x1022, 0x15e3),
+	  .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
 	/* ATI HDMI */
 	{ PCI_DEVICE(0x1002, 0x0002),
 	  .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] ALSA: hda: Add Raven PCI ID
@ 2017-11-23 12:47 ` Vijendar Mukunda
  0 siblings, 0 replies; 8+ messages in thread
From: Vijendar Mukunda @ 2017-11-23 12:47 UTC (permalink / raw)
  To: tiwai, Alexander.Deucher
  Cc: broonie, lgirdwood, perex, alsa-devel, linux-kernel, Vijendar Mukunda

This commit adds PCI ID for Raven platform

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
---
 sound/pci/hda/hda_intel.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 01eb1dc..9c7d479 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2454,6 +2454,8 @@ static const struct pci_device_id azx_ids[] = {
 	/* AMD Hudson */
 	{ PCI_DEVICE(0x1022, 0x780d),
 	  .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
+	{ PCI_DEVICE(0x1022, 0x15e3),
+	  .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
 	/* ATI HDMI */
 	{ PCI_DEVICE(0x1002, 0x0002),
 	  .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] ALSA: hda: Add Raven PCI ID
@ 2017-11-23 14:37 ` Vijendar Mukunda
  0 siblings, 0 replies; 8+ messages in thread
From: Vijendar Mukunda @ 2017-11-23 14:37 UTC (permalink / raw)
  To: tiwai, Alexander.Deucher
  Cc: broonie, lgirdwood, perex, alsa-devel, linux-kernel, Vijendar Mukunda

This commit adds PCI ID for Raven platform
v2: Comment added for Raven

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
---
 sound/pci/hda/hda_intel.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 01eb1dc..44babe5 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2454,6 +2454,9 @@ static const struct pci_device_id azx_ids[] = {
 	/* AMD Hudson */
 	{ PCI_DEVICE(0x1022, 0x780d),
 	  .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
+	/* AMD Raven */
+	{ PCI_DEVICE(0x1022, 0x15e3),
+	  .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
 	/* ATI HDMI */
 	{ PCI_DEVICE(0x1002, 0x0002),
 	  .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] ALSA: hda: Add Raven PCI ID
@ 2017-11-23 14:37 ` Vijendar Mukunda
  0 siblings, 0 replies; 8+ messages in thread
From: Vijendar Mukunda @ 2017-11-23 14:37 UTC (permalink / raw)
  To: tiwai, Alexander.Deucher
  Cc: broonie, lgirdwood, perex, alsa-devel, linux-kernel, Vijendar Mukunda

This commit adds PCI ID for Raven platform
v2: Comment added for Raven

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
---
 sound/pci/hda/hda_intel.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 01eb1dc..44babe5 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2454,6 +2454,9 @@ static const struct pci_device_id azx_ids[] = {
 	/* AMD Hudson */
 	{ PCI_DEVICE(0x1022, 0x780d),
 	  .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
+	/* AMD Raven */
+	{ PCI_DEVICE(0x1022, 0x15e3),
+	  .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
 	/* ATI HDMI */
 	{ PCI_DEVICE(0x1002, 0x0002),
 	  .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] ALSA: hda: Add Raven PCI ID
  2017-11-23 14:37 ` Vijendar Mukunda
@ 2017-11-23  9:18   ` Takashi Iwai
  -1 siblings, 0 replies; 8+ messages in thread
From: Takashi Iwai @ 2017-11-23  9:18 UTC (permalink / raw)
  To: Vijendar Mukunda
  Cc: Alexander.Deucher, alsa-devel, lgirdwood, broonie, perex, linux-kernel

On Thu, 23 Nov 2017 15:37:00 +0100,
Vijendar Mukunda wrote:
> 
> This commit adds PCI ID for Raven platform
> v2: Comment added for Raven
> 
> Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>

Applied, thanks.


Takashi

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ALSA: hda: Add Raven PCI ID
@ 2017-11-23  9:18   ` Takashi Iwai
  0 siblings, 0 replies; 8+ messages in thread
From: Takashi Iwai @ 2017-11-23  9:18 UTC (permalink / raw)
  To: Vijendar Mukunda
  Cc: Alexander.Deucher, alsa-devel, lgirdwood, broonie, perex, linux-kernel

On Thu, 23 Nov 2017 15:37:00 +0100,
Vijendar Mukunda wrote:
> 
> This commit adds PCI ID for Raven platform
> v2: Comment added for Raven
> 
> Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>

Applied, thanks.


Takashi

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-11-23 14:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-23 12:47 [PATCH] ALSA: hda: Add Raven PCI ID Vijendar Mukunda
2017-11-23 12:47 ` Vijendar Mukunda
2017-11-23  7:50 ` Takashi Iwai
2017-11-23  7:50   ` Takashi Iwai
2017-11-23 14:37 Vijendar Mukunda
2017-11-23 14:37 ` Vijendar Mukunda
2017-11-23  9:18 ` Takashi Iwai
2017-11-23  9:18   ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.