Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) config DMASOUND_ATARI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	tristate "Atari DMA sound support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	depends on ATARI && SOUND
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	select DMASOUND
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	  If you want to use the internal audio of your Atari in Linux, answer
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	  Y to this question. This will provide a Sun-like /dev/audio,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	  compatible with the Linux/i386 sound system. Otherwise, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	  This driver is also available as a module ( = code which can be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	  inserted in and removed from the running kernel whenever you
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	  want). If you want to compile it as a module, say M here and read
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	  <file:Documentation/kbuild/modules.rst>.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) config DMASOUND_PAULA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	tristate "Amiga DMA sound support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	depends on AMIGA && SOUND
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	select DMASOUND
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	  If you want to use the internal audio of your Amiga in Linux, answer
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	  Y to this question. This will provide a Sun-like /dev/audio,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	  compatible with the Linux/i386 sound system. Otherwise, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	  This driver is also available as a module ( = code which can be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	  inserted in and removed from the running kernel whenever you
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	  want). If you want to compile it as a module, say M here and read
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	  <file:Documentation/kbuild/modules.rst>.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) config DMASOUND_Q40
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 	tristate "Q40 sound support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 	depends on Q40 && SOUND
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 	select DMASOUND
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 	  If you want to use the internal audio of your Q40 in Linux, answer
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 	  Y to this question. This will provide a Sun-like /dev/audio,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 	  compatible with the Linux/i386 sound system. Otherwise, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 	  This driver is also available as a module ( = code which can be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) 	  inserted in and removed from the running kernel whenever you
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) 	  want). If you want to compile it as a module, say M here and read
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) 	  <file:Documentation/kbuild/modules.rst>.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) config DMASOUND
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) 	tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) 	select SOUND_OSS_CORE