27 Aug, 2018
1 commit
-
In case of error, we can dereference uninitialized 'adev'
drivers/soundwire/intel_init.c:154 sdw_intel_acpi_cb()
error: uninitialized symbol 'adev'.Fix that by not using adev for warn print and make it pr_err.
Reported-by: Dan Carpenter
Acked-by: Pierre-Louis Bossart
Signed-off-by: Vinod Koul
12 May, 2018
1 commit
-
Add DAI registration and DAI ops for the Intel driver along with
callback for topology configuration.Signed-off-by: Sanyog Kale
Signed-off-by: Shreyas NC
Signed-off-by: Vinod Koul
19 Dec, 2017
1 commit
-
The SoundWire Master is implemented as part of Audio controller in
Intel platforms. Add a init module which creates SoundWire Master
platform devices based on the links supported in the hardware.Signed-off-by: Sanyog Kale
Reviewed-by: Philippe Ombredanne
Acked-By: Pierre-Louis Bossart
Reviewed-by: Takashi Iwai
Signed-off-by: Vinod Koul
Signed-off-by: Greg Kroah-Hartman