summaryrefslogtreecommitdiff
path: root/alsa/aoc_alsa_hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'alsa/aoc_alsa_hw.c')
-rw-r--r--alsa/aoc_alsa_hw.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/alsa/aoc_alsa_hw.c b/alsa/aoc_alsa_hw.c
index 0eb6dc7..db0230d 100644
--- a/alsa/aoc_alsa_hw.c
+++ b/alsa/aoc_alsa_hw.c
@@ -30,11 +30,7 @@ extern struct be_path_cache port_array[PORT_MAX];
* by sink-associated devices such as spker, headphone, bt, usb, mode
*/
static aoc_audio_sink[] = {
-#if IS_ENABLED(CONFIG_SOC_GS101)
[PORT_I2S_0_RX] = SINK_HEADPHONE, [PORT_I2S_0_TX] = -1,
-#else
- [PORT_I2S_0_RX] = SINK_UNUSED, [PORT_I2S_0_TX] = -1,
-#endif
[PORT_I2S_1_RX] = SINK_BT, [PORT_I2S_1_TX] = -1,
[PORT_I2S_2_RX] = SINK_USB, [PORT_I2S_2_TX] = -1,
[PORT_TDM_0_RX] = SINK_SPEAKER, [PORT_TDM_0_TX] = -1,