All of lore.kernel.org
 help / color / mirror / Atom feed
From: youling257 <youling257@gmail.com>
To: alsa-devel@alsa-project.org
Cc: tiwai@suse.de, hdegoede@redhat.com, pierre-louis.bossart@linux.intel.com
Subject: Re: [PATCH v2 01/13] conf/ucm: bytcr-rt5645: Use the generic bytcr/PlatformEnableSeq.conf
Date: Sun, 25 Nov 2018 19:11:29 +0800	[thread overview]
Message-ID: <20181125111129.8007-1-youling257@gmail.com> (raw)
In-Reply-To: <20180808090543.15181-1-hdegoede@redhat.com>

alsaucm -c chtrt5645 set _verb HiFi set _enadev Speaker

ALSA lib conf.c:823:(get_char_skip_comments) Cannot access file
bytcr/PlatformEnableSeq.conf
ALSA lib conf.c:1877:(snd_config_load1) _toplevel_:17:18:Unexpected char

ALSA lib utils.c:67:(uc_mgr_config_load) could not open configuration file
/usr/share/alsa/ucm/ASUSTeKCOMPUTERINC.-X205TA-1.0-X205TA/ASUSTeKCOMPUTERINC.-X205TA-1.0-X205TA.conf
ALSA lib parser.c:1427:(load_master_config) error: could not parse
configuration for card ASUSTeKCOMPUTERINC.-X205TA-1.0-X205TA
ALSA lib conf.c:823:(get_char_skip_comments) Cannot access file
bytcr/PlatformEnableSeq.conf
ALSA lib conf.c:1877:(snd_config_load1) _toplevel_:17:18:Unexpected char
ALSA lib utils.c:75:(uc_mgr_config_load) could not load configuration file
/usr/share/alsa/ucm/chtrt5645/HiFi.conf
ALSA lib parser.c:1101:(parse_verb_file) error: failed to open verb file
/usr/share/alsa/ucm/chtrt5645/HiFi.conf : -2
ALSA lib main.c:946:(snd_use_case_mgr_open) error: failed to import
chtrt5645 use case configuration -22
alsaucm: error failed to open sound card chtrt5645: Invalid argument

  parent reply	other threads:[~2018-11-25 11:11 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-08  9:05 [PATCH v2 01/13] conf/ucm: bytcr-rt5645: Use the generic bytcr/PlatformEnableSeq.conf Hans de Goede
2018-08-08  9:05 ` [PATCH v2 02/13] conf/ucm: bytcr-rt5651: Do not use both DAC1 and HPVOL inputs for HP Hans de Goede
2018-08-08  9:05 ` [PATCH v2 03/13] conf/ucm: bytcr-rt5651: Configure all volumes at 0dB Hans de Goede
2018-08-08  9:05 ` [PATCH v2 04/13] conf/ucm: bytcr-rt5651: Start with all outputs and inputs disabled Hans de Goede
2018-08-08  9:05 ` [PATCH v2 05/13] conf/ucm: bytcr-rt5651: Change Speaker/Headphone en/disable sequences to fix switching Hans de Goede
2018-08-08  9:05 ` [PATCH v2 06/13] conf/ucm: bytcr-rt5651: Use generic SSP enable + disable sequence, support SSP0 Hans de Goede
2018-08-08  9:05 ` [PATCH v2 07/13] conf/ucm: bytcr-rt5651: Fix ADC and Mic capture volumes Hans de Goede
2018-08-08  9:05 ` [PATCH v2 08/13] conf/ucm: bytcr-rt5651: Add support for mic input on various pins Hans de Goede
2018-08-08  9:05 ` [PATCH v2 09/13] conf/ucm: bytcr-rt5651: Split into 1 .conf file per input / output Hans de Goede
2018-08-08  9:05 ` [PATCH v2 10/13] conf/ucm: bytcr-rt5651: Add mono speaker output profile Hans de Goede
2018-08-08  9:05 ` [PATCH v2 11/13] conf/ucm: bytcr-rt5651: Add long-name UCM profiles Hans de Goede
2018-08-08  9:05 ` [PATCH v2 12/13] conf/ucm: bytcr-rt5651: Add bytcr-rt5651-mono-spk-in2-mic-hp-swapped config Hans de Goede
2018-08-08  9:05 ` [PATCH v2 13/13] conf/ucm: bytcr-rt5640: Improve human readable input/output names Hans de Goede
2018-08-08  9:46 ` [PATCH v2 01/13] conf/ucm: bytcr-rt5645: Use the generic bytcr/PlatformEnableSeq.conf Jaroslav Kysela
2018-11-25 11:11 ` youling257 [this message]
2018-11-26  8:25   ` Takashi Iwai
2018-11-26  9:37     ` youling 257
2018-11-26  9:49 ` youling257
2018-11-26 10:07   ` Takashi Iwai
2018-11-26 13:40     ` Hans de Goede
2018-11-26 14:18       ` Takashi Iwai
2018-11-26 15:28         ` Jaroslav Kysela
2018-11-26 17:20           ` Pierre-Louis Bossart
2018-11-27 13:08             ` Takashi Iwai
2018-11-27 17:08               ` Pierre-Louis Bossart
2018-11-27 17:12                 ` Takashi Iwai
2018-11-28  4:35                   ` youling 257
2018-11-28  9:51                     ` Takashi Iwai
2018-11-28  2:53       ` youling 257
2018-11-28  3:04       ` youling 257
2018-11-28  3:27       ` youling 257

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181125111129.8007-1-youling257@gmail.com \
    --to=youling257@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=hdegoede@redhat.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.