[    6.773567] current rate 0 is different from the runtime rate 16000
[    6.952304] current rate 0 is different from the runtime rate 22050
[    6.986768] init: failsafe main process (748) killed by TERM signal
[    7.131308] current rate 0 is different from the runtime rate 24000
[    7.134171] type=1400 audit(1374043968.733:11): apparmor="STATUS" 
operation="profile_load" parent=852 profile="unconfined" 
name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper"
 pid=858 comm="apparmor_parser"
[    7.152133] input: HDA NVidia HDMI/DP,pcm=9 as 
/devices/pci0000:00/0000:00:17.0/0000:0a:00.1/sound/card1/input5
[    7.152295] input: HDA NVidia HDMI/DP,pcm=8 as 
/devices/pci0000:00/0000:00:17.0/0000:0a:00.1/sound/card1/input6
[    7.152401] input: HDA NVidia HDMI/DP,pcm=7 as 
/devices/pci0000:00/0000:00:17.0/0000:0a:00.1/sound/card1/input7
[    7.152500] input: HDA NVidia HDMI/DP,pcm=3 as 
/devices/pci0000:00/0000:00:17.0/0000:0a:00.1/sound/card1/input8
[    7.185206] forcedeth 0000:00:10.0: irq 53 for MSI/MSI-X
[    7.185246] forcedeth 0000:00:10.0 eth0: MSI enabled
[    7.310184] current rate 0 is different from the runtime rate 32000
[    7.489181] current rate 0 is different from the runtime rate 44100
[    7.669253] current rate 0 is different from the runtime rate 48000
[    7.860363] usb_audio: Warning! Unlikely big volume range (=4096), cval->res 
is probably wrong.
[    7.860368] usb_audio: [5] FU [Mic Capture Volume] ch = 1, val = 
0/4096/1<6>[    7.860697] usbcore: registered new interface driver snd-usb-audio

seem this card only support rate above 48000 Hz

static struct snd_pcm_hardware snd_ca0106_playback_hw = {
        .info =                 SNDRV_PCM_INFO_MMAP | 
                                SNDRV_PCM_INFO_INTERLEAVED |
                                SNDRV_PCM_INFO_BLOCK_TRANSFER |
                                SNDRV_PCM_INFO_MMAP_VALID |
                                SNDRV_PCM_INFO_SYNC_START,
        .formats =              SNDRV_PCM_FMTBIT_S16_LE | 
SNDRV_PCM_FMTBIT_S32_LE,
        .rates =                (SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000 |
                                 SNDRV_PCM_RATE_192000),
        .rate_min =             48000,
        .rate_max =             192000,

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1202094

Title:
  [CA0106 - CA0106, playback] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1202094/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to