K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / src / linux-headers-3.13.0-24 / sound / spi /
server ip : 172.67.156.115

your ip : 172.70.130.229

H O M E


Filename/usr/src/linux-headers-3.13.0-24/sound/spi/Kconfig
Size920
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified20-Jan-2014 10:40
Last accessed06-Jul-2025 01:12
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
#SPI drivers

menuconfig SND_SPI
bool "SPI sound devices"
depends on SPI
default y
help
Support for sound devices connected via the SPI bus.

if SND_SPI

config SND_AT73C213
tristate "Atmel AT73C213 DAC driver"
depends on ATMEL_SSC
select SND_PCM
help
Say Y here if you want to use the Atmel AT73C213 external DAC. This
DAC can be found on Atmel development boards.

This driver requires the Atmel SSC driver for sound sink, a
peripheral found on most AT91 and AVR32 microprocessors.

To compile this driver as a module, choose M here: the module will be
called snd-at73c213.

config SND_AT73C213_TARGET_BITRATE
int "Target bitrate for AT73C213"
depends on SND_AT73C213
default "48000"
range 8000 50000
help
Sets the target bitrate for the bitrate calculator in the driver.
Limited by hardware to be between 8000 Hz and 50000 Hz.

Set to 48000 Hz by default.

endif # SND_SPI