From: Abhijeet Kumar
Since sync_power_state is moved to core it's better to use the helper
function to ensure the actual power state reaches target instead of
using the local helper functions already exsisting in hda code.
Signed-off-by: Abhijeet Kumar
---
sound/pci/hda/hda_codec.c
From: Abhijeet Kumar
The current sync_power_state is local to hda code, moving it
core so that other users apart from hda legacy can use it.
The helper function ensures the actual state reaches the target state.
Signed-off-by: Abhijeet Kumar
---
include/sound/hdaudio.h | 2 ++
sound/hda
From: Abhijeet Kumar
In usecases like hot plug-unplug DP panel or modeset during a playback,
sometimes we observe no audio after codec resets. During no audio
condition, we have noticed that the power state of the pin or the
connector is D3. Optimizing the way we set the power mitigates the
From: Abhijeet Kumar
When we change the resolution of DP pannel or hot plug-unplug it while
playing an audio clip,sometimes we observe a silent playback(no audio).
During no audio condition, we have noticed that the power state of the
pin or the connector is D3. Optimzing the way we set the
From: Abhijeet Kumar
In usecases like hot plug-unplug DP panel or modeset during a playback,
sometimes we observe no audio after codec resets.
During no audio condition, we have noticed that the power state of the
pin or the connector is D3. Optimzing the way we set the power could
mitigate the
From: Abhijeet Kumar
In usecases like hot plug-unplug DP panel or modeset during a playback,
sometimes we observe no audio after codec resets.
During no audio condition, we have noticed that the power state of the
pin or the connector is D3. Optimzing the way we set the power could
mitigate the
From: Abhijeet Kumar
Spelling mistake in state. So fixing it.
Signed-off-by: Abhijeet Kumar
---
sound/soc/intel/skylake/skl-messages.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/intel/skylake/skl-messages.c
b/sound/soc/intel/skylake/skl-messages.c
index
From: Abhijeet Kumar
In usecases like hot plug-unplug DP panel or modeset during a playback,
sometimes we observe no audio after codec resets. During no audio
condition, we have noticed that the power state of the pin or the
connector is D3. Optimizing the way we set the power mitigates the
From: Abhijeet Kumar
In usecases like hot plug-unplug DP panel or modeset during a playback,
sometimes we observe no audio after codec resets. During no audio
condition, we have noticed that the power state of the pin or the
connector is D3. Optimizing the way we set the power mitigates the
From: Abhijeet Kumar
Runtime resume USB device in order to ensure that PM framework knows
that the we might be using the device in a short time and doesn't
autosuspend the device while we update it's interface.
Signed-off-by: Abhijeet Kumar
---
drivers/bluetooth/btusb.c | 6
From: Abhijeet Kumar
In skylake platform, we hear a loud pop noise(0 dB) at start of
audio capture power up sequence. This patch removes the pop noise
from the recording by adding a delay before enabling ADC.
Signed-off-by: Abhijeet Kumar
---
sound/soc/codecs/nau8825.c | 1 +
1 file changed
11 matches
Mail list logo