This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/dts-v1/; | |
/plugin/; | |
/ { | |
compatible = "bananapi,bpi-r3", "mediatek,mt7986a"; | |
}; | |
&{/soc/wifi@18000000} { | |
mediatek,eeprom-data = /incbin/("/lib/firmware/mediatek/mt7986_eeprom_mt7975_dual.bin"); | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/sound/usb/quirks.c | |
+++ b/sound/usb/quirks.c | |
@@ -1927,6 +1927,11 @@ | |
return SNDRV_PCM_FMTBIT_DSD_U32_BE; | |
break; | |
+ /* TempoTec SONATA Audio*/ | |
+ case USB_ID(0x22e1, 0xe203): | |
+ if (fp->altsetting == 4) | |
+ return SNDRV_PCM_FMTBIT_DSD_U32_BE; |