Skip to content

Commit 831bcdd

Browse files
committed
ASoC: Intel: sof_sdw: add feedback support for RT1308
FIXME: for now there is no initialization on capture. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 41c11ab commit 831bcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ static struct sof_sdw_codec_info codec_info_list[] = {
292292
{
293293
.part_id = 0x1308,
294294
.acpi_id = "10EC1308",
295-
.direction = {true, false},
295+
.direction = {true, true},
296296
.dai_name = "rt1308-aif",
297297
.ops = &sof_sdw_rt1308_i2s_ops,
298298
.init = sof_sdw_rt1308_init,

0 commit comments

Comments
 (0)