Re: [PATCH] ALSA: hda - make power_save threshold per-codec

2015-04-08 Thread Takashi Iwai
At Wed, 8 Apr 2015 23:24:52 -0700, Matthew Garrett wrote: > > On Wed, Apr 8, 2015 at 10:20 PM, Takashi Iwai wrote: > > > > At Wed, 8 Apr 2015 18:53:48 -0700, > > Matthew Garrett wrote: > > > > > > Modern hardware will often have multiple HDA devices, and the desired > > > power saving configurat

Re: [PATCH] ALSA: hda - make power_save threshold per-codec

2015-04-08 Thread Matthew Garrett
On Wed, Apr 8, 2015 at 10:20 PM, Takashi Iwai wrote: > > At Wed, 8 Apr 2015 18:53:48 -0700, > Matthew Garrett wrote: > > > > Modern hardware will often have multiple HDA devices, and the desired > > power saving configuration may vary depending on the codecs attached to > > each of them. Push the

Re: [PATCH] ALSA: hda - make power_save threshold per-codec

2015-04-08 Thread Takashi Iwai
At Wed, 8 Apr 2015 18:53:48 -0700, Matthew Garrett wrote: > > Modern hardware will often have multiple HDA devices, and the desired > power saving configuration may vary depending on the codecs attached to > each of them. Push the power_save value down to the individual codec > structures, keepin

[PATCH] ALSA: hda - make power_save threshold per-codec

2015-04-08 Thread Matthew Garrett
Modern hardware will often have multiple HDA devices, and the desired power saving configuration may vary depending on the codecs attached to each of them. Push the power_save value down to the individual codec structures, keeping the module parameter as a global control mechanism for compatibility