1
2
3
4
5
6
7
8
9
10
11
12
13
  | # 
 |  # MOST ALSA configuration 
 |  # 
 |    
 |  config MOST_SOUND 
 |      tristate "Sound" 
 |      depends on SND 
 |      select SND_PCM 
 |      ---help--- 
 |        Say Y here if you want to commumicate via ALSA/sound devices. 
 |    
 |        To compile this driver as a module, choose M here: the 
 |        module will be called most_sound. 
 |  
  |