[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Sin Audífonos (Wheezy)



On Jueves 28 Abril 2011 06:13:52 Juan Pablo Jaramillo Pineda escribió:

> > $ aplay -l
> 
> Esta es la salida
> **** List of PLAYBACK Hardware Devices ****
> card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 0: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0

te dice que tiene un subdevice que debe ser el hdmi

> pues tengo codec#0 y codec#3
> 
> cat /proc/asound/Intel/codec#3 | grep Codec
> Codec: Intel IbexPeak HDMI
> 
> cat /proc/asound/Intel/codec#0 | grep Codec
> Codec: Conexant CX20585

te pego un fichero al mail. Metelo en /etc/alsa a ver si así te coje la intel

Un saludo

BasaBuru
# CARD DEFINITIONS
   pcm.intel       { type hw; card Intel }
   ctl.intel       { type hw; card Intel }
   
#   pcm.intelModem  { type hw; card Modem }
#   ctl.intelModem  { type hw; card Modem }
   
   pcm.Headset     { type hw; card Headset; }
   ctl.Headset      { type hw; card Headset; }
   

pcm.ossmix {
    type dmix
    ipc_key 1024 # must be unique!
#   ipc_key_add_uid false   # let multiple users share
#   ipc_perm 0666           # IPC permissions for multi-user sharing (octal, default 0600)
    slave {
        pcm "hw:Intel"      # you cannot use a "plug" device here, darn.
        period_time 0
        period_size 2048 
	buffer_size 32768
        rate 44100
    }
    # bindings are cool. This says, that only the first
    # two channels are to be used by dmix, which is
    # enough for (most) oss apps and also lets 
    # multichannel chios work much faster:
    bindings {
        0 0 # from 0 => to 0
        1 1 # from 1 => to 1
    }
}
pcm.dsp0 {
    type plug
    slave.pcm "ossmix" # use our new PCM here
}
# mixer0 like above
ctl.mixer0 {
    type hw
    card Intel
}

# You may want to make your new ossmix the default for alsa.
# If your alsa programs are complaining that they can't open
# your sound devices, try uncommenting this next line
#pcm.default pcm.dsp0
#
# this makes native ALSA apps default to using dmix
pcm.!default {
  type plug
  slave.pcm "ossmix"
}
#   pcm.!default pcm.dsp0
#   ctl.!default ctl.dsp0


Reply to: