Re: [PATCH v3 3/4] ALSA: timer: Introduce virtual userspace-driven timers

2024-08-06 Thread Jaroslav Kysela
- the timer API uses snd_timer prefix for structures, thus snd_timer_uinfo should be more appropriate. Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH] kselftest/alsa: Use card name rather than number in test names

2024-07-13 Thread Jaroslav Kysela
On 12. 07. 24 20:19, Mark Brown wrote: On Fri, Jul 12, 2024 at 06:25:21PM +0200, Jaroslav Kysela wrote: On 12. 07. 24 15:00, Mark Brown wrote: The trouble with the ID field is that it's too short and seems likely to create collisions, for example HDA stuff just seems to default to NVidi

Re: [PATCH] kselftest/alsa: Use card name rather than number in test names

2024-07-12 Thread Jaroslav Kysela
On 12. 07. 24 15:00, Mark Brown wrote: On Fri, Jul 12, 2024 at 11:20:05AM +0200, Jaroslav Kysela wrote: On 12. 07. 24 10:21, Takashi Iwai wrote: OTOH, longname can be really ugly to read, and it can vary because it often embeds address or irq numbers in the string. Capturing that variation

Re: [PATCH] kselftest/alsa: Use card name rather than number in test names

2024-07-12 Thread Jaroslav Kysela
On 12. 07. 24 10:21, Takashi Iwai wrote: On Thu, 11 Jul 2024 18:19:25 +0200, Mark Brown wrote: On Thu, Jul 11, 2024 at 06:08:38PM +0200, Jaroslav Kysela wrote: On 11. 07. 24 16:33, Mark Brown wrote: Address this by replacing our use of card numbers with card names which are more likely to

Re: [PATCH] kselftest/alsa: Use card name rather than number in test names

2024-07-11 Thread Jaroslav Kysela
ginning of report with card number, card ID and long card name for further processing and identification. Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH v2 4/6] kselftest/alsa: mixer-test: Skip write verification for volatile controls

2024-06-14 Thread Jaroslav Kysela
r avoiding confusion. Reported-by: Paul Menzel Closes: https://lore.kernel.org/r/1d44be36-9bb9-4d82-8953-5ae2a4f09...@molgen.mpg.de Signed-off-by: Takashi Iwai Reviewed-by: Jaroslav Kysela -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH v2 6/6] ALSA: hda: Add input value sanity checks to HDMI channel map controls

2024-06-14 Thread Jaroslav Kysela
: Takashi Iwai Reviewed-by: Jaroslav Kysela -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH 3/5] ALSA: control: Apply sanity check of input values for user elements

2024-06-14 Thread Jaroslav Kysela
ements may be used directly without this intermediate variable for the validation. But it may be a possible future improvement. Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH 0/5] ALSA: some driver fixes for control input validations

2024-06-14 Thread Jaroslav Kysela
tests for volatile controls, too. It's for the channel map controls that can't hold the stable values. Thanks. Reviewed-by: Jaroslav Kysela -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: testing/selftests/alsa/mixer-test: 10 failures on Dell XPS 13 9360

2024-06-14 Thread Jaroslav Kysela
building custom kernels, IMHO. Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH v2] selftests/alsa: missing a return value in unused dump_config_tree()

2024-05-06 Thread Jaroslav Kysela
th the fix. Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH] kselftest/alsa: pcm-test: Report cards declared in config but missing

2023-09-19 Thread Jaroslav Kysela
ssing. This allows the configuration files to not only be used to detect missing PCM devices (which is currently possible) but also that the soundcard hasn't been registered at all. Signed-off-by: NĂ­colas F. R. A. Prado Thanks, Reviewed-by: Jaroslav Kysela -- Jaroslav Kysela Linux Sound