mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-30 21:46:31 +00:00
Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into asoc-linus
This commit is contained in:
commit
b85e95781c
@ -674,6 +674,8 @@ static const struct snd_soc_dapm_route intercon[] = {
|
||||
/* Left Input */
|
||||
{"Left Line1L Mux", "single-ended", "LINE1L"},
|
||||
{"Left Line1L Mux", "differential", "LINE1L"},
|
||||
{"Left Line1R Mux", "single-ended", "LINE1R"},
|
||||
{"Left Line1R Mux", "differential", "LINE1R"},
|
||||
|
||||
{"Left Line2L Mux", "single-ended", "LINE2L"},
|
||||
{"Left Line2L Mux", "differential", "LINE2L"},
|
||||
@ -690,6 +692,8 @@ static const struct snd_soc_dapm_route intercon[] = {
|
||||
/* Right Input */
|
||||
{"Right Line1R Mux", "single-ended", "LINE1R"},
|
||||
{"Right Line1R Mux", "differential", "LINE1R"},
|
||||
{"Right Line1L Mux", "single-ended", "LINE1L"},
|
||||
{"Right Line1L Mux", "differential", "LINE1L"},
|
||||
|
||||
{"Right Line2R Mux", "single-ended", "LINE2R"},
|
||||
{"Right Line2R Mux", "differential", "LINE2R"},
|
||||
|
Loading…
Reference in New Issue
Block a user